Hi,
I am trying to combine two formulas into one, both, are correct on their own but I am unsure on how to combine them.
Formula1: =IF([% Complete]7 < ABS(0.6), "High", "Low")
Formula2: =IF(Blocked7 = 1, "High", "Low")
So, if either of the "BOLD" conditions above are satisfied, then I would want the true/false values to return in the formula cell.
Thank you!