Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 23
Default I have Greater than, I need less than also

The formula I am working with gives me a total number of items per
department, who's sales rating is above 83.99%. I am using the exact same
formula for items that rate above 93.99%. The problem is that this formula is
grabbing EVERYTHING above 83.99%. I need it to grab only from 84% to 93.99%.
Can someone help me define this please?

=SUMPRODUCT(--('SKU Data'!$A$2:$A$25000=B16),--('SKU
Data'!$G$2:$G$2500083.99))
  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 492
Default I have Greater than, I need less than also

Untested but should work,
=SUMPRODUCT(--('SKU Data'!$A$2:$A$25000=B16),--('SKU
Data'!$G$2:$G$2500083.99))-SUMPRODUCT(--('SKU
Data'!$A$2:$A$25000=B16),--('SKU
Data'!$G$2:$G$25000<94))
Regards,
Alan.
"rlee1999" wrote in message
...
The formula I am working with gives me a total number of items per
department, who's sales rating is above 83.99%. I am using the exact same
formula for items that rate above 93.99%. The problem is that this formula
is
grabbing EVERYTHING above 83.99%. I need it to grab only from 84% to
93.99%.
Can someone help me define this please?

=SUMPRODUCT(--('SKU Data'!$A$2:$A$25000=B16),--('SKU
Data'!$G$2:$G$2500083.99))



  #4   Report Post  
Junior Member
 
Posts: 27
Cool

try this
=SUMPRODUCT(--('SKU Data'!$A$2:$A$25000=B16),--('SKU
Data'!$G$2:$G$25000=84%),--('SKU
Data'!$G$2:$G$25000<=93.99%))
:)




Quote:
Originally Posted by rlee1999
The formula I am working with gives me a total number of items per
department, who's sales rating is above 83.99%. I am using the exact same
formula for items that rate above 93.99%. The problem is that this formula is
grabbing EVERYTHING above 83.99%. I need it to grab only from 84% to 93.99%.
Can someone help me define this please?

=SUMPRODUCT(--('SKU Data'!$A$2:$A$25000=B16),--('SKU
Data'!$G$2:$G$2500083.99))

Last edited by driller2 : December 12th 06 at 08:05 PM
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
Matching Values from an Array Mal Excel Worksheet Functions 2 January 4th 06 10:06 AM
I want the greater number of 2 cells to show in a separate cell cfiser Excel Discussion (Misc queries) 2 November 16th 05 10:32 PM
I want the greater number of 2 cells to show in a separate cel cfiser Excel Discussion (Misc queries) 0 November 16th 05 10:03 PM
I want the greater number of 2 cells to show in a separate cell Ron Coderre Excel Discussion (Misc queries) 1 November 16th 05 09:22 PM
if greater then 99 then 1 if greater then 199 then two N.R. Excel Worksheet Functions 2 June 23rd 05 06:14 PM


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