A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Excel » Worksheet Functions
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

Sumproduct for Values over a certain Value eg 0.00



 
 
Thread Tools Display Modes
  #1  
Old March 16th, 2010, 02:02 AM posted to microsoft.public.excel.worksheet.functions
enna49
external usenet poster
 
Posts: 53
Default Sumproduct for Values over a certain Value eg 0.00

Hi

I am using the code below and only want to sum the Values over 0.00, but if
I add 0 to this it does the COUNT. Please can you let me know if there is
a way of doing this. I have searched and cannot find, maybe I am heading in
the wrong direction.

=SUMPRODUCT(--('FULL CURRENT ATB'!$C$2:$C$4030=$B$3)*('FULL CURRENT
ATB'!$O$2:$O$4030))

Thanking you
  #2  
Old March 16th, 2010, 02:11 AM posted to microsoft.public.excel.worksheet.functions
Max
external usenet poster
 
Posts: 8,574
Default Sumproduct for Values over a certain Value eg 0.00

Assuming the col O is the sum range which may contain negative values as well
presumably, you could frame it up like this:
=SUMPRODUCT(('FULL CURRENT ATB'!$C$2:$C$4030=$B$3)*('FULL CURRENT
ATB'!$O$2:$O$40300),'FULL CURRENT ATB'!$O$2:$O$4030)
Success? hit the YES below
--
Max
Singapore
---
"enna49" wrote:
I am using the code below and only want to sum the Values over 0.00, but if
I add 0 to this it does the COUNT. Please can you let me know if there is
a way of doing this. I have searched and cannot find, maybe I am heading in
the wrong direction.

=SUMPRODUCT(--('FULL CURRENT ATB'!$C$2:$C$4030=$B$3)*('FULL CURRENT
ATB'!$O$2:$O$4030))

Thanking you

  #3  
Old March 16th, 2010, 02:51 AM posted to microsoft.public.excel.worksheet.functions
enna49
external usenet poster
 
Posts: 53
Default Sumproduct for Values over a certain Value eg 0.00

Thank you - Worked perfectly

"Max" wrote:

Assuming the col O is the sum range which may contain negative values as well
presumably, you could frame it up like this:
=SUMPRODUCT(('FULL CURRENT ATB'!$C$2:$C$4030=$B$3)*('FULL CURRENT
ATB'!$O$2:$O$40300),'FULL CURRENT ATB'!$O$2:$O$4030)
Success? hit the YES below
--
Max
Singapore
---
"enna49" wrote:
I am using the code below and only want to sum the Values over 0.00, but if
I add 0 to this it does the COUNT. Please can you let me know if there is
a way of doing this. I have searched and cannot find, maybe I am heading in
the wrong direction.

=SUMPRODUCT(--('FULL CURRENT ATB'!$C$2:$C$4030=$B$3)*('FULL CURRENT
ATB'!$O$2:$O$4030))

Thanking you

  #4  
Old March 16th, 2010, 01:07 PM posted to microsoft.public.excel.worksheet.functions
Max
external usenet poster
 
Posts: 8,574
Default Sumproduct for Values over a certain Value eg 0.00

welcome, good to hear
--
Max
Singapore

"enna49" wrote in message
...
Thank you - Worked perfectly



 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump


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


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 OfficeFrustration.
The comments are property of their posters.