I don't know if I need to use VLOOKUP, INDEX, MATCH or a combination of them. I need to get the employees review dates from Sheet 2 into Sheet 1. The dates on Sheet 2 are in a row, and I need them on Sheet 2 in a column, but I need them in the correct month. So using Sheet 1 A3 as an example, I need the dates from Sheet 2 to populate in the correct month in Sheet 1.
I hope I explained this enough. I am good with basic excel, but now I am needing help with advance formula's.
Is there a way to do get this to work.
Sheet 1
A B C D E
[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD]Employee[/TD]
[TD]Jan Review[/TD]
[TD]Feb Review[/TD]
[TD]Mar Review[/TD]
[TD]Apr Review[/TD]
[/TR]
[TR]
[TD]Doe, John[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Doe, Jane[/TD]
[TD]1/5/2018[/TD]
[TD]2/4/2018[/TD]
[TD]3/3/2018[/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
Sheet 2
A B
[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD]Employee[/TD]
[TD]Review Conducted On[/TD]
[/TR]
[TR]
[TD]Doe, John[/TD]
[TD]3/2/2018[/TD]
[/TR]
[TR]
[TD]Doe, John[/TD]
[TD]1/2/2018[/TD]
[/TR]
[TR]
[TD]Doe, Jane[/TD]
[TD]2/4/2018[/TD]
[/TR]
[TR]
[TD]Doe, Jane[/TD]
[TD]3/3/2018[/TD]
[/TR]
[TR]
[TD]Doe, Jane[/TD]
[TD]1/5/2018[/TD]
[/TR]
</tbody>[/TABLE]
I hope I explained this enough. I am good with basic excel, but now I am needing help with advance formula's.
Is there a way to do get this to work.
Sheet 1
A B C D E
[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD]Employee[/TD]
[TD]Jan Review[/TD]
[TD]Feb Review[/TD]
[TD]Mar Review[/TD]
[TD]Apr Review[/TD]
[/TR]
[TR]
[TD]Doe, John[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Doe, Jane[/TD]
[TD]1/5/2018[/TD]
[TD]2/4/2018[/TD]
[TD]3/3/2018[/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
Sheet 2
A B
[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD]Employee[/TD]
[TD]Review Conducted On[/TD]
[/TR]
[TR]
[TD]Doe, John[/TD]
[TD]3/2/2018[/TD]
[/TR]
[TR]
[TD]Doe, John[/TD]
[TD]1/2/2018[/TD]
[/TR]
[TR]
[TD]Doe, Jane[/TD]
[TD]2/4/2018[/TD]
[/TR]
[TR]
[TD]Doe, Jane[/TD]
[TD]3/3/2018[/TD]
[/TR]
[TR]
[TD]Doe, Jane[/TD]
[TD]1/5/2018[/TD]
[/TR]
</tbody>[/TABLE]