Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Paulo
 
Posts: n/a
Default How do I substract numbers in range like this: Substract(a1..a10)


  #2   Report Post  
Dave Peterson
 
Posts: n/a
Default How do I substract numbers in range like this: Substract(a1..a10)

depends on what you mean...

Maybe:
=-sum(a1:a10)
or
maybe:
a1-sum(a2:a10)



Paulo wrote:

--

Dave Peterson
  #3   Report Post  
Posted to microsoft.public.excel.newusers
Paulo
 
Posts: n/a
Default How do I substract numbers in range like this: Substract(a1..a

For example: to add I do this
a1 1.00 +
a2 2.00 +
a3 3.00 +
a4 6.00 (total) =sum(a1:a3)
I want to do this
a1 6.00 -
a2 1.00 -
a3 1.00 -
a4 4.00 (total) =?(a1:a3)


"Dave Peterson" wrote:

depends on what you mean...

Maybe:
=-sum(a1:a10)
or
maybe:
a1-sum(a2:a10)



Paulo wrote:

--

Dave Peterson

  #4   Report Post  
Posted to microsoft.public.excel.newusers
Rowan Drummond
 
Posts: n/a
Default How do I substract numbers in range like this: Substract(a1..a

Try

=A1-SUM(A2:A3)

Regards
Rowan

Paulo wrote:
For example: to add I do this
a1 1.00 +
a2 2.00 +
a3 3.00 +
a4 6.00 (total) =sum(a1:a3)
I want to do this
a1 6.00 -
a2 1.00 -
a3 1.00 -
a4 4.00 (total) =?(a1:a3)


"Dave Peterson" wrote:


depends on what you mean...

Maybe:
=-sum(a1:a10)
or
maybe:
a1-sum(a2:a10)



Paulo wrote:

--

Dave Peterson

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
get a count of numbers whose value falls within a given range LyleB_Austin Excel Worksheet Functions 5 August 3rd 05 04:38 PM
Find Median of Positive numbers only in Range MichaelC Excel Worksheet Functions 4 June 24th 05 03:06 AM
Lookup a range of numbers Dolphinv4 Excel Discussion (Misc queries) 4 May 24th 05 01:45 AM
occurance of numbers in cell range Dillenger Excel Worksheet Functions 14 February 21st 05 06:45 PM
How do I create formula to count numbers in a range of cells? EmilyJ Excel Worksheet Functions 1 December 8th 04 05:24 AM


All times are GMT +1. The time now is 02:30 AM.

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"