vlookup function

V

vikkam

I need help with vlookup function.

I need the formulae to look up csi in f22 and in table u22-v29 and
return the figure in s column corrosponding to value in f22.
In example if it is 80 % the value in g22 will be 0.75 %
if the value is 50 % g22 wll be -1.00 %

Thanks much

vikkam:confused:


+-------------------------------------------------------------------+
|Filename: sc_payplan_svcwrtr_120805.zip |
|Download: http://www.excelforum.com/attachment.php?postid=4107 |
+-------------------------------------------------------------------+
 
B

Biff

Hi!

You should change your layout.

Swap U22:U29 with S22:S29

Then:

=IF(F22="","",VLOOKUP(F22,S22:U29,0))

Biff
 

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

Top