Hi!
First time posting so i apologize in advance if i don't explain the issue i am having as well i should.
I have been asked to create a spreadsheet with gantt chart for the purpose of monitoring the status of a project. I've been told to keep it simple with the inclusion of a few visual aids to easily identify the tasks that are in progress, overdue and completed.
As my Excel knowledge is quite limited when it comes to formulas i was hoping someone could help me out with the following:
[TABLE="class: grid, width: 700, align: center"]
<tbody>[TR]
[TD="align: center"]START
(D9)[/TD]
[TD="align: center"]DUE
(E9)[/TD]
[TD="align: center"]COMPLETED
(F9)[/TD]
[TD="align: center"]STATUS
(G9)[/TD]
[/TR]
[TR]
[TD="align: center"]1-1-2019[/TD]
[TD="align: center"]3-1-2019[/TD]
[TD="align: center"][/TD]
[TD="align: center"]=IF(E10<TODAY(), "Overdue", "In Progress")[/TD]
[/TR]
</tbody>[/TABLE]
Looking to add to the formula in G10 so that it shows the text "Completed" if there is a date in F10.
Thanks in advance. Any assistance is greatly appreciated.
Paul
First time posting so i apologize in advance if i don't explain the issue i am having as well i should.
I have been asked to create a spreadsheet with gantt chart for the purpose of monitoring the status of a project. I've been told to keep it simple with the inclusion of a few visual aids to easily identify the tasks that are in progress, overdue and completed.
As my Excel knowledge is quite limited when it comes to formulas i was hoping someone could help me out with the following:
[TABLE="class: grid, width: 700, align: center"]
<tbody>[TR]
[TD="align: center"]START
(D9)[/TD]
[TD="align: center"]DUE
(E9)[/TD]
[TD="align: center"]COMPLETED
(F9)[/TD]
[TD="align: center"]STATUS
(G9)[/TD]
[/TR]
[TR]
[TD="align: center"]1-1-2019[/TD]
[TD="align: center"]3-1-2019[/TD]
[TD="align: center"][/TD]
[TD="align: center"]=IF(E10<TODAY(), "Overdue", "In Progress")[/TD]
[/TR]
</tbody>[/TABLE]
Looking to add to the formula in G10 so that it shows the text "Completed" if there is a date in F10.
Thanks in advance. Any assistance is greatly appreciated.
Paul