Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Susannah
 
Posts: n/a
Default Sum of random cells with positive data

How do I sum numbers from random cells (in other words they are not
sequential or patterned) only if the cells contain positive numbers?
  #2   Report Post  
Dave Peterson
 
Posts: n/a
Default

Are the cells within a single range?

=SUMIF(A1:I99,"0")

If you have to avoid some ranges, you can do it in stages:

=SUMIF(A1:c99,"0")+SUMIF(f1:I28,"0")





Susannah wrote:

How do I sum numbers from random cells (in other words they are not
sequential or patterned) only if the cells contain positive numbers?


--

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

Hi Susannah

use the SUMIF function
e.g.
=SUMIF(A1:A5,"0")

Cheers
JulieD

"Susannah" wrote in message
...
How do I sum numbers from random cells (in other words they are not
sequential or patterned) only if the cells contain positive numbers?



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
In a column of text data, how do I delete random cells that have . Minivann Excel Discussion (Misc queries) 2 January 26th 05 10:07 PM
Pulling data from 1 sheet to another Dave1155 Excel Worksheet Functions 1 January 12th 05 06:55 PM
Convert data type of cells to Text,Number,Date and Time Kevin Excel Worksheet Functions 1 December 31st 04 01:57 PM
To safety merge cells without data destroyed, and smart unmerge! Kevin Excel Discussion (Misc queries) 0 December 30th 04 08:17 AM
Convert data of cells to any type: Number, Date&Time, Text Kevin Excel Discussion (Misc queries) 0 December 30th 04 07:55 AM


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