Subtraction Formula

coliervile

Well-known Member
Joined
May 19, 2006
Messages
724
I want to use a subtraction formula that doesn't refer to cell references...the normal way in cell D9 =C9-B10. Is there another way with out the cell references (C9 and B10) maybe an offset or something other that would be in cell D9?

Thanks,
Charlie
 

Excel Facts

Why are there 1,048,576 rows in Excel?
The Excel team increased the size of the grid in 2007. There are 2^20 rows and 2^14 columns for a total of 17 billion cells.
I want to use a subtraction formula that doesn't refer to cell references...the normal way in cell D9 =C9-B10. Is there another way with out the cell references (C9 and B10) maybe an offset or something other that would be in cell D9?

Thanks,
Charlie
You can try this but I don't see how it's better than =C9-B10.

=OFFSET(D9,,-1)-OFFSET(D9,1,-2)
 
Upvote 0
Thanks Crook_101 and T. Valko for your ideas but, is there anyway of doing it without any cell references- not even to cell D9?

Thanks,
Charlie
 
Upvote 0
hi,

Offset needs a "starting point" so offset is out - can I ask why you are doing this - even if you find a solution it will be so much more inefficient....

Ian
 
Upvote 0
Thanks Crook_101 and T. Valko for your ideas but, is there anyway of doing it without any cell references- not even to cell D9?

Thanks,
Charlie
If you don't use any cell references at all how would you tell Excel what cells to calculate?

dunno.gif
 
Upvote 0
My first thought, make a couple of defined named ranges.

Cellone = C9
Celltwo = B10

D9 = Cellone-Celltwo
 
Upvote 0
I want to copy a row of data and paste it into a new row that I've inserted into the worksheet that will do some basic subtraction and division without using cell references but, the offset to do the subtraction and division remains the same fromrow torow...does this make since?

Charlie
 
Upvote 0
I find it that copying data and putting it into new rows sometimes the formula cell references get out of wack and i want to prevent this from happening...if that's possible.

Charlie
 
Upvote 0

Forum statistics

Threads
1,224,602
Messages
6,179,845
Members
452,948
Latest member
UsmanAli786

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