#1   Report Post  
 
Posts: n/a
Default help with formula

How would you write a formula that subtracts qty in cell
c2,d3,e4,f5,g6,h7,I8 total rusults in J9
  #2   Report Post  
JE McGimpsey
 
Posts: n/a
Default

Subtracts from what?

If you're subtracting all the other cells from C2, perhaps something
like:

J9: =SUM(C2,-D3,-E4,-F5,-G6,-H7,-I8)


or, more compactly:

J9: =-SUM(-C2,D3,E4,F5,G6,H7,I8)




In article ,
wrote:

How would you write a formula that subtracts qty in cell
c2,d3,e4,f5,g6,h7,I8 total rusults in J9

  #3   Report Post  
Dave Peterson
 
Posts: n/a
Default

Do you mean:

=-sum(c2,d3,e4,f5,g6,h7,I8)
or maybe:
=c2-sum(d3,e4,f5,g6,h7,I8)




wrote:

How would you write a formula that subtracts qty in cell
c2,d3,e4,f5,g6,h7,I8 total rusults in J9


--

Dave Peterson
  #4   Report Post  
Duke Carey
 
Posts: n/a
Default

Dave & JE -

Is there a benefit to using SUM() instead of +/- for non-contiguous cells?
You both recommended

=-sum(c2,d3,e4,f5,g6,h7,I8)

when, out of habit, I'd have used

=c2-d3-e4-f5-g6-h7-I8

Just curious



"Dave Peterson" wrote:

Do you mean:

=-sum(c2,d3,e4,f5,g6,h7,I8)
or maybe:
=c2-sum(d3,e4,f5,g6,h7,I8)




wrote:

How would you write a formula that subtracts qty in cell
c2,d3,e4,f5,g6,h7,I8 total rusults in J9


--

Dave Peterson

  #5   Report Post  
Dave Peterson
 
Posts: n/a
Default

Just a personal preference for me--assuming that the values in those cells is
non-text.

But =sum() behaves differently when there is text in one of those cells.



Duke Carey wrote:

Dave & JE -

Is there a benefit to using SUM() instead of +/- for non-contiguous cells?
You both recommended

=-sum(c2,d3,e4,f5,g6,h7,I8)

when, out of habit, I'd have used

=c2-d3-e4-f5-g6-h7-I8

Just curious

"Dave Peterson" wrote:

Do you mean:

=-sum(c2,d3,e4,f5,g6,h7,I8)
or maybe:
=c2-sum(d3,e4,f5,g6,h7,I8)




wrote:

How would you write a formula that subtracts qty in cell
c2,d3,e4,f5,g6,h7,I8 total rusults in J9


--

Dave Peterson


--

Dave Peterson


  #6   Report Post  
JE McGimpsey
 
Posts: n/a
Default

The advantage of using SUM is that it ignores non-numeric arguments.
When I develop apps for clients, I find that a large number of users
clear a cell using the spacebar. Using +/- operators give an error when
that occurs. One could use validation, but many clients don't want to
train themselves to use a different key.

The disadvantage of using SUM is that function calls are generally less
efficient than their corresponding math operations.



In article ,
"Duke Carey" wrote:

Is there a benefit to using SUM() instead of +/- for non-contiguous cells?
You both recommended

=-sum(c2,d3,e4,f5,g6,h7,I8)

when, out of habit, I'd have used

=c2-d3-e4-f5-g6-h7-I8

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
referencing named formula using INDIRECT function [email protected] Excel Worksheet Functions 19 May 11th 05 09:48 AM
Simplify formula Luke Excel Worksheet Functions 37 May 6th 05 07:21 AM
put formula results into a different cell if it is empty PutFormula Excel Worksheet Functions 2 February 11th 05 03:31 AM
how do i write a formula and keep in in formula form, so it DOESN. norcalchick2207 Excel Discussion (Misc queries) 2 February 4th 05 08:38 PM
Match / Vlookup within an Array formula Hari Prasadh Excel Discussion (Misc queries) 3 February 3rd 05 04:37 PM


All times are GMT +1. The time now is 11:44 PM.

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

About Us

"It's about Microsoft Excel"