ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Discussion (Misc queries) (https://www.excelbanter.com/excel-discussion-misc-queries/)
-   -   Taking off or hiding #N/A (https://www.excelbanter.com/excel-discussion-misc-queries/153020-taking-off-hiding-n.html)

FC

Taking off or hiding #N/A
 
This is my formula :
=VLOOKUP(C,SHEET2!$A:$B,2,FALSE)
I know there is a way to hide or take the "#N/A" off
that appared in " D" when" C" is empty.
Don't remenber how. Thanks for your help.

Teethless mama

Taking off or hiding #N/A
 
=IF(ISNA(your formula),"",your formula


"FC" wrote:

This is my formula :
=VLOOKUP(C,SHEET2!$A:$B,2,FALSE)
I know there is a way to hide or take the "#N/A" off
that appared in " D" when" C" is empty.
Don't remenber how. Thanks for your help.


FC

Taking off or hiding #N/A
 
That's the one, but for some reason is not working, I'll keep trying.

"Teethless mama" wrote:

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


"FC" wrote:

This is my formula :
=VLOOKUP(C,SHEET2!$A:$B,2,FALSE)
I know there is a way to hide or take the "#N/A" off
that appared in " D" when" C" is empty.
Don't remenber how. Thanks for your help.


Gord Dibben

Taking off or hiding #N/A
 
As written, your formula does not provide a lookup value reference cell or you
have missed the quotes around "C" if that is the lookup value

=VLOOKUP(C,SHEET2!$A:$B,2,FALSE)


Maybe something like this

=IF(ISNA(VLOOKUP(C1,Sheet2!$A:$B,2,FALSE)),"",VLOO KUP(C1,Sheet2!$A:$B,2,FALSE))


Gord Dibben MS Excel MVP


On Sat, 4 Aug 2007 12:56:00 -0700, FC wrote:

That's the one, but for some reason is not working, I'll keep trying.

"Teethless mama" wrote:

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


"FC" wrote:

This is my formula :
=VLOOKUP(C,SHEET2!$A:$B,2,FALSE)
I know there is a way to hide or take the "#N/A" off
that appared in " D" when" C" is empty.
Don't remenber how. Thanks for your help.



FC

Taking off or hiding #N/A
 
Thanks, Gord Dibben, but my issue came with the formula itself and the
puntuation.
I got it! Thanks also again for the original formula Teeth mama.

"Gord Dibben" wrote:

As written, your formula does not provide a lookup value reference cell or you
have missed the quotes around "C" if that is the lookup value

=VLOOKUP(C,SHEET2!$A:$B,2,FALSE)


Maybe something like this

=IF(ISNA(VLOOKUP(C1,Sheet2!$A:$B,2,FALSE)),"",VLOO KUP(C1,Sheet2!$A:$B,2,FALSE))


Gord Dibben MS Excel MVP


On Sat, 4 Aug 2007 12:56:00 -0700, FC wrote:

That's the one, but for some reason is not working, I'll keep trying.

"Teethless mama" wrote:

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


"FC" wrote:

This is my formula :
=VLOOKUP(C,SHEET2!$A:$B,2,FALSE)
I know there is a way to hide or take the "#N/A" off
that appared in " D" when" C" is empty.
Don't remenber how. Thanks for your help.





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

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