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
 
This formula:

=SUM(M6+L6)

is equivalent to:

=M6+L6

If either or both of the referenced cells contain a non-numeric entry like "" the formula will return #VALUE!.

But if you reference a range like this:

=SUM(L6:M6)

Excel ignores any text entries.
 
Upvote 0

Excel Facts

Which lookup functions find a value equal or greater than the lookup value?
MATCH uses -1 to find larger value (lookup table must be sorted ZA). XLOOKUP uses 1 to find values greater and does not need to be sorted.

Forum statistics

Threads
1,215,344
Messages
6,124,407
Members
449,157
Latest member
mytux

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