Question: Create Conditional Functions (Activities Sheet) 1. Add a column (To-Start) to show if the activity is yet to be started. If Date_Started is blank, then
Create Conditional Functions (Activities Sheet)
1. Add a column (To-Start) to show if the activity is yet to be started. If Date_Started is blank, then To-Start is 1, else To-Start is 0. (Note: Use the ISBLANK() function to check if a cell is blank.)
2. Add a column that shows whether a project is in-progress (In-Progress). Create a formula that checks Date-Started and Date_Completed. If Date_Started is not blank but Date_Completed is blank, then the activity is in progress.
3. Add a column that shows whether a project is completed (Completed). Use a formula that sets Completed to 0 if the Date_Completed cell is blank, and 1 if the Date_Completed cell is not blank.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
