How can I subtract cells in a row

W

wildfyre

I need to be ablt ro do d=b-c on each row, but not have it give a cumulative
total.
 
D

Dave Peterson

If you want to start in Row 1, put this in D1:

=b1-c1

And copy that formula down as far as you need.
 
W

wildfyre

Is there a way to do it at the top, so that it will automatically do it on
every row?
 
Top