Some values, such as when the MATCH formula is trying to match '0 hr 1 min 00 s''0 hr 2 min 30 s' and'0 hr 5 min 30 s' produces and N/A message. I have used the EXACT formula to check if the cell values are truly equal in the data sheet, and they are.
I am using the INDEX MATCH MATCH formula in conjunction with the TIME formula.
The rest of the time intervals that I am using works. (means that if i select '0 hr 4 min 00 s' it works)
I've screenshotted the steps that are shown through the Evaluate Formula function.
Why doesn't these specific timings work, but the rest do? Please help, it is so strange.
=INDEX('Rough Breakdown By Percentages'!$C$2:$V$243,MATCH(D6,'Rough Breakdown By Percentages'!$C$2:$C$243,0),MATCH('Rough Breakdown By Percentages'!$M$2,'Rough Breakdown By Percentages'!$C$2:$V$2,0))
The initial formula
Step 1 of evaluation shows no issues with the time interval
Step 2 shows N/A for the Match function