Vlookup return %

D

Doug

I am using this formula to show a change is values. How can I get it to show
this as a percentage change?

=(VLOOKUP($O3,Import!$Q:$BV,13,FALSE)-(VLOOKUP($O3,'Old
Import'!$Q:$BV,13,FALSE)))
 
P

PJFry

=(VLOOKUP($O3,Import!$Q:$BV,13,FALSE)-(VLOOKUP($O3,'Old
Import'!$Q:$BV,13,FALSE)))/VLOOKUP($O3,'Old
Import'!$Q:$BV,13,FALSE)

Assuming the correct values are being looked up, this should do it.
 
D

Doug

=(VLOOKUP($O3,Import!$Q:$BV,13,FALSE)/(VLOOKUP($O3,'OldImport'!$Q:$BV,13,FALSE)))-1

I tried yours and this one also and it only returns N/A.
 
D

Doug

I finally got it to work.
--
Thank you!


PJFry said:
=(VLOOKUP($O3,Import!$Q:$BV,13,FALSE)-(VLOOKUP($O3,'Old
Import'!$Q:$BV,13,FALSE)))/VLOOKUP($O3,'Old
Import'!$Q:$BV,13,FALSE)

Assuming the correct values are being looked up, this should do it.

--
Regards,

PJ
Please rate this post using the vote buttons if it was helpful.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Top