![]() |
Display a "0" when #N/A appears in formula
When working with a formula at returns a #N/A I would like it to display a
"0" instead |
Display a "0" when #N/A appears in formula
=IF(ISNA(formula),0,formula)
-- Regards, Peo Sjoblom http://nwexcelsolutions.com "DarnTootn" wrote in message ... When working with a formula at returns a #N/A I would like it to display a "0" instead |
Display a "0" when #N/A appears in formula
Try
=IF(ISNA(your formula),0,your formula) "DarnTootn" wrote: When working with a formula at returns a #N/A I would like it to display a "0" instead |
Display a "0" when #N/A appears in formula
Thank you for your help... it works for me... can't believe I had forgotten
that formula... anywho, thanks again "Peo Sjoblom" wrote: =IF(ISNA(formula),0,formula) -- Regards, Peo Sjoblom http://nwexcelsolutions.com "DarnTootn" wrote in message ... When working with a formula at returns a #N/A I would like it to display a "0" instead |
All times are GMT +1. The time now is 11:44 AM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com