#1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
vikkam
 
Posts: n/a
Default 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


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

  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Biff
 
Posts: n/a
Default 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


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



  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Biff
 
Posts: n/a
Default 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


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





  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
vikkam
 
Posts: n/a
Default 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

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Vlookup worksheet function Antonis1234 Excel Worksheet Functions 3 November 6th 05 02:47 PM
Vlookup with function in table_array JoshuaEyer Excel Worksheet Functions 2 October 15th 05 03:49 PM
format cell based on results of vlookup function Edith F Excel Worksheet Functions 1 July 21st 05 07:39 PM
Vlookup w/Date Function cym Excel Worksheet Functions 1 March 25th 05 08:21 PM
Regarding IF function or vLOOKUP function wuwu Excel Worksheet Functions 2 November 13th 04 01:38 PM


All times are GMT +1. The time now is 05:28 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"