helpplease2024
New Member
- Joined
- Oct 14, 2024
- Messages
- 2
- Office Version
- 365
- Platform
- Windows
Hello,
May I please get assistance.
I currently have a formula that works. It populates Cell F2, based on the date currently in C2 - it populates with "Pending" and "Overdue" and leaves blank if its complete. Below is the equation.
=IFS(C2<=TODAY(),"Overdue",C2<=TODAY()+28,"Pending",C2>TODAY()+28,"")
However, I would like to make a rule that is applied first. SO, if the status is Complete in E2, then F2="Complete", however if E2 is blank, then revert to the above rule.
Please help!
Thank you!
May I please get assistance.
I currently have a formula that works. It populates Cell F2, based on the date currently in C2 - it populates with "Pending" and "Overdue" and leaves blank if its complete. Below is the equation.
=IFS(C2<=TODAY(),"Overdue",C2<=TODAY()+28,"Pending",C2>TODAY()+28,"")
However, I would like to make a rule that is applied first. SO, if the status is Complete in E2, then F2="Complete", however if E2 is blank, then revert to the above rule.
Please help!
Thank you!