help with this one please and thank you

james rockford

Active Member
Joined
May 27, 2004
Messages
250
hi to all....i have a work book with work sheet that are link to this some sheet.....i would like to show no values until the info is add....if you look at the following rows K,L,M &N you see the error i would like to show as 0...L,M sum up to N so how can i show no value in this cell ....
B JOURNAL_07.xls
KLMN
5ABOVE7BELOW4CORRECT4TO7TARGET3TO7
6   #VALUE!
70%
80%
90%
100%
110%
120%
130%
140%
150%
160%
170%
18
190%0%0%#VALUE!
20
21   #VALUE!
SUM
 

Excel Facts

Format cells as date
Select range and press Ctrl+Shift+3 to format cells as date. (Shift 3 is the # sign which sort of looks like a small calendar).
This will make any error values disappear

=IF(ISERROR(SUM(M6:L6)),"",SUM(M6:L6))


edit:

if if i read your post properly :LOL: this will make an error appear as 0

=IF(ISERROR(SUM(M6:L6)),"0",SUM(M6:L6))
 
Upvote 0
i think the problem lies a bit deeper,

are L6 and M6 getting values from other formula?
and are they formatted as percentages?

testing on base values shows no problems.
 
Upvote 0
Hi Jamie....yes that is correct....i have a work sheet that totals to a cell and then to the sum sheet......all in percentages.....
 
Upvote 0
ok the first is from a work sheet .....=IF(X75=0,"",SUM(X75/Y75))
then the sum sheet =NOV!AA73,=NOV!AA74,=NOV!AA75,=SUM(M6+L6)

back to you
 
Upvote 0
Try stepping through the formula one step at a time it will show you where there is a problem, i cannot see any problems so far everything is working my end
 
Upvote 0

Forum statistics

Threads
1,213,530
Messages
6,114,163
Members
448,554
Latest member
Gleisner2

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top