
Originally Posted by
yousafkhan1976
I am attaching the file, as maybe I did not explain things well or am interpreting the data incorrectly as stated.
Looks OK to me, what test case is failing?
One thing that was a little unclear is how do I use the same formula in subsequent cells without using INDEX. i.e. apply the same conditional formatting to check conditions of other cells in the same named range?
This is why we always suggest attaching a file. From your description it wasn't evident that you needed to do this. The correct formula that will work in multiple rows would be
=OR(D3="N/A",AND(D3="PMO Review",NOW()-INDEX(CharterDraftDate,ROW(),1)>15),AND(D3="Executive Review",INDEX(CharterExecutiveReviewDate,ROW(),1)-INDEX(CharterDraftDate,ROW(),1)>15))
Bookmarks