Hi all,
I'm having trouble figuring out a formula in excel, and was hoping someone may be able to assist.
I have data for a number of people and the status of their work in another column. Essentially want to calculate an overall status. If they have atleast one work complete in 2018, then 'Complete in 2018' if not, see if they have any In Progress in 2018 then 'Incomplete in 2018', if not then 'No work in 2018'.
[TABLE="width: 500"]
<tbody>[TR]
[TD]Name
[/TD]
[TD]Status
[/TD]
[TD]Date
[/TD]
[TD]Overall
[/TD]
[/TR]
[TR]
[TD]Andrew
[/TD]
[TD]In Progress
[/TD]
[TD]2018
[/TD]
[TD]Complete in 2018
[/TD]
[/TR]
[TR]
[TD]Andrew
[/TD]
[TD]In Progress
[/TD]
[TD]2018
[/TD]
[TD]Complete in 2018
[/TD]
[/TR]
[TR]
[TD]Andrew
[/TD]
[TD]Complete[/TD]
[TD]2018
[/TD]
[TD]Complete in 2018
[/TD]
[/TR]
[TR]
[TD]Anna
[/TD]
[TD]In Progress
[/TD]
[TD]2018
[/TD]
[TD]Incomplete in 2018
[/TD]
[/TR]
[TR]
[TD]Anna
[/TD]
[TD]Complete
[/TD]
[TD]2017
[/TD]
[TD]Incomplete in 2018
[/TD]
[/TR]
[TR]
[TD]Kate
[/TD]
[TD]Complete
[/TD]
[TD]2017
[/TD]
[TD]No work in in 2018
[/TD]
[/TR]
[TR]
[TD]Joseph
[/TD]
[TD]In Progress
[/TD]
[TD]2018
[/TD]
[TD]Complete in 2018
[/TD]
[/TR]
[TR]
[TD]Joseph
[/TD]
[TD]Complete
[/TD]
[TD]2018
[/TD]
[TD]Complete in 2018
[/TD]
[/TR]
</tbody>[/TABLE]
Thanks
Annie
I'm having trouble figuring out a formula in excel, and was hoping someone may be able to assist.
I have data for a number of people and the status of their work in another column. Essentially want to calculate an overall status. If they have atleast one work complete in 2018, then 'Complete in 2018' if not, see if they have any In Progress in 2018 then 'Incomplete in 2018', if not then 'No work in 2018'.
[TABLE="width: 500"]
<tbody>[TR]
[TD]Name
[/TD]
[TD]Status
[/TD]
[TD]Date
[/TD]
[TD]Overall
[/TD]
[/TR]
[TR]
[TD]Andrew
[/TD]
[TD]In Progress
[/TD]
[TD]2018
[/TD]
[TD]Complete in 2018
[/TD]
[/TR]
[TR]
[TD]Andrew
[/TD]
[TD]In Progress
[/TD]
[TD]2018
[/TD]
[TD]Complete in 2018
[/TD]
[/TR]
[TR]
[TD]Andrew
[/TD]
[TD]Complete[/TD]
[TD]2018
[/TD]
[TD]Complete in 2018
[/TD]
[/TR]
[TR]
[TD]Anna
[/TD]
[TD]In Progress
[/TD]
[TD]2018
[/TD]
[TD]Incomplete in 2018
[/TD]
[/TR]
[TR]
[TD]Anna
[/TD]
[TD]Complete
[/TD]
[TD]2017
[/TD]
[TD]Incomplete in 2018
[/TD]
[/TR]
[TR]
[TD]Kate
[/TD]
[TD]Complete
[/TD]
[TD]2017
[/TD]
[TD]No work in in 2018
[/TD]
[/TR]
[TR]
[TD]Joseph
[/TD]
[TD]In Progress
[/TD]
[TD]2018
[/TD]
[TD]Complete in 2018
[/TD]
[/TR]
[TR]
[TD]Joseph
[/TD]
[TD]Complete
[/TD]
[TD]2018
[/TD]
[TD]Complete in 2018
[/TD]
[/TR]
</tbody>[/TABLE]
Thanks
Annie