I need a formula that will give me the minimum date after today, and it needs to ignore blank cells.
Employee reviews are conducted after the employee is employed.
In ROW 3, lets day the employee starts today, and will be away in training for the month of June.
How do I skip the blanks spaces before May, and skip June to always get the minimum date.
I only used two rows, but this is for hundreds of employees.
Thanks in advance for your assistance.
[TABLE="width: 500"]
<tbody>[TR]
[TD][/TD]
[TD]A[/TD]
[TD]B[/TD]
[TD]C[/TD]
[TD]D[/TD]
[TD]E[/TD]
[TD]F[/TD]
[TD]G[/TD]
[TD]H[/TD]
[TD]I[/TD]
[TD]J[/TD]
[TD]K[/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD]Next Review Date[/TD]
[TD]JAN Review[/TD]
[TD]FEB Review[/TD]
[TD]MAR Review[/TD]
[TD]APR Review[/TD]
[TD]MAY Review[/TD]
[TD]JUN Review[/TD]
[TD]JUL Review[/TD]
[TD]AUG Review[/TD]
[TD]SEP Review[/TD]
[TD]Final Review[/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD]3/31/2018[/TD]
[TD]1/31/2018[/TD]
[TD]2/28/2018[/TD]
[TD]3/31/2018[/TD]
[TD]4/30/2018[/TD]
[TD]5/31/2018[/TD]
[TD]6/30/2018[/TD]
[TD]7/31/2018[/TD]
[TD]8/31/2018[/TD]
[TD]9/30/2018[/TD]
[TD]10/31/2018[/TD]
[/TR]
[TR]
[TD]3[/TD]
[TD]4/30/2018[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD]4/30/2018[/TD]
[TD]5/31/2018[/TD]
[TD][/TD]
[TD]7/31/2018[/TD]
[TD]8/31/2018[/TD]
[TD]9/31/2018[/TD]
[TD]10/31/2018[/TD]
[/TR]
</tbody>[/TABLE]
Employee reviews are conducted after the employee is employed.
In ROW 3, lets day the employee starts today, and will be away in training for the month of June.
How do I skip the blanks spaces before May, and skip June to always get the minimum date.
I only used two rows, but this is for hundreds of employees.
Thanks in advance for your assistance.
[TABLE="width: 500"]
<tbody>[TR]
[TD][/TD]
[TD]A[/TD]
[TD]B[/TD]
[TD]C[/TD]
[TD]D[/TD]
[TD]E[/TD]
[TD]F[/TD]
[TD]G[/TD]
[TD]H[/TD]
[TD]I[/TD]
[TD]J[/TD]
[TD]K[/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD]Next Review Date[/TD]
[TD]JAN Review[/TD]
[TD]FEB Review[/TD]
[TD]MAR Review[/TD]
[TD]APR Review[/TD]
[TD]MAY Review[/TD]
[TD]JUN Review[/TD]
[TD]JUL Review[/TD]
[TD]AUG Review[/TD]
[TD]SEP Review[/TD]
[TD]Final Review[/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD]3/31/2018[/TD]
[TD]1/31/2018[/TD]
[TD]2/28/2018[/TD]
[TD]3/31/2018[/TD]
[TD]4/30/2018[/TD]
[TD]5/31/2018[/TD]
[TD]6/30/2018[/TD]
[TD]7/31/2018[/TD]
[TD]8/31/2018[/TD]
[TD]9/30/2018[/TD]
[TD]10/31/2018[/TD]
[/TR]
[TR]
[TD]3[/TD]
[TD]4/30/2018[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD]4/30/2018[/TD]
[TD]5/31/2018[/TD]
[TD][/TD]
[TD]7/31/2018[/TD]
[TD]8/31/2018[/TD]
[TD]9/31/2018[/TD]
[TD]10/31/2018[/TD]
[/TR]
</tbody>[/TABLE]