Hello All,
I have a sheet with a list of names in column A and the dates that they attended training in column B (and subsequent for different training types).
As, each person has to redo their training after two years, I was hoping that I could get the cells in column B to go red once two years has passed based on the various dates in column B.
[TABLE="class: grid, width: 148"]
<tbody>[TR]
[TD]Name[/TD]
[TD="align: center"]Training[/TD]
[/TR]
[TR]
[TD]John[/TD]
[TD="align: right"]12/02/2015[/TD]
[/TR]
[TR]
[TD]Dave[/TD]
[TD="align: right"]05/12/2013[/TD]
[/TR]
[TR]
[TD]Mike[/TD]
[TD="align: right"]08/06/2012[/TD]
[/TR]
[TR]
[TD]Bill[/TD]
[TD="align: right"]09/03/2016[/TD]
[/TR]
</tbody>[/TABLE]
Any suggestions? I really don't know how to proceed.
VBA or some quirk of general Conditional Formatting is fine with me!
Many thanks in advance,
Dave
I have a sheet with a list of names in column A and the dates that they attended training in column B (and subsequent for different training types).
As, each person has to redo their training after two years, I was hoping that I could get the cells in column B to go red once two years has passed based on the various dates in column B.
[TABLE="class: grid, width: 148"]
<tbody>[TR]
[TD]Name[/TD]
[TD="align: center"]Training[/TD]
[/TR]
[TR]
[TD]John[/TD]
[TD="align: right"]12/02/2015[/TD]
[/TR]
[TR]
[TD]Dave[/TD]
[TD="align: right"]05/12/2013[/TD]
[/TR]
[TR]
[TD]Mike[/TD]
[TD="align: right"]08/06/2012[/TD]
[/TR]
[TR]
[TD]Bill[/TD]
[TD="align: right"]09/03/2016[/TD]
[/TR]
</tbody>[/TABLE]
Any suggestions? I really don't know how to proceed.
VBA or some quirk of general Conditional Formatting is fine with me!
Many thanks in advance,
Dave