#1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
TYE
 
Posts: n/a
Default SUMIF



I need a I sum for the following,

If they get the following they will get £5 per sale,

Productivity =90%
SPH =0.39

If they get the following they will get £2.50 per sale

If productivity is less then 90%
SPH= 0.39

If they get the following they will get £0.00
Productivity is less then 90%
Sph is less than 0.39

Or

Productivity is = 90%
SPH is less then 0.39


Can you help?

The below is the template Im using.



Name Sales SPH Productivity total




  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Jerry W. Lewis
 
Posts: n/a
Default SUMIF

=SUMPRODUCT((productivityRange=90%)*(sphRange=0. 39),salesRange)
etc

Jerry

"TYE" wrote:



I need a I sum for the following,

If they get the following they will get £5 per sale,

Productivity =90%
SPH =0.39

If they get the following they will get £2.50 per sale

If productivity is less then 90%
SPH= 0.39

If they get the following they will get £0.00
Productivity is less then 90%
Sph is less than 0.39

Or

Productivity is = 90%
SPH is less then 0.39


Can you help?

The below is the template Im using.



Name Sales SPH Productivity total




  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Bob Phillips
 
Posts: n/a
Default SUMIF

=IF(SPH<.39,0,IF(Productivity<90%,2.5,5))



--
HTH

Bob Phillips

(remove nothere from email address if mailing direct)

"TYE" wrote in message
...


I need a I sum for the following,

If they get the following they will get £5 per sale,

Productivity =90%
SPH =0.39

If they get the following they will get £2.50 per sale

If productivity is less then 90%
SPH= 0.39

If they get the following they will get £0.00
Productivity is less then 90%
Sph is less than 0.39

Or

Productivity is = 90%
SPH is less then 0.39


Can you help?

The below is the template I'm using.



Name Sales SPH Productivity total






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
How to use SUMIF to return sums between two values located in cells ScottBerger Excel Worksheet Functions 2 April 23rd 23 09:05 PM
Embedding a Sumif in a sumif C.Pflugrath Excel Worksheet Functions 5 August 31st 05 07:31 PM
SUMIF with Mutiple Ranges & Criteria PokerZan Excel Discussion (Misc queries) 5 August 4th 05 10:31 PM
Dynamic sumif function Jimbola Excel Worksheet Functions 5 May 4th 05 01:10 AM
SUMIF - Range name to used for the "sum_range" portion of a SUMIF function Oscar Excel Worksheet Functions 2 January 11th 05 11:01 PM


All times are GMT +1. The time now is 05:59 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"