Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 1
Default simple subtraction

Hi All,

I need help subtracting values in rows from each other.

My data looks like this
Values Difference
242
242.2 .2
256 ...???
267.4
...

I have 289 values that I would like to subtract from each other. I know the
basic =C3-C2, but is there a formula that will do it all at once.

Thanks :]

  #2   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 15,768
Default simple subtraction

Try this:

=SUMPRODUCT(C3:C10-C2:C9)

Note how the range is staggered.

Biff

"nikpleep" <u34670@uwe wrote in message news:7303cadccfab5@uwe...
Hi All,

I need help subtracting values in rows from each other.

My data looks like this
Values Difference
242
242.2 .2
256 ...???
267.4
..

I have 289 values that I would like to subtract from each other. I know
the
basic =C3-C2, but is there a formula that will do it all at once.

Thanks :]



  #3   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 860
Default simple subtraction

Hi nikleep,

Your =C3-C2 should work fine. Just put it in the first cell you need it,
which, from the example you gave would be D3, then hover your mouse
over the bottom right corner of D3, when the cursor changes to a little
cross
click and drag down to the end of your data, the cell references will
update as you drag.

If you need to drag it past the end of your data to allow for further input
in column C then use =IF(C3="","",C3-C2)

HTH
Martin

"nikpleep" <u34670@uwe wrote in message news:7303cadccfab5@uwe...
Hi All,

I need help subtracting values in rows from each other.

My data looks like this
Values Difference
242
242.2 .2
256 ...???
267.4
..

I have 289 values that I would like to subtract from each other. I know
the
basic =C3-C2, but is there a formula that will do it all at once.

Thanks :]



Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Cell subtraction gudway New Users to Excel 3 May 4th 06 01:31 PM
Subtraction Question Richard Excel Discussion (Misc queries) 6 May 22nd 05 01:54 AM
subtraction with dates Juco Excel Worksheet Functions 7 March 7th 05 10:34 PM
How do I show a percentage in Excel? Or do a simple subtraction? Doug Wilson New Users to Excel 1 March 5th 05 09:26 PM
how do i do a subtraction formula jules Excel Worksheet Functions 3 December 30th 04 03:43 AM


All times are GMT +1. The time now is 04:58 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"