Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 42
Default Need Formula HELP

I have an Excel spreadsheet that has one column full of positive numbers and
negative numbers. I need a formula that will add up all the positive numbers
in one cell and all the negative numbers in another. I can do this by
selecting each cell one-by-one, but is there a faster way? It's a lot of
numbers to select one-by-one, that's why I am asking. THANKS :-)
--
Sandi Gardner
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 44
Default Need Formula HELP

In the column next to it, (say the first value is in A3), so in B3, put
=if(A30,"x","y").

Run this formula to the bottom.

Then in a separate cell, write =sumif(B:B,"x",A:A)

That should work ok

Danny

"Sandi" wrote:

I have an Excel spreadsheet that has one column full of positive numbers and
negative numbers. I need a formula that will add up all the positive numbers
in one cell and all the negative numbers in another. I can do this by
selecting each cell one-by-one, but is there a faster way? It's a lot of
numbers to select one-by-one, that's why I am asking. THANKS :-)
--
Sandi Gardner

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 44
Default Need Formula HELP

Sorry and repeat the formula elsewhere for negative ie =SUMIF(B:B,"y",A:A)

"Sandi" wrote:

I have an Excel spreadsheet that has one column full of positive numbers and
negative numbers. I need a formula that will add up all the positive numbers
in one cell and all the negative numbers in another. I can do this by
selecting each cell one-by-one, but is there a faster way? It's a lot of
numbers to select one-by-one, that's why I am asking. THANKS :-)
--
Sandi Gardner

  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 510
Default Need Formula HELP

Hi

=SUMIF(A:A,"0",A:A)
=SUMIF(A:A,"<0",A:A)



--
Arvi Laanemets
( My real mail address: arvi.laanemets<attarkon.ee )



"Sandi" wrote in message
...
I have an Excel spreadsheet that has one column full of positive numbers
and
negative numbers. I need a formula that will add up all the positive
numbers
in one cell and all the negative numbers in another. I can do this by
selecting each cell one-by-one, but is there a faster way? It's a lot of
numbers to select one-by-one, that's why I am asking. THANKS :-)
--
Sandi Gardner



  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 44
Default Need Formula HELP

*steps back, sheepishly*

yes that's a little more simple....

"Arvi Laanemets" wrote:

Hi

=SUMIF(A:A,"0",A:A)
=SUMIF(A:A,"<0",A:A)



--
Arvi Laanemets
( My real mail address: arvi.laanemets<attarkon.ee )



"Sandi" wrote in message
...
I have an Excel spreadsheet that has one column full of positive numbers
and
negative numbers. I need a formula that will add up all the positive
numbers
in one cell and all the negative numbers in another. I can do this by
selecting each cell one-by-one, but is there a faster way? It's a lot of
numbers to select one-by-one, that's why I am asking. THANKS :-)
--
Sandi Gardner






  #6   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 42
Default Need Formula HELP

SUPER - worked like a charm!!!! Thanks so much!!!!!
--
Sandi Gardner


"Danny Lewis" wrote:

Sorry and repeat the formula elsewhere for negative ie =SUMIF(B:B,"y",A:A)

"Sandi" wrote:

I have an Excel spreadsheet that has one column full of positive numbers and
negative numbers. I need a formula that will add up all the positive numbers
in one cell and all the negative numbers in another. I can do this by
selecting each cell one-by-one, but is there a faster way? It's a lot of
numbers to select one-by-one, that's why I am asking. THANKS :-)
--
Sandi Gardner

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
Match then lookup Tenacity Excel Worksheet Functions 9 December 3rd 05 05:30 AM
Formula Problem - interrupted by #VALUE! in other cells!? Ted Excel Worksheet Functions 17 November 25th 05 05:18 PM
Formula checking multiple worksheets sonic-the-mouse Excel Worksheet Functions 2 June 5th 05 03:28 AM
Creating a check mark box MarthaSue Setting up and Configuration of Excel 18 April 28th 05 12:31 AM
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 06:29 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"