ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Worksheet Functions (https://www.excelbanter.com/excel-worksheet-functions/)
-   -   vlookup function (https://www.excelbanter.com/excel-worksheet-functions/59586-vlookup-function.html)

vikkam

vlookup function
 

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 |
+-------------------------------------------------------------------+

--
vikkam
------------------------------------------------------------------------
vikkam's Profile: http://www.excelforum.com/member.php...fo&userid=1266
View this thread: http://www.excelforum.com/showthread...hreadid=492063


Biff

vlookup function
 
Hi!

You should change your layout.

Swap U22:U29 with S22:S29

Then:

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

Biff

"vikkam" wrote in
message ...

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 |
+-------------------------------------------------------------------+

--
vikkam
------------------------------------------------------------------------
vikkam's Profile:
http://www.excelforum.com/member.php...fo&userid=1266
View this thread: http://www.excelforum.com/showthread...hreadid=492063




Biff

vlookup function
 
Ooops!

Typo

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


Should be:

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

Biff

"Biff" wrote in message
...
Hi!

You should change your layout.

Swap U22:U29 with S22:S29

Then:

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

Biff

"vikkam" wrote in
message ...

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 |
+-------------------------------------------------------------------+

--
vikkam
------------------------------------------------------------------------
vikkam's Profile:
http://www.excelforum.com/member.php...fo&userid=1266
View this thread:
http://www.excelforum.com/showthread...hreadid=492063






vikkam

vlookup function
 

got it.
thanks much;) ;)


--
vikkam
------------------------------------------------------------------------
vikkam's Profile: http://www.excelforum.com/member.php...fo&userid=1266
View this thread: http://www.excelforum.com/showthread...hreadid=492063



All times are GMT +1. The time now is 01:43 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
ExcelBanter.com