Can I combine an "if" statement in a vlookup formula?

J

Jim Bringhurst

I am trying to write a formula where the vlookup will find
a cell and then use a if function to see if it is larger
than a certain number then use a multiplier. Is this even
possible?

Thanks
Jim
 
L

L. Howard Kittle

Hi Jim,

I think so, if I understand your question.

=IF(VLOOKUP(D1,A1:B5,2,0)>C1,"Multiplier","Not greater")

Where the number is in D1 and is compared to a number in C1. "Multiplier" &
"Not greater" can be either values or cell references.

HTH
Regards,
Howard
 

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