#1   Report Post  
TYE
 
Posts: n/a
Default IfSum

i would like 2 do the following,

if an person as done less then 36 hours all their bouns from 5 will go down
to 0.50

=<36hours (bonus/5), this times 0.50

like a sum that works this out

e.g

Ian Smith did 34 hours got 10 sales @ 5 total = 50 so i need a sum that will
change this so it say 5 not 50
  #2   Report Post  
BenjieLop
 
Posts: n/a
Default


TYE Wrote:
i would like 2 do the following,

if an person as done less then 36 hours all their bouns from 5 will go
down
to 0.50

=<36hours (bonus/5), this times 0.50

like a sum that works this out

e.g

Ian Smith did 34 hours got 10 sales @ 5 total = 50 so i need a sum that
will
change this so it say 5 not 50


It appears that your example (last sentence) is not consistent with
your premise. Anyway, I am suggesting a solution based on how I
interpret your last sentence. Based on this, your IF statement would
look something like this:

IF[/b] (HOURS_WORKED<36) *THEN* (BONUS=5)* ELSE * (BONUS=SALES*5)

AND SO, YOUR FORMULA SHOULD BE

[b]=IF(B1<36,5,C1*5)

where

B1 contains the number of hours worked and
C1 contains the sales

... hope this is what you need.

Regards.


--
BenjieLop


------------------------------------------------------------------------
BenjieLop's Profile: http://www.excelforum.com/member.php...o&userid=11019
View this thread: http://www.excelforum.com/showthread...hreadid=399735

  #3   Report Post  
Ian
 
Posts: n/a
Default

=IF(hours=<36,bonus*0.5,bonus*5)

Replace hours and bonus with the relevant cell references

--
Ian
--
"TYE" wrote in message
...
i would like 2 do the following,

if an person as done less then 36 hours all their bouns from 5 will go
down
to 0.50

=<36hours (bonus/5), this times 0.50

like a sum that works this out

e.g

Ian Smith did 34 hours got 10 sales @ 5 total = 50 so i need a sum that
will
change this so it say 5 not 50



  #4   Report Post  
Bob Phillips
 
Posts: n/a
Default

=IF(total_hours<36,sales*.5,sales*5)

--

HTH

RP
(remove nothere from the email address if mailing direct)


"TYE" wrote in message
...
i would like 2 do the following,

if an person as done less then 36 hours all their bouns from 5 will go

down
to 0.50

=<36hours (bonus/5), this times 0.50

like a sum that works this out

e.g

Ian Smith did 34 hours got 10 sales @ 5 total = 50 so i need a sum that

will
change this so it say 5 not 50



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
Help on ifsum TYE Excel Worksheet Functions 3 August 18th 05 12:50 PM
IFSUM TYE Excel Worksheet Functions 6 August 16th 05 12:08 PM
ifsum Mandy Excel Discussion (Misc queries) 1 June 22nd 05 06:32 PM
IFSUM with 2 condictions IFSUM with 2 condictions Excel Discussion (Misc queries) 3 May 21st 05 12:19 AM
IF(SUM) help please Steve B Excel Worksheet Functions 4 January 21st 05 03:13 PM


All times are GMT +1. The time now is 03:21 AM.

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"