Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
Dig Dig is offline
external usenet poster
 
Posts: 17
Default Excel subtraction question

I have a number in a cell A3 and about 40 numbers in 40 other cells that I
want to subtract from the number in A3. I tried = A3-C1:C39 but that did not
work.

What is the easiest and correct way to perform this calculation?

Thanks
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 8,856
Default Excel subtraction question

Try this:

= A3-SUM(C1:C39)

Hope this helps.

Pete

On Dec 11, 12:55 pm, Dig wrote:
I have a number in a cell A3 and about 40 numbers in 40 other cells that I
want to subtract from the number in A3. I tried = A3-C1:C39 but that did not
work.

What is the easiest and correct way to perform this calculation?

Thanks


  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3,440
Default Excel subtraction question

=A3-SUM(C1:C39)

--
Kind regards,

Niek Otten
Microsoft MVP - Excel

"Dig" wrote in message ...
|I have a number in a cell A3 and about 40 numbers in 40 other cells that I
| want to subtract from the number in A3. I tried = A3-C1:C39 but that did not
| work.
|
| What is the easiest and correct way to perform this calculation?
|
| Thanks


  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 470
Default Excel subtraction question

Try =A3-SUM(C1-C39)

Les



"Dig" wrote:

I have a number in a cell A3 and about 40 numbers in 40 other cells that I
want to subtract from the number in A3. I tried = A3-C1:C39 but that did not
work.

What is the easiest and correct way to perform this calculation?

Thanks

  #5   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 470
Default Excel subtraction question

Ooops. Fingers slipped. Corrected formula: =A3-SUM(C1:C39) Use colon,
not minus sign for range.

Les

"Dig" wrote:

I have a number in a cell A3 and about 40 numbers in 40 other cells that I
want to subtract from the number in A3. I tried = A3-C1:C39 but that did not
work.

What is the easiest and correct way to perform this calculation?

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
excel subtraction issues C. Trom. Excel Discussion (Misc queries) 4 August 8th 07 04:40 PM
Newbie Question - Subtraction Formula Question [email protected] Excel Discussion (Misc queries) 3 May 5th 06 05:50 PM
How can I set up a subtraction function in Excel? HENRY Setting up and Configuration of Excel 1 February 27th 06 03:12 AM
Subtraction question Richard Excel Discussion (Misc queries) 6 May 22nd 05 12:57 PM
Subtraction Question Richard Excel Discussion (Misc queries) 6 May 22nd 05 01:54 AM


All times are GMT +1. The time now is 04:41 AM.

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"