Hi, All!
I spent the entire day trying to figure out the best way but got stuck. Hoping you all can point me in the right direction.
I have a table with four columns (Original, Revised, Completion, and Status). I want the formula to be in the Status column.
Basically, what I'm looking to do is return a specific text based on what's in the cell(s) in the Original, Revised, and Completion columns.
If there is a value in the cell of the Original column, but nothing in the other two columns, then return "On Track" in the Status column.
If there are values in the Original and Revised columns, then return "Revised" in the Status column.
If there are values in all three columns, then return "Completed" in the Status column.
If all three columns are blank, then the status column should be blank as well.
Example:
[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD]Original[/TD]
[TD]Revised[/TD]
[TD]Completion[/TD]
[TD]Status[/TD]
[/TR]
[TR]
[TD]<blank>[/TD]
[TD]<blank>[/TD]
[TD]<blank>[/TD]
[TD]<blank>[/TD]
[/TR]
[TR]
[TD]10/1/2017[/TD]
[TD][/TD]
[TD][/TD]
[TD]On Track[/TD]
[/TR]
[TR]
[TD]10/1/2017[/TD]
[TD]10/15/2017[/TD]
[TD][/TD]
[TD]Revised[/TD]
[/TR]
[TR]
[TD]10/1/2017[/TD]
[TD]10/15/2017[/TD]
[TD]10/16/2017[/TD]
[TD]Completed[/TD]
[/TR]
</tbody>[/TABLE]
I spent the entire day trying to figure out the best way but got stuck. Hoping you all can point me in the right direction.
I have a table with four columns (Original, Revised, Completion, and Status). I want the formula to be in the Status column.
Basically, what I'm looking to do is return a specific text based on what's in the cell(s) in the Original, Revised, and Completion columns.
If there is a value in the cell of the Original column, but nothing in the other two columns, then return "On Track" in the Status column.
If there are values in the Original and Revised columns, then return "Revised" in the Status column.
If there are values in all three columns, then return "Completed" in the Status column.
If all three columns are blank, then the status column should be blank as well.
Example:
[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD]Original[/TD]
[TD]Revised[/TD]
[TD]Completion[/TD]
[TD]Status[/TD]
[/TR]
[TR]
[TD]<blank>[/TD]
[TD]<blank>[/TD]
[TD]<blank>[/TD]
[TD]<blank>[/TD]
[/TR]
[TR]
[TD]10/1/2017[/TD]
[TD][/TD]
[TD][/TD]
[TD]On Track[/TD]
[/TR]
[TR]
[TD]10/1/2017[/TD]
[TD]10/15/2017[/TD]
[TD][/TD]
[TD]Revised[/TD]
[/TR]
[TR]
[TD]10/1/2017[/TD]
[TD]10/15/2017[/TD]
[TD]10/16/2017[/TD]
[TD]Completed[/TD]
[/TR]
</tbody>[/TABLE]