Dear all,
could you please help me return different notes for old and new entries considering the date (column A)? I would need for newest row insert note ''valid'' in column C. And for rest - older rows, I would need note ''old'' in column C.
[TABLE="width: 245"]
<colgroup><col><col><col></colgroup><tbody>[TR]
[TD]Date[/TD]
[TD]Name[/TD]
[TD]result[/TD]
[/TR]
[TR]
[TD]20.9.2016[/TD]
[TD]Kevin[/TD]
[TD]old[/TD]
[/TR]
[TR]
[TD]7.2.2017[/TD]
[TD]Kevin[/TD]
[TD]old[/TD]
[/TR]
[TR]
[TD]8.5.2017[/TD]
[TD]Kevin[/TD]
[TD]old[/TD]
[/TR]
[TR]
[TD]10.4.2018[/TD]
[TD]Kevin[/TD]
[TD]valid[/TD]
[/TR]
[TR]
[TD]22.3.2018[/TD]
[TD]Alexander[/TD]
[TD]old[/TD]
[/TR]
[TR]
[TD]10.4.2018[/TD]
[TD]Alexander[/TD]
[TD]valid[/TD]
[/TR]
[TR]
[TD]10.4.2018[/TD]
[TD]Mike[/TD]
[TD]valid
[/TD]
[/TR]
</tbody>[/TABLE]
thank you in advance
could you please help me return different notes for old and new entries considering the date (column A)? I would need for newest row insert note ''valid'' in column C. And for rest - older rows, I would need note ''old'' in column C.
[TABLE="width: 245"]
<colgroup><col><col><col></colgroup><tbody>[TR]
[TD]Date[/TD]
[TD]Name[/TD]
[TD]result[/TD]
[/TR]
[TR]
[TD]20.9.2016[/TD]
[TD]Kevin[/TD]
[TD]old[/TD]
[/TR]
[TR]
[TD]7.2.2017[/TD]
[TD]Kevin[/TD]
[TD]old[/TD]
[/TR]
[TR]
[TD]8.5.2017[/TD]
[TD]Kevin[/TD]
[TD]old[/TD]
[/TR]
[TR]
[TD]10.4.2018[/TD]
[TD]Kevin[/TD]
[TD]valid[/TD]
[/TR]
[TR]
[TD]22.3.2018[/TD]
[TD]Alexander[/TD]
[TD]old[/TD]
[/TR]
[TR]
[TD]10.4.2018[/TD]
[TD]Alexander[/TD]
[TD]valid[/TD]
[/TR]
[TR]
[TD]10.4.2018[/TD]
[TD]Mike[/TD]
[TD]valid
[/TD]
[/TR]
</tbody>[/TABLE]
thank you in advance