Blank cell creates #value and will not add column total

Flipchick

New Member
Joined
May 24, 2021
Messages
9
Office Version
  1. 2010
  2. 2007
Platform
  1. Windows
I looked and did not see this specific issue. I am using nested formulas to fill a cell or have it be blank. I would rather not see "0" or true false in the cell. I have accomplished that for individual columns. However, when I want to have a running balance, the balance column will not add as a row or a column. I have attached a spreadheet. I am using "" to return a blank cell. TYIA
 

Attachments

  • Nested Formula.jpg
    Nested Formula.jpg
    76.5 KB · Views: 4

Excel Facts

Convert text numbers to real numbers
Select a column containing text numbers. Press Alt+D E F to quickly convert text to numbers. Faster than "Convert to Number"
You can not use operators such as + - * or / with a cell that contains anything which is not numeric. You will need to use alternatives such as the SUM function.

=SUM(F4,C5,D5,E5) or =SUM(F4,C5:E5)
 
Upvote 0
Welcome to the Board!

Another option would be to return 0 instead of "".
Then, just apply a Custom Format to your range to hide the zeroes, so you won't see them.
See: Display or hide zero values
 
Upvote 0
Solution
You can not use operators such as + - * or / with a cell that contains anything which is not numeric. You will need to use alternatives such as the SUM function.

=SUM(F4,C5,D5,E5) or =SUM(F4,C5:E5)
That did not seem to work
 
Upvote 0
You are welcome.
Glad we were able to help!
:)
 
Upvote 0

Forum statistics

Threads
1,215,003
Messages
6,122,655
Members
449,091
Latest member
peppernaut

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