thisishailstorm
New Member
- Joined
- Jan 7, 2019
- Messages
- 5
Hello, I am trying to change the values in my Status column to either Overdue, On Track, or Blank.
These will reference my Due Date column.
I have figured out how to have my cell = Overdue or On Track, but am having difficulty adding an additional layer to the formula.
Currently, I have Overdue if due date is < than today, On Track otherwise, however I would like the cell to be Blank if Due Date cell is empty.
This is what I have so far:
=IF(G12<today(),"Overdue","On Track")
How do I add the additional condition in my formula?
Thanks!
These will reference my Due Date column.
I have figured out how to have my cell = Overdue or On Track, but am having difficulty adding an additional layer to the formula.
Currently, I have Overdue if due date is < than today, On Track otherwise, however I would like the cell to be Blank if Due Date cell is empty.
This is what I have so far:
=IF(G12<today(),"Overdue","On Track")
How do I add the additional condition in my formula?
Thanks!