Home |
Search |
Today's Posts |
#1
![]() |
|||
|
|||
![]()
in coloumn c i put all sales value & i hv slab of =50000, 50000<70000 &
70000 & commission % is 2%,3%,4% for above slab. kindly tell me how to use if function to get commission on the base of achieved sale which is in coloumn "C" |
#2
![]() |
|||
|
|||
![]()
Assuming sales in C2 down,
Try in D2: =VLOOKUP(C2,{1,0.02;50001,0.03;70000,0.04},2,TRUE) Format D2 as percentage and copy down -- Rgds Max xl 97 --- GMT+8, 1° 22' N 103° 45' E xdemechanik <atyahoo<dotcom ---- prashant_nans wrote in message ... in coloumn c i put all sales value & i hv slab of =50000, 50000<70000 & 70000 & commission % is 2%,3%,4% for above slab. kindly tell me how to use if function to get commission on the base of achieved sale which is in coloumn "C" |
#3
![]() |
|||
|
|||
![]()
Take a look he
http://www.mcgimpsey.com/excel/variablerate.html Assuming that the first 50000 returns a commission of 2%, the next 20000 returns 3% and anything above that returns 4%, you could use =SUMPRODUCT(--(SUM(C:C){0,50000,70000}),(SUM(C:C)-{0,50000,70000}), {0.02,0.01,0.01}) See the link above for more flexible solutions... In article , "prashant_nans" wrote: in coloumn c i put all sales value & i hv slab of =50000, 50000<70000 & 70000 & commission % is 2%,3%,4% for above slab. kindly tell me how to use if function to get commission on the base of achieved sale which is in coloumn "C" |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Formula to list unique values | Excel Worksheet Functions | |||
I cant use englisch function names in a swedich version of excel | Excel Discussion (Misc queries) | |||
Find a Function to use accross different worksheets | Excel Worksheet Functions | |||
change function variable prompts?? | Excel Worksheet Functions | |||
Counting Function Dilemma | Excel Worksheet Functions |