#1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3
Default Excell formula.

I wish to add together cells C12:C13, and to then add cells D14:D17. and to
then subtract The answer from Column C from Column D and to shoe the result
in a new cell. I have tried =sum(C12:C13)-D14:D17) thinking that BODMAS would
work.
Help Help Help;.
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 12
Default Excell formula.

try this: =sum(c12:c13) - sum(d14:d17)

"azarat" wrote in message
...
I wish to add together cells C12:C13, and to then add cells D14:D17. and to
then subtract The answer from Column C from Column D and to shoe the
result
in a new cell. I have tried =sum(C12:C13)-D14:D17) thinking that BODMAS
would
work.
Help Help Help;.


  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3
Default Excell formula.



"Tieske" wrote:

try this: =sum(c12:c13) - sum(d14:d17)

"azarat" wrote in message
...
I wish to add together cells C12:C13, and to then add cells D14:D17. and to
then subtract The answer from Column C from Column D and to shoe the
result
in a new cell. I have tried =sum(C12:C13)-D14:D17) thinking that BODMAS
would
work.
Help Help Help;.

What a star. Your formula works.

  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 8,856
Default Excell formula.

Try this:

=C12+C13-SUM(D14:D17)

or this:

=SUM(D14:D17)-C12-C13

(it's not clear what you want to subtract from what).

Hope this helps.

Pete

On Jun 27, 12:29*pm, azarat wrote:
I wish to add together cells C12:C13, and to then add cells D14:D17. and to
then subtract The answer from Column C from Column D and to shoe the result
in a new cell. I have tried =sum(C12:C13)-D14:D17) thinking that BODMAS would
work.
Help Help Help;.


  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 10,124
Default Excell formula.

IF? you want to sum c12:c13 and then subtract the sum of d14:d17

=sum(C12:C13)-sum(D14:D17)
--
Don Guillett
Microsoft MVP Excel
SalesAid Software

"azarat" wrote in message
...
I wish to add together cells C12:C13, and to then add cells D14:D17. and to
then subtract The answer from Column C from Column D and to shoe the
result
in a new cell. I have tried =sum(C12:C13)-D14:D17) thinking that BODMAS
would
work.
Help Help Help;.


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
Excell formula help Brian Excel Worksheet Functions 9 August 5th 07 06:25 PM
excell formula can any one help TheHilife Excel Discussion (Misc queries) 3 June 23rd 07 12:31 PM
Excell convert formula row to formula column **Danny** Excel Worksheet Functions 1 January 14th 07 10:03 PM
Formula in Excell naflan Excel Worksheet Functions 2 December 27th 05 03:15 PM
excell formula 9+5=4 not 14 tyler94 Excel Worksheet Functions 1 February 1st 05 02:57 AM


All times are GMT +1. The time now is 12:46 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"