Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Neil
 
Posts: n/a
Default Can I run Excel LookUp on a single cell through multiple sheets

I am using Excel 2003 SP2 and am trying to find a way to run a look up
function on a single cell, through multiple sheets, as opposed to a normal V
or H Look Up.

Does anyone out there know if this is possible and if so, how to do it?
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Ardus Petus
 
Posts: n/a
Default Can I run Excel LookUp on a single cell through multiple sheets

You cannot do that with a =VLOOKUP() formula.

You will need some VBA code (User-defined function)

Cheers,
--
AP

"Neil" a écrit dans le message de
...
I am using Excel 2003 SP2 and am trying to find a way to run a look up
function on a single cell, through multiple sheets, as opposed to a normal

V
or H Look Up.

Does anyone out there know if this is possible and if so, how to do it?



  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Pete_UK
 
Posts: n/a
Default Can I run Excel LookUp on a single cell through multiple sheets

You can do it by combining a series of IFs, such as:

IF not present in Sheet1 table THEN IF not present in Sheet2 table THEN
IF not present in Sheet3 table THEN "not present" ELSE return Sheet3
value ELSE return Sheet2 value ELSE return Sheet1 value

Obviously, this is not an Excel formula, but hopefully you can see how
to construct a lookup to 3 different sheets.

Hope this helps.

Pete

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
Excel 2003 FAILS, but Excel 2000 SUCCEEDS ??? Richard Excel Discussion (Misc queries) 2 May 13th 23 11:46 AM
How do I Auto-Filter with multiple values in a cell in Excel? Burghthing Excel Discussion (Misc queries) 2 November 23rd 05 04:41 PM
TRYING TO SET UP EXCEL SPREADSHEET ON MY COMPUTER MEGTOM New Users to Excel 5 October 27th 05 03:06 AM
Can multiple cell results be displayed in a single cell? FuadsCurse Excel Discussion (Misc queries) 2 May 18th 05 05:33 PM
Multiple reference for lookup in excel Andrew Excel Worksheet Functions 0 March 17th 05 01:36 PM


All times are GMT +1. The time now is 09:28 AM.

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

About Us

"It's about Microsoft Excel"