Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1
Default Lookup to the Left


I am using the formula below (adapted from one found on this forum -
thanks!) and it works as far as it goes. However, I need to have it in
all cells in column E (it's a data series for a chart), but those fields
should be left empty if no match is found in B2:B7. Any suggestions?

My formula: =INDEX($A$2:$A$7,MATCH($E3,$B$2:$B$7,0))

Sales GP% GP$ Data Series A Lookup Formula
637512.6029 22.8 145352.8735 22 #N/A
638125.1545 23.5 149959.4113 22.1 681463.3977
681463.3977 22.1 150603.4109 22.3 #N/A
513994.8321 21.3 109480.8992 22.4 #N/A
710869.19 22.6 152836.8759 22.5 #N/A
690007.02 23.2 160081.6286 22.6 710869.19

Thanks in anticipation.

Trish


--
tuph
------------------------------------------------------------------------
tuph's Profile: http://www.excelforum.com/member.php...o&userid=31390
View this thread: http://www.excelforum.com/showthread...hreadid=565865

  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
JMB JMB is offline
external usenet poster
 
Posts: 2,062
Default Lookup to the Left

=IF(ISNA(MATCH($E3,$B$2:$B$7,0)),"",INDEX($A$2:$A$ 7,MATCH($E3,$B$2:$B$7,0)))


"tuph" wrote:


I am using the formula below (adapted from one found on this forum -
thanks!) and it works as far as it goes. However, I need to have it in
all cells in column E (it's a data series for a chart), but those fields
should be left empty if no match is found in B2:B7. Any suggestions?

My formula: =INDEX($A$2:$A$7,MATCH($E3,$B$2:$B$7,0))

Sales GP% GP$ Data Series A Lookup Formula
637512.6029 22.8 145352.8735 22 #N/A
638125.1545 23.5 149959.4113 22.1 681463.3977
681463.3977 22.1 150603.4109 22.3 #N/A
513994.8321 21.3 109480.8992 22.4 #N/A
710869.19 22.6 152836.8759 22.5 #N/A
690007.02 23.2 160081.6286 22.6 710869.19

Thanks in anticipation.

Trish


--
tuph
------------------------------------------------------------------------
tuph's Profile: http://www.excelforum.com/member.php...o&userid=31390
View this thread: http://www.excelforum.com/showthread...hreadid=565865


  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1
Default Lookup to the Left


An elegant solution, and it has introduced me to the wonders of IS
functions.

Thanks very much!


--
tuph
------------------------------------------------------------------------
tuph's Profile: http://www.excelforum.com/member.php...o&userid=31390
View this thread: http://www.excelforum.com/showthread...hreadid=565865

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
How can I isolate a lookup vectors but not values from autofill? rjpeltz Excel Worksheet Functions 2 May 15th 06 07:41 PM
How do I sum numbers in rolling format? (4 qtrs=4 cells to left) Deb Excel Discussion (Misc queries) 2 April 19th 06 04:46 PM
Formula checking multiple worksheets sonic-the-mouse Excel Worksheet Functions 2 June 5th 05 07:48 PM
Formula checking multiple worksheets sonic-the-mouse Excel Worksheet Functions 2 June 5th 05 03:28 AM
How do I lookup a table from right to left ? Daz9 Excel Worksheet Functions 1 April 11th 05 11:21 AM


All times are GMT +1. The time now is 01:37 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"