Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3
Default Sum Postitive Values

Please advise how should I set the formula.

I have few values over several rows (A18, A29, A40, A51), and in cell A54, I
want to sum up the above cells that are in positive values and to excludes
any values that are less than 0.
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 15,768
Default Sum Postitive Values

One way:

=SUM((A180)*A18,(A290)*A29,(A400)*A40,(A510)*A 51)

--
Biff
Microsoft Excel MVP


"crysallisa" wrote in message
...
Please advise how should I set the formula.

I have few values over several rows (A18, A29, A40, A51), and in cell A54,
I
want to sum up the above cells that are in positive values and to excludes
any values that are less than 0.



  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 8,520
Default Sum Postitive Values

Another one

=SUMPRODUCT((MOD(ROW(A18:A51),11)=7)*(A18:A510),A 18:A51)

If this post helps click Yes
---------------
Jacob Skaria


"crysallisa" wrote:

Please advise how should I set the formula.

I have few values over several rows (A18, A29, A40, A51), and in cell A54, I
want to sum up the above cells that are in positive values and to excludes
any values that are less than 0.

  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3
Default Sum Postitive Values

Hi Valko,

Thank you for great advice!! It solves my problem.

Best Regards
Crysallisa

"T. Valko" wrote:

One way:

=SUM((A180)*A18,(A290)*A29,(A400)*A40,(A510)*A 51)

--
Biff
Microsoft Excel MVP


"crysallisa" wrote in message
...
Please advise how should I set the formula.

I have few values over several rows (A18, A29, A40, A51), and in cell A54,
I
want to sum up the above cells that are in positive values and to excludes
any values that are less than 0.




  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3
Default Sum Postitive Values

Hi Jacob,

This method works too!.

Thank you!

Best Regards
Crysallisa

"Jacob Skaria" wrote:

Another one

=SUMPRODUCT((MOD(ROW(A18:A51),11)=7)*(A18:A510),A 18:A51)

If this post helps click Yes
---------------
Jacob Skaria


"crysallisa" wrote:

Please advise how should I set the formula.

I have few values over several rows (A18, A29, A40, A51), and in cell A54, I
want to sum up the above cells that are in positive values and to excludes
any values that are less than 0.



  #6   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 15,768
Default Sum Postitive Values

You're welcome. Thanks for the feedback!

--
Biff
Microsoft Excel MVP


"crysallisa" wrote in message
...
Hi Valko,

Thank you for great advice!! It solves my problem.

Best Regards
Crysallisa

"T. Valko" wrote:

One way:

=SUM((A180)*A18,(A290)*A29,(A400)*A40,(A510)*A 51)

--
Biff
Microsoft Excel MVP


"crysallisa" wrote in message
...
Please advise how should I set the formula.

I have few values over several rows (A18, A29, A40, A51), and in cell
A54,
I
want to sum up the above cells that are in positive values and to
excludes
any values that are less than 0.






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
calculate values in an unlimited range of cells in a column WITHOUTalso calculating values that had previously been filtered AGAINST? yadang Excel Discussion (Misc queries) 2 October 1st 09 06:18 PM
Excel 2007 doesnt show Y-axis values when the values are small. outback Charts and Charting in Excel 2 October 26th 08 01:37 AM
Exclude #N/A values and Return Numeric values to consecutive cells in Single Row Sam via OfficeKB.com Excel Worksheet Functions 5 February 9th 08 03:07 AM
Formatting a postitive number stacyjhaskins Excel Discussion (Misc queries) 1 September 30th 05 01:46 AM
Excel Compare values in columns & display missing values in a new cpetta Excel Discussion (Misc queries) 1 April 2nd 05 05:51 AM


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