Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Jim
 
Posts: n/a
Default Is there a function for "not isblank" (find a cell that has a val.

I am searching across 5 cells.
One of the 5 will have a value in it.
Depending upon which cell has a value on it I will preform a lookup.
If the value isblank I do not want to perform the lookup.

How can I have multiple nested if statements while using the lookup.
  #2   Report Post  
JulieD
 
Posts: n/a
Default

Hi Jim

if the lookup is depended on which cell has the value in it then you need to
check each cell
e.g.
=IF(ISBLANK(A1),IF(ISBLANK(A2),IF(ISBLANK(A3),IF(I SBLANK(A4),IF(ISBLANK(A5),"",your_lookup_formula_f or_A5),your_lookup_formula_for_A4),your_lookup_for mula_for_A3),your_lookup_formula_for_A2),your_look up_formula_for_A1)

Cheers
JulieD


"Jim" wrote in message
...
I am searching across 5 cells.
One of the 5 will have a value in it.
Depending upon which cell has a value on it I will preform a lookup.
If the value isblank I do not want to perform the lookup.

How can I have multiple nested if statements while using the lookup.



  #3   Report Post  
CLR
 
Posts: n/a
Default

Hi Jim.........

If you are sure there will only be a value in one of the cells, you can name
the range of those cells "RANGE1" or whatever, and your VLOOKUP table
"Range2" or whatever,
and use this formula.........

=VLOOKUP(SUM(range1),range2,2,FALSE)

Vaya con Dios,
Chuck, CABGx3



"Jim" wrote in message
...
I am searching across 5 cells.
One of the 5 will have a value in it.
Depending upon which cell has a value on it I will preform a lookup.
If the value isblank I do not want to perform the lookup.

How can I have multiple nested if statements while using the lookup.



  #4   Report Post  
Frank Kabel
 
Posts: n/a
Default

Hi
if you could explain which lookups you want to do depending on what
cells there may be an easier solution. Could you state exactly your
conditions and lookup requirements (with exact cell references)

--
Regards
Frank Kabel
Frankfurt, Germany

"Jim" schrieb im Newsbeitrag
...
I am searching across 5 cells.
One of the 5 will have a value in it.
Depending upon which cell has a value on it I will preform a lookup.
If the value isblank I do not want to perform the lookup.

How can I have multiple nested if statements while using the lookup.


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
copy a cell value not its function KC Mao Excel Discussion (Misc queries) 2 December 4th 04 04:30 AM
ISNULL function - can't find it KitKat Excel Worksheet Functions 6 December 3rd 04 04:55 AM
Find a Function to use accross different worksheets R. Hale Excel Worksheet Functions 3 November 25th 04 07:07 AM
GET.CELL Biff Excel Worksheet Functions 2 November 24th 04 07:16 PM
Function to return colour of formatted cell ExcelMonkey Excel Worksheet Functions 3 November 1st 04 05:54 PM


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