Please help this noob. If someone is kind enough or just want some practice, I will be grateful...
I have a commission project. sales reps will have about 300 accts per month listed in rows. each account will have a starting rate code (in column F), and reps will try to upgrade each account to another rate code (in column J). reps will also have a monthly save percentage (in cell Q1). depending on what rate code the acct starts and ends up with, along with what their monthly save percentage is, reps will get a certain commission (in column K). soo...
if acccount is in rate code 'F', and is changed to rate code 'J', and if save
percentage = 'Q1' then commission = 'K'
'F', 'J', 'K' will be in every row, the save percentage 'Q1' will be in only one
cell.
'F' could equal the following: 99.00, 114.99, 126.99, 129.99, 159.99
'J' could equal the following: 129.99, 159.99
'Q1' could equal the following: 90, 91, 92, 93, 94, 95.
this is the current commission grid:
if F=99.00 and J=129.99 and Q1=90, then K=2.00
if F=99.00 and J=129.99 and Q1=91, then K=2.50
if F=99.00 and J=129.99 and Q1=92, then K=3.00
if F=99.00 and J=129.99 and Q1=93, then K=3.50
if F=99.00 and J=129.99 and Q1=94, then K=4.00
if F=99.00 and J=129.99 and Q1=95, then K=4.50
if F=99.00 and J=159.99 and Q1=90, then K=6.75
if F=99.00 and J=159.99 and Q1=91, then K=7.25
if F=99.00 and J=159.99 and Q1=92, then K=7.75
if F=99.00 and J=159.99 and Q1=93, then K=8.25
if F=99.00 and J=159.99 and Q1=94, then K=8.75
if F=99.00 and J=159.99 and Q1=95, then K=9.25
if F=114.99 and J=129.99 and Q1=90, then K=1.50
if F=114.99 and J=129.99 and Q1=91, then K=2.00
if F=114.99 and J=129.99 and Q1=92, then K=2.50
if F=114.99 and J=129.99 and Q1=93, then K=3.00
if F=114.99 and J=129.99 and Q1=94, then K=3.50
if F=114.99 and J=129.99 and Q1=95, then K=4.00
if F=114.99 and J=159.99 and Q1=90, then K=5.00
if F=114.99 and J=159.99 and Q1=91, then K=5.50
if F=114.99 and J=159.99 and Q1=92, then K=6.00
if F=114.99 and J=159.99 and Q1=93, then K=6.50
if F=114.99 and J=159.99 and Q1=94, then K=7.00
if F=114.99 and J=159.99 and Q1=95, then K=7.50
if F=126.99 and J=129.99 and Q1=90, then K=1.00
if F=126.99 and J=129.99 and Q1=91, then K=1.50
if F=126.99 and J=129.99 and Q1=92, then K=2.00
if F=126.99 and J=129.99 and Q1=93, then K=2.50
if F=126.99 and J=129.99 and Q1=94, then K=3.00
if F=126.99 and J=129.99 and Q1=95, then K=3.50
if F=126.99 and J=159.99 and Q1=90, then K=3.50
if F=126.99 and J=159.99 and Q1=91, then K=4.00
if F=126.99 and J=159.99 and Q1=92, then K=4.50
if F=126.99 and J=159.99 and Q1=93, then K=5.00
if F=126.99 and J=159.99 and Q1=94, then K=5.50
if F=126.99 and J=159.99 and Q1=95, then K=6.00
if F=129.99 and J=159.99 and Q1=90, then K=2.50
if F=129.99 and J=159.99 and Q1=91, then K=3.00
if F=129.99 and J=159.99 and Q1=92, then K=3.50
if F=129.99 and J=159.99 and Q1=93, then K=4.00
if F=129.99 and J=159.99 and Q1=94, then K=4.50
if F=129.99 and J=159.99 and Q1=95, then K=5.00
if F=136.99 and J=159.99 and Q1=90, then K=2.50
if F=136.99 and J=159.99 and Q1=91, then K=3.00
if F=136.99 and J=159.99 and Q1=92, then K=3.50
if F=136.99 and J=159.99 and Q1=93, then K=4.00
if F=136.99 and J=159.99 and Q1=94, then K=4.50
if F=136.99 and J=159.99 and Q1=95, then K=5.00
if F=159.99 and J=159.99 and Q1=90, then K=3.00
if F=159.99 and J=159.99 and Q1=91, then K=3.50
if F=159.99 and J=159.99 and Q1=92, then K=4.00
if F=159.99 and J=159.99 and Q1=93, then K=4.50
if F=159.99 and J=159.99 and Q1=94, then K=5.00
if F=159.99 and J=159.99 and Q1=95, then K=5.50
reps will enter starting rate in column 'F' and new rate in column 'J' and save percentage in cell 'Q1'. I want the formula to automatically figure their commission in column 'K'. So i guess I need the formula for cells in column K.
Thanks a million in advance!
I have a commission project. sales reps will have about 300 accts per month listed in rows. each account will have a starting rate code (in column F), and reps will try to upgrade each account to another rate code (in column J). reps will also have a monthly save percentage (in cell Q1). depending on what rate code the acct starts and ends up with, along with what their monthly save percentage is, reps will get a certain commission (in column K). soo...
if acccount is in rate code 'F', and is changed to rate code 'J', and if save
percentage = 'Q1' then commission = 'K'
'F', 'J', 'K' will be in every row, the save percentage 'Q1' will be in only one
cell.
'F' could equal the following: 99.00, 114.99, 126.99, 129.99, 159.99
'J' could equal the following: 129.99, 159.99
'Q1' could equal the following: 90, 91, 92, 93, 94, 95.
this is the current commission grid:
if F=99.00 and J=129.99 and Q1=90, then K=2.00
if F=99.00 and J=129.99 and Q1=91, then K=2.50
if F=99.00 and J=129.99 and Q1=92, then K=3.00
if F=99.00 and J=129.99 and Q1=93, then K=3.50
if F=99.00 and J=129.99 and Q1=94, then K=4.00
if F=99.00 and J=129.99 and Q1=95, then K=4.50
if F=99.00 and J=159.99 and Q1=90, then K=6.75
if F=99.00 and J=159.99 and Q1=91, then K=7.25
if F=99.00 and J=159.99 and Q1=92, then K=7.75
if F=99.00 and J=159.99 and Q1=93, then K=8.25
if F=99.00 and J=159.99 and Q1=94, then K=8.75
if F=99.00 and J=159.99 and Q1=95, then K=9.25
if F=114.99 and J=129.99 and Q1=90, then K=1.50
if F=114.99 and J=129.99 and Q1=91, then K=2.00
if F=114.99 and J=129.99 and Q1=92, then K=2.50
if F=114.99 and J=129.99 and Q1=93, then K=3.00
if F=114.99 and J=129.99 and Q1=94, then K=3.50
if F=114.99 and J=129.99 and Q1=95, then K=4.00
if F=114.99 and J=159.99 and Q1=90, then K=5.00
if F=114.99 and J=159.99 and Q1=91, then K=5.50
if F=114.99 and J=159.99 and Q1=92, then K=6.00
if F=114.99 and J=159.99 and Q1=93, then K=6.50
if F=114.99 and J=159.99 and Q1=94, then K=7.00
if F=114.99 and J=159.99 and Q1=95, then K=7.50
if F=126.99 and J=129.99 and Q1=90, then K=1.00
if F=126.99 and J=129.99 and Q1=91, then K=1.50
if F=126.99 and J=129.99 and Q1=92, then K=2.00
if F=126.99 and J=129.99 and Q1=93, then K=2.50
if F=126.99 and J=129.99 and Q1=94, then K=3.00
if F=126.99 and J=129.99 and Q1=95, then K=3.50
if F=126.99 and J=159.99 and Q1=90, then K=3.50
if F=126.99 and J=159.99 and Q1=91, then K=4.00
if F=126.99 and J=159.99 and Q1=92, then K=4.50
if F=126.99 and J=159.99 and Q1=93, then K=5.00
if F=126.99 and J=159.99 and Q1=94, then K=5.50
if F=126.99 and J=159.99 and Q1=95, then K=6.00
if F=129.99 and J=159.99 and Q1=90, then K=2.50
if F=129.99 and J=159.99 and Q1=91, then K=3.00
if F=129.99 and J=159.99 and Q1=92, then K=3.50
if F=129.99 and J=159.99 and Q1=93, then K=4.00
if F=129.99 and J=159.99 and Q1=94, then K=4.50
if F=129.99 and J=159.99 and Q1=95, then K=5.00
if F=136.99 and J=159.99 and Q1=90, then K=2.50
if F=136.99 and J=159.99 and Q1=91, then K=3.00
if F=136.99 and J=159.99 and Q1=92, then K=3.50
if F=136.99 and J=159.99 and Q1=93, then K=4.00
if F=136.99 and J=159.99 and Q1=94, then K=4.50
if F=136.99 and J=159.99 and Q1=95, then K=5.00
if F=159.99 and J=159.99 and Q1=90, then K=3.00
if F=159.99 and J=159.99 and Q1=91, then K=3.50
if F=159.99 and J=159.99 and Q1=92, then K=4.00
if F=159.99 and J=159.99 and Q1=93, then K=4.50
if F=159.99 and J=159.99 and Q1=94, then K=5.00
if F=159.99 and J=159.99 and Q1=95, then K=5.50
reps will enter starting rate in column 'F' and new rate in column 'J' and save percentage in cell 'Q1'. I want the formula to automatically figure their commission in column 'K'. So i guess I need the formula for cells in column K.
Thanks a million in advance!