ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Worksheet Functions (https://www.excelbanter.com/excel-worksheet-functions/)
-   -   =LOOKUP (show a blank if not available) (https://www.excelbanter.com/excel-worksheet-functions/78067-%3Dlookup-show-blank-if-not-available.html)

kermitforney

=LOOKUP (show a blank if not available)
 

Have a few LOOKUP arguments setup in a sheet. I need for it to show a
blank if there is no value instead of the #N/A error. Anyone know how
to do this?


--
kermitforney
------------------------------------------------------------------------
kermitforney's Profile: http://www.excelforum.com/member.php...o&userid=32536
View this thread: http://www.excelforum.com/showthread...hreadid=523669


kraljb

=LOOKUP (show a blank if not available)
 

Try this...
=IF(ISERROR(LOOKUP(formula),"",LOOKUP(formula))


--
kraljb
------------------------------------------------------------------------
kraljb's Profile: http://www.excelforum.com/member.php...fo&userid=9955
View this thread: http://www.excelforum.com/showthread...hreadid=523669


Elkar

=LOOKUP (show a blank if not available)
 
You could use something like this:

=IF(ISERROR(LOOKUP()),"",LOOKUP())

HTH,
Elkar


"kermitforney" wrote:


Have a few LOOKUP arguments setup in a sheet. I need for it to show a
blank if there is no value instead of the #N/A error. Anyone know how
to do this?


--
kermitforney
------------------------------------------------------------------------
kermitforney's Profile: http://www.excelforum.com/member.php...o&userid=32536
View this thread: http://www.excelforum.com/showthread...hreadid=523669



kermitforney

=LOOKUP (show a blank if not available)
 

Thanks guys!

I am familiar with ISERROR but I was wondering if there was another
way.

Just curious I guess. hehe.:)


--
kermitforney
------------------------------------------------------------------------
kermitforney's Profile: http://www.excelforum.com/member.php...o&userid=32536
View this thread: http://www.excelforum.com/showthread...hreadid=523669


[email protected]

=LOOKUP (show a blank if not available)
 
Care to post the LOOKUP formula you have if it's indeed one with the
LOOKUP function?


Pete_UK

=LOOKUP (show a blank if not available)
 
You could try:

=IF(ISNA(LOOKUP(formula),"",LOOKUP(formula))

This will only replace #N/A with "", but will report other errors.

Hope this helps.

Pete


GaryE

=LOOKUP (show a blank if not available)
 

instead of iserror you could use

if(isblank(lookup(....),"",lookup(...))

HTH,

Gary


--
GaryE
Posted from - http://www.officehelp.in


kermitforney

=LOOKUP (show a blank if not available)
 

Cool, thanks guys.


--
kermitforney
------------------------------------------------------------------------
kermitforney's Profile: http://www.excelforum.com/member.php...o&userid=32536
View this thread: http://www.excelforum.com/showthread...hreadid=523669


kermitforney

=LOOKUP (show a blank if not available)
 

GaryE Wrote:
instead of iserror you could use

if(isblank(lookup(....),"",lookup(...))

HTH,

Gary


-I tries ISBLANK in the same syntax you have shown above but for some
reason it still show a 0? Not sure why but there is no error it just
displays a -0. :rolleyes:



--
kermitforney
------------------------------------------------------------------------
kermitforney's Profile: http://www.excelforum.com/member.php...o&userid=32536
View this thread: http://www.excelforum.com/showthread...hreadid=523669



All times are GMT +1. The time now is 06:21 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com