Hi there,
i have the following formula that i cant get to work. basically, i am raising a flag if a job is at one of multiple defined stages and withing a specific timeframe. its the multiple stages bit that i am stuck with.
current formula as follows
=IF(AND($[Cust Requested Date]$1 + $[Column54]$9 > [Cust Requested Date]30, Stage= "Acceptance" OR "Client Meet"), 1, 0)
Regards
Blair