Hi,
I'm trying to select a range for the completion status and also trying to refer to a different column and get the data updated in a different column. I'm sure I'm doing something wrong here. Please help me!
=IF(COUNTIF([Completion Status]3:[Completion Status]38, 0) > 0.5, "Not Completed", "Pending Mgmt Approval", IF([CEO Approval]3 = "Approved", "Completed", "In Progress"))
Here's a video screen share of the issue for further clarification:
https://www.loom.com/share/97f0ac40869e4f73992cc4f77ca2ac1a
Thanks