I currently have a formula reading.....
=IF(COUNT(C10:CW10),INDEX(C$1:CW$1,,MATCH(TRUE,INDEX(ISNUMBER(C10:CW10),0),0)),"")
It read from blank cells C10 to CW10 and date cells C1 to CW1
However, I have had to change the blank cells C10 to CW10 to formulas which returns a zero if criteria not met. Therefore, the earliest date function now reads the 1st entry date due to the formulated cells C10 to CW10
How do I add something to the IF formula above to not read zero's?
Your assistance would be greatly appreciated
Regards
=IF(COUNT(C10:CW10),INDEX(C$1:CW$1,,MATCH(TRUE,INDEX(ISNUMBER(C10:CW10),0),0)),"")
It read from blank cells C10 to CW10 and date cells C1 to CW1
However, I have had to change the blank cells C10 to CW10 to formulas which returns a zero if criteria not met. Therefore, the earliest date function now reads the 1st entry date due to the formulated cells C10 to CW10
How do I add something to the IF formula above to not read zero's?
Your assistance would be greatly appreciated
Regards