Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Hi, I need some help on a spreadsheet my boss has asked me to design at work.
I work for retail company which pays its employees based on their sales. Employee Monthly sales Total Payment Jane $5,000 (Need Formula Here) My formula is to be = If sales less than $1,000 a month they receive 5% of their sales amount. If sales $1,000 - $5,000 they receive 10% of sales. If sales $5,001 and up they receiv e 12% of sales. PLEASE HELP. I've tried a SUMIFS function but I can't get it right. Should this have OR in it perhaps? Thanks, Lefty -- Thanks! Lefty |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
You have the answers at your other post
Regards John "lefty" wrote in message ... Hi, I need some help on a spreadsheet my boss has asked me to design at work. I work for retail company which pays its employees based on their sales. Employee Monthly sales Total Payment Jane $5,000 (Need Formula Here) My formula is to be = If sales less than $1,000 a month they receive 5% of their sales amount. If sales $1,000 - $5,000 they receive 10% of sales. If sales $5,001 and up they receiv e 12% of sales. PLEASE HELP. I've tried a SUMIFS function but I can't get it right. Should this have OR in it perhaps? Thanks, Lefty -- Thanks! Lefty |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
This should work for you entered in C2 and copied down assuming you have
more than one employee. =LOOKUP(B2,{0,1000,5001},{0.05,0.1,0.12})*B2 Gord Dibben MS Excel MVP On Sat, 24 Oct 2009 13:41:01 -0700, lefty wrote: Hi, I need some help on a spreadsheet my boss has asked me to design at work. I work for retail company which pays its employees based on their sales. Employee Monthly sales Total Payment Jane $5,000 (Need Formula Here) My formula is to be = If sales less than $1,000 a month they receive 5% of their sales amount. If sales $1,000 - $5,000 they receive 10% of sales. If sales $5,001 and up they receiv e 12% of sales. PLEASE HELP. I've tried a SUMIFS function but I can't get it right. Should this have OR in it perhaps? Thanks, Lefty |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
SUMIFS function | Excel Worksheet Functions | |||
sumifs function | Excel Discussion (Misc queries) | |||
Sumifs function | Excel Worksheet Functions | |||
SUMIFS function help | Excel Discussion (Misc queries) | |||
Can SUMIFS use the OR function? | Excel Worksheet Functions |