Hi Guys,
i want to put a status box on my spreadsheet for sending out fines so i always know from a glance what stage im at in the proceedings.
What i dont really understand is how to even start the formula.
Each condition needs to over write the previous one if you know what i mean.
If anyone could point me in the rite direction it would be greatly appreciated.
These are the individual formulas(kind of) mite give you an idea what im trying to do anyway.
=IF(J3>0, "processing","")
=IF(K3=YES,"confirmed","Send 1st Letter")
=IF(L3>"","1st letter sent","")
=IF(L3=Today()-40,"send Charge Letter","")
if it is 40 days after the date in L3?
=IF(M3>"","Charge Letter Sent,"")
=IF(M3=Today()-40,"Send Surcharge Leter","")
=IF(N3>0,"Surcharge Letter Sent","")
=IF(N3=Today()-40,"Pass On","")
=IF(O3=>"","Case Closed","")
=IF(R2="yes","Paid","")
Thanks
Pickwa
i want to put a status box on my spreadsheet for sending out fines so i always know from a glance what stage im at in the proceedings.
What i dont really understand is how to even start the formula.
Each condition needs to over write the previous one if you know what i mean.
If anyone could point me in the rite direction it would be greatly appreciated.
These are the individual formulas(kind of) mite give you an idea what im trying to do anyway.
=IF(J3>0, "processing","")
=IF(K3=YES,"confirmed","Send 1st Letter")
=IF(L3>"","1st letter sent","")
=IF(L3=Today()-40,"send Charge Letter","")
if it is 40 days after the date in L3?
=IF(M3>"","Charge Letter Sent,"")
=IF(M3=Today()-40,"Send Surcharge Leter","")
=IF(N3>0,"Surcharge Letter Sent","")
=IF(N3=Today()-40,"Pass On","")
=IF(O3=>"","Case Closed","")
=IF(R2="yes","Paid","")
Thanks
Pickwa