![]() |
hiding #N/A
how do i hide the #N/A function, as it is affecting my SUM
|
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 |
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 |
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 |
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