ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Worksheet Functions (https://www.excelbanter.com/excel-worksheet-functions/)
-   -   #value! (https://www.excelbanter.com/excel-worksheet-functions/49372-value.html)

Nepe

#value!
 

jahoobob Wrote:
Try these formulae:
In H5 =IF(SUM(C5:F5),SUM(C5:F5)," ")
In I5 =IF(SUM(C5:F5),I4-G5+H5," ")


Thanks for your help, I wound up using:
In H5 =IF(SUM(C5:F5)=0,0,SUM(C5:F5))
In I5 =IF(SUM(G5:H5)=0,0,I4-G5+H5)

Then I used conditional formatting to hide the zeroes in the rows
without data.
Not perfect, but it's good enough for what I need. I can manually over
ride the few glitches I've come across.

Thanks again for your help.
Nepe


--
Nepe

Dave Peterson

=IF(SUM(C5:F5)=0,0,SUM(C5:F5))
could be replaced with just:
=SUM(C5:F5)

If it's 0, it'll show 0.

Nepe wrote:

jahoobob Wrote:
Try these formulae:
In H5 =IF(SUM(C5:F5),SUM(C5:F5)," ")
In I5 =IF(SUM(C5:F5),I4-G5+H5," ")


Thanks for your help, I wound up using:
In H5 =IF(SUM(C5:F5)=0,0,SUM(C5:F5))
In I5 =IF(SUM(G5:H5)=0,0,I4-G5+H5)

Then I used conditional formatting to hide the zeroes in the rows
without data.
Not perfect, but it's good enough for what I need. I can manually over
ride the few glitches I've come across.

Thanks again for your help.
Nepe

--
Nepe


--

Dave Peterson


All times are GMT +1. The time now is 05:25 AM.

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