Formula for Subtraction in excel

surajs84

New Member
Joined
May 6, 2008
Messages
24
Hi,

Do we have a formula for subtraction similar to the sum function i.e. =SUM().

The reason why I am asking this is I want to reference a cell which has values across multiple tabs & i want to find the difference between all these tabs.

This is how the structure of my file is & i want to sum all the values under the cell A1:-

A
Tab X
Tab Y
Tab Z
B

so my formula for summing would be =SUM(A:B!A1) but I do not have the option of having a similar option for subtraction. Could someone guide me on this ?
 

Excel Facts

Who is Mr Spreadsheet?
Author John Walkenbach was Mr Spreadsheet until his retirement in June 2019.
There is no function, but what output are you shooting for exactly?

Sheet1!A1-Sheet2!A1-Sheet3!A1?

That's just:
=A1-SUM(Sheet2:Sheet3!A1)
 
Upvote 0
Thanks Asala, that helps.

The solution is pretty simple .. just couldn't think of it :) .. thanks again
 
Upvote 0

Forum statistics

Threads
1,215,947
Messages
6,127,867
Members
449,410
Latest member
adunn_23

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