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
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started