Hello Gurus,
I got this formula:
The answer should be 1. But it is giving result = 4.
It is supposed to look for "RDO" in the row with the person's name in column E and give me the result if there is one in any of the cells in that row between columns H and AJ. There will never be more than 1 "RDO" in any row. So why is giving me 4 as answer?
Can somebody tell me why is it doing this?
Is there another of solving this problem?
I got this formula:
IF((TODAY()+7-WEEKDAY(TODAY(),2)) < O$2,"",COUNT(IF(INDEX('[Footscray Roster 15th May 2011TrialAli.xls]Weekly Roster'!$E$4:$AJ$200,MATCH($B5,'[Footscray Roster 15th May 2011TrialAli.xls]Weekly Roster'!$E$4:$E$200,0),4):INDEX('[Footscray Roster 15th May 2011TrialAli.xls]Weekly Roster'!$E$4:$AJ$200,MATCH($B5,'[Footscray Roster 15th May 2011TrialAli.xls]Weekly Roster'!$E$4:$E$200,0),32)="RDO",1,"")))
The answer should be 1. But it is giving result = 4.
It is supposed to look for "RDO" in the row with the person's name in column E and give me the result if there is one in any of the cells in that row between columns H and AJ. There will never be more than 1 "RDO" in any row. So why is giving me 4 as answer?
Can somebody tell me why is it doing this?
Is there another of solving this problem?
Last edited: