ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   hiding #N/A (https://www.excelbanter.com/excel-programming/288032-hiding-n.html)

Shaun[_4_]

hiding #N/A
 
how do i hide the #N/A function, as it is affecting my SUM



John Wilson

hiding #N/A
 
Shaun,

One way would be to change your formulas so that you don't
het the #N/A (it looks ugly on the worksheet anyway).

Basic format is:

=IF(ISNA(yourformula),"",yourformula)

John

"Shaun" wrote in message
...
how do i hide the #N/A function, as it is affecting my SUM





Naraine

hiding #N/A
 
type

=if(isna(your formula),"",your formula)

"Shaun" wrote in message
...
how do i hide the #N/A function, as it is affecting my SUM





Tom Ogilvy

hiding #N/A
 
modify your formula so it doesn't produce #N/A

=if(iserror(formula),"",formula)

--
Regards,
Tom Ogilvy


"Shaun" wrote in message
...
how do i hide the #N/A function, as it is affecting my SUM





Perry

hiding #N/A
 
Use the ISNA() worksheet function to test the outcome
of another function, like (pseudo):

=IF(ISNA(SomeOtherFunction);"";SomeOtherFunction)

Krgrds,
Perry

"Shaun" wrote in message
...
how do i hide the #N/A function, as it is affecting my SUM






All times are GMT +1. The time now is 03:22 PM.

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