ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Worksheet Functions (https://www.excelbanter.com/excel-worksheet-functions/)
-   -   How can I hide #VALUE! (https://www.excelbanter.com/excel-worksheet-functions/8395-how-can-i-hide-value.html)

Mark Jackson

How can I hide #VALUE!
 
Hello,

I have this formula in cell Q194: =(P194*H194)+H194 When there is no data
in P194 this is shown in Q194 #VALUE! How can I hide this? Any help is
appreciated.

Mark

Bob Phillips

Mark,

If you must hide it, against fixing the problem, then try

=IF(ISERROR((P194*H194)+H194),"",(P194*H194)+H194)

--

HTH

RP
(remove nothere from the email address if mailing direct)


"Mark Jackson" wrote in message
...
Hello,

I have this formula in cell Q194: =(P194*H194)+H194 When there is no data
in P194 this is shown in Q194 #VALUE! How can I hide this? Any help is
appreciated.

Mark




Frank Kabel

Hi
depending on your desired result an alternative:
=(N(P194)*H194)+H194

or you may try:
=IF(ISNUMBER(P194),(P194*H194)+H194,"")

--
Regards
Frank Kabel
Frankfurt, Germany
"Mark Jackson" schrieb im
Newsbeitrag ...
Hello,

I have this formula in cell Q194: =(P194*H194)+H194 When there is no data
in P194 this is shown in Q194 #VALUE! How can I hide this? Any help is
appreciated.

Mark





All times are GMT +1. The time now is 01:30 AM.

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