Hi
I'm trying to have an index match or equivalent whereby in cell B5 in looks for a daily task then if there is one displays "Daily Task"
In cell B6 it then needs to look for a Post Task or a Month task
likewise in B7
I have the index match for looking to see if theres a task for each system but cant seem to link it together for what i need. Can anyone help?
IF(INDEX(DailyTask,MATCH(E1,System,0))<>"N/A","Daily Task"
IF(INDEX(PostTask,MATCH(E1,System,0))<>"N/A","Post Task"
IF(INDEX(MonthTask,MATCH(E1,System,0))<>"N/A","Monthly Task"
I'm trying to have an index match or equivalent whereby in cell B5 in looks for a daily task then if there is one displays "Daily Task"
In cell B6 it then needs to look for a Post Task or a Month task
likewise in B7
I have the index match for looking to see if theres a task for each system but cant seem to link it together for what i need. Can anyone help?
IF(INDEX(DailyTask,MATCH(E1,System,0))<>"N/A","Daily Task"
IF(INDEX(PostTask,MATCH(E1,System,0))<>"N/A","Post Task"
IF(INDEX(MonthTask,MATCH(E1,System,0))<>"N/A","Monthly Task"