Hi i have set up a calendar tracker
This formula works for recurring weekly appointments where 1 = Mon, 2= tue, wed = 3 etc etc
=IF(AB$12=$G12,1,IF(AB$12=$H12,2,IF(AB$12=$I12,3,IF(AB$12=$J12,4, IF(AB$12=$K12,5,"")))))
On row Ab1 I have week of month set up, i.e 1,2,3,4,5.
So i'd like to be able to set up the above formula where you can select week day (either 1 to 5) and then week of month ( either 1 to 5)
anyone have any ideas.
This formula works for recurring weekly appointments where 1 = Mon, 2= tue, wed = 3 etc etc
=IF(AB$12=$G12,1,IF(AB$12=$H12,2,IF(AB$12=$I12,3,IF(AB$12=$J12,4, IF(AB$12=$K12,5,"")))))
On row Ab1 I have week of month set up, i.e 1,2,3,4,5.
So i'd like to be able to set up the above formula where you can select week day (either 1 to 5) and then week of month ( either 1 to 5)
anyone have any ideas.