Baz_Barrett1970
New Member
- Joined
- Mar 17, 2012
- Messages
- 2
First off, I have used this site as reference extensively throughout my Military Service and have produced spreadsheets that are now used as 'best practice' in over 80 countries wordwide - thanks to the knowledge I have gleaned from you guys - so thanks for your support. This is my first ever thread...
My dilema is a date return. I have formulated a competency framework that when a competency is achieved, a date is entered from a drop down menu and a traffic light system monitors the competency for a specific and defined period (green in date, amber one the before expiry and red when expired).
I am trying to apply the same principle for Staff appraisals bearing mind each rank has a different appraisal date. The problem is I want to return a date that is quantifiable as opposed to one that is a text entry. Whilst at first glance this may appear simple, the main stumbling block is that the date retun has to be absolute (dd/mmm) yet evolving in years (as opposed to simply 12 months after the competency was achieved); meaning, the return cannot be a specific year (12) as the appraisal is due on the same month every year.
currently the return formula is:
=IF(C6="RANK1","NOV",IF(C6="RANK2","NOV",IF(C6="RANK3","MAY",IF(C6="RANK4","SEP",IF(C6="RANK5","JAN",IF(C6="RANK6","28 FEB",IF(C6="RANK7","N/A",)))))))
The formula's used for the traffic light system are:
=IF(G6=""," ",DATE(YEAR(K6), MONTH(K6)+12, DAY(K6)))
=DAYS360(H6,$W$4). Cell $W$4 is a =now() formula.
I hope I have explained this sufficiently for one of you fine persons to assist?
Thanks in advance
My dilema is a date return. I have formulated a competency framework that when a competency is achieved, a date is entered from a drop down menu and a traffic light system monitors the competency for a specific and defined period (green in date, amber one the before expiry and red when expired).
I am trying to apply the same principle for Staff appraisals bearing mind each rank has a different appraisal date. The problem is I want to return a date that is quantifiable as opposed to one that is a text entry. Whilst at first glance this may appear simple, the main stumbling block is that the date retun has to be absolute (dd/mmm) yet evolving in years (as opposed to simply 12 months after the competency was achieved); meaning, the return cannot be a specific year (12) as the appraisal is due on the same month every year.
currently the return formula is:
=IF(C6="RANK1","NOV",IF(C6="RANK2","NOV",IF(C6="RANK3","MAY",IF(C6="RANK4","SEP",IF(C6="RANK5","JAN",IF(C6="RANK6","28 FEB",IF(C6="RANK7","N/A",)))))))
The formula's used for the traffic light system are:
=IF(G6=""," ",DATE(YEAR(K6), MONTH(K6)+12, DAY(K6)))
=DAYS360(H6,$W$4). Cell $W$4 is a =now() formula.
I hope I have explained this sufficiently for one of you fine persons to assist?
Thanks in advance