Subtracting formula issue

coolhit

Board Regular
Joined
Jul 16, 2009
Messages
90
Hi
I am trying to do subtracting but have issue with formula.

Required is keyed in by user in cell A10
Have has formula in cell A11
Short fall has formula in cell A12 which i am having trouble with.

Current i get
Example 1
A10 = 345000 = Require
A11 = 346000 = Have
A12 =1000 = I want it blank.

Example 2
A10 = 347000 = Require
A11 = 346000 = Have
A12 = -1000 = I want it blank.

What i want to achieve is below

A10 = 345000 = Require
A11 = 346000 = Have
A12 = = I want it blank.

A10 = 347000 = Require
A11 = 346000 = Have
A12 = -1000 = I want to show negative figure.

Regards
 

Excel Facts

Can Excel fill bagel flavors?
You can teach Excel a new custom list. Type the list in cells, File, Options, Advanced, Edit Custom Lists, Import, OK
Hi Coolhit,

Like this?

Coolhit.xlsx
A
10347000
11346000
12-1000
Sheet1
Cell Formulas
RangeFormula
A12A12=IF(A11<A10,A11-A10,"")
 
Upvote 0

Forum statistics

Threads
1,214,932
Messages
6,122,332
Members
449,077
Latest member
jmsotelo

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