Hello,
I used the below formula to pull in the earliest date found in different cells:
=IF(AND(ISBLANK(BC112),ISBLANK(AY112),ISBLANK(AU112),ISBLANK(AQ112),ISBLANK(AM112),ISBLANK(AK112),ISBLANK(AG112),ISBLANK(AC112),ISBLANK(Y112),ISBLANK(U112),ISBLANK(S112),ISBLANK(O112),ISBLANK(M112),ISBLANK(I112)),"",MIN(BC112,AY112,AU112,AQ112,AM112,AK112,AG112,AC112,Y112,U112,S112,O112,M112,I112))
To clarify, this formula works, but I'm wondering if there was an easier way to do this versus doing several ISBLANK formulas.
Thanks in advance,
John
I used the below formula to pull in the earliest date found in different cells:
=IF(AND(ISBLANK(BC112),ISBLANK(AY112),ISBLANK(AU112),ISBLANK(AQ112),ISBLANK(AM112),ISBLANK(AK112),ISBLANK(AG112),ISBLANK(AC112),ISBLANK(Y112),ISBLANK(U112),ISBLANK(S112),ISBLANK(O112),ISBLANK(M112),ISBLANK(I112)),"",MIN(BC112,AY112,AU112,AQ112,AM112,AK112,AG112,AC112,Y112,U112,S112,O112,M112,I112))
To clarify, this formula works, but I'm wondering if there was an easier way to do this versus doing several ISBLANK formulas.
Thanks in advance,
John