bluepenink
Well-known Member
- Joined
- Dec 21, 2010
- Messages
- 585
Hello
how can i use offset in the following instance
=IF(AND($J$5>=D$10,$J$5<=D$11),"125",IF(MONTH($J$5)-E$11<=20,OFFSET($R$9,1,),IF(MONTH($J$5)-E$11<=30,OFFSET($R$9,1,),"200")))
basically, J5 = hire date
I10 beginning of the month
I11 = end of month
R9 = 125
R10 = 150
R11 = 175
if person hire date falls between beginning or end of month, then his quota is $125
if first month is 125, then second month is $150, third month is $175 (i tried to use offset) all other months i want to be 200
currently with my formula, everything is coming out to $150 after the first month :S
pls help!!!! thx u
how can i use offset in the following instance
=IF(AND($J$5>=D$10,$J$5<=D$11),"125",IF(MONTH($J$5)-E$11<=20,OFFSET($R$9,1,),IF(MONTH($J$5)-E$11<=30,OFFSET($R$9,1,),"200")))
basically, J5 = hire date
I10 beginning of the month
I11 = end of month
R9 = 125
R10 = 150
R11 = 175
if person hire date falls between beginning or end of month, then his quota is $125
if first month is 125, then second month is $150, third month is $175 (i tried to use offset) all other months i want to be 200
currently with my formula, everything is coming out to $150 after the first month :S
pls help!!!! thx u
Last edited: