I got -13017Originally Posted by Deb Mitchell
=71804-(54139+30682)
Are they in different cells? What cells are they in? You may have formatted one as text.
This is a discussion on Subtraction within the Excel Questions forums, part of the Question Forums category; I would like to subtract the following numbers. 54139 30682 71804 71804-(54139+30682) in that order. I should get a negative ...
I would like to subtract the following numbers.
54139 30682 71804
71804-(54139+30682) in that order. I should get a negative number but all I get is this result #VALUE!
Help
I got -13017Originally Posted by Deb Mitchell
=71804-(54139+30682)
Are they in different cells? What cells are they in? You may have formatted one as text.
Test whether each cell gives TRUE when you apply...
=ISNUMBER(cell)
A bit more information is needed:
Are you trying to type it into one Excel cell? If so, you need an equal sign:
=71804-(54139+30682)
TIPS FOR FINDING EXCEL SOLUTIONS
1. Use the built-in Help that comes with Excel/Access
2. Use the Search functionality on this board
3. A lot of VBA code can be acquired by using the Macro Recorder.
"Give a man a fish, feed him for a day. Teach a man to fish, feed him for life!"
I got it. I was formating it =D3-(B3:C3). I changed the ":" to a "+" and it works. =D3-(B3+C3).
Thanks!
Bookmarks