B
Biff
Hi Phil,
Here's another example that is much more compact. Credit
for this solution should be given to Aladin Akyurek.
=LOOKUP(9.99999999999999E+307,A:A)
I used a variation of Don's formula for this type of
problem many times until I read a post containing Aladin's
formula. Note however that the LOOKUP solution will only
return numbers and not text. Don's formula will return
either.
You might be thinking that the number used as the lookup
value is really big and you'd be correct. You can read
about it in this thread:
http://makeashorterlink.com/?A22B42D35
You can use a much smaller lookup number. If for example,
you know that the numbers your looking for generally fall
into a range, make the lookup value slightly larger.
=LOOKUP(5000,A:A)
Hope this helps!
Biff
Here's another example that is much more compact. Credit
for this solution should be given to Aladin Akyurek.
=LOOKUP(9.99999999999999E+307,A:A)
I used a variation of Don's formula for this type of
problem many times until I read a post containing Aladin's
formula. Note however that the LOOKUP solution will only
return numbers and not text. Don's formula will return
either.
You might be thinking that the number used as the lookup
value is really big and you'd be correct. You can read
about it in this thread:
http://makeashorterlink.com/?A22B42D35
You can use a much smaller lookup number. If for example,
you know that the numbers your looking for generally fall
into a range, make the lookup value slightly larger.
=LOOKUP(5000,A:A)
Hope this helps!
Biff