ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Discussion (Misc queries) (https://www.excelbanter.com/excel-discussion-misc-queries/)
-   -   #N/A (https://www.excelbanter.com/excel-discussion-misc-queries/224198-n.html)

Ken

#N/A
 
How can I hide the #N/A results on formulas that are showing up on my
spreadsheets. The results that I am getting are tied into VLOOKUP, and I
have to use this function to complete the multiple needs for this report. If
the respective line does not apply at that given time I get the #N/A result.
I would rather the cell remain "empty". I have looked at all of the
suggestions, but nothing appears to be working for me...HELP

Gary''s Student

#N/A
 
=IF(ISNA(your_formula),"",your_formula)
--
Gary''s Student - gsnu200838

Gaurav[_4_]

#N/A
 
=IF(ISNA(YOUR_FORMULA),"",(YOUR_FORMULA))

this should help.


"Ken" wrote in message
...
How can I hide the #N/A results on formulas that are showing up on my
spreadsheets. The results that I am getting are tied into VLOOKUP, and I
have to use this function to complete the multiple needs for this report.
If
the respective line does not apply at that given time I get the #N/A
result.
I would rather the cell remain "empty". I have looked at all of the
suggestions, but nothing appears to be working for me...HELP




Mike H

#N/A
 
Leave the VB in the box

=MAX(IF(A2:A23=C2,B2:B23))

with the Co you are looking for in C2. Change MAX to MIN to achieve to obvious

'This is an array formula which must be entered by pressing CTRL+Shift+Enter
'and not just Enter. If you do it correctly then Excel will put curly brackets
'around the formula {}. You can't type these yourself. If you edit the formula
'you must enter it again with CTRL+Shift+Enter.

Mike
"Ken" wrote:

How can I hide the #N/A results on formulas that are showing up on my
spreadsheets. The results that I am getting are tied into VLOOKUP, and I
have to use this function to complete the multiple needs for this report. If
the respective line does not apply at that given time I get the #N/A result.
I would rather the cell remain "empty". I have looked at all of the
suggestions, but nothing appears to be working for me...HELP


begrry

I use If and Isna:
IF(ISNA(VLOOKUP(a:a,Sheet1!A:F,4,FALSE)),"",VLOOKU P(a:a,Sheet1!A:F,4,FALSE))


Quote:

Originally Posted by Ken (Post 809335)
How can I hide the #N/A results on formulas that are showing up on my
spreadsheets. The results that I am getting are tied into VLOOKUP, and I
have to use this function to complete the multiple needs for this report.



All times are GMT +1. The time now is 05:40 AM.

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