I am creating an engineering project checksheet and need to put a status flag on the front page. The status flag will display either "NG" or "OK" with Conditional Formatting to color code red or green respectively.
The conditions that need to be met (sorry for my non-Excel formula ... just trying to explain):
IF (Sheet:'Place Review':Column F="Open" AND Sheet:'Place Review':Column G="N" AND Sheet:'Route Review':Column F="Open" AND Sheet:'ROUTE Review':Column G="N") THEN "NG" ELSE "OK"
Basically, I want it to search these 4 columns for either an "Open" or "N" and if it exists, set the flag to NG. FWIW, those columns are controlled by a list so the data can only be Open/Closed or Y/N. The number of rows in these columns is open-ended as these 2 sheets are an open issues list that could contain anywhere from zero to ? rows of issues.
Make sense? If so, PLEASE HELP ME!!!![]()
Bookmarks