Hello! I have my sheet set up so that all of the update columns in the child rows are automatically a red dot. Once a row has been updated the cell turns to a green dot. It will stay green for 4 days as I have the formula set up so that on Mondays I can see if any PM's have updated the sheet since Thursday (4 days prior). I have this cell linked to our Monday Team Meeting Dashboard. Question. I have been given two different formulas for the parent row and I am not sure which one will work. Can anyone tell me the difference:
Child Rows:
=IF(Modified3 >= TODAY() - 4, "Green", "Red")
Parent Row:
=IF(COUNTIF(CHILDREN(), ="Green") > 1, "Green", "Red")
vs.
=IF(COUNTIF(CHILDREN(), "Green") >= 1, "Green", "Red")
Any assistance with this is GREATLY appreciated!!!
