joshbjames
New Member
- Joined
- Jul 25, 2017
- Messages
- 33
Is there a formula that I could use in B1 that labels the column "Date" as well as applies a VLOOKUP formula for the whole column? Please forgive this atrocious question. I'm having a hard time figuring out how to word this for clarity... My goal is to have a sheet that automatically populates when I paste values into column A
[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD]orderID[/TD]
[TD]Label="Date" & formula =vlookup(A:A,dateListA:B,2,false)[/TD]
[/TR]
[TR]
[TD]00001[/TD]
[TD]01/02/18[/TD]
[/TR]
[TR]
[TD]00002[/TD]
[TD]02/03/18[/TD]
[/TR]
[TR]
[TD]00003[/TD]
[TD]03/04/18[/TD]
[/TR]
[TR]
[TD]00004[/TD]
[TD]04/05/18[/TD]
[/TR]
[TR]
[TD]00005[/TD]
[TD]05/06/18[/TD]
[/TR]
</tbody>[/TABLE]
[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD]orderID[/TD]
[TD]Label="Date" & formula =vlookup(A:A,dateListA:B,2,false)[/TD]
[/TR]
[TR]
[TD]00001[/TD]
[TD]01/02/18[/TD]
[/TR]
[TR]
[TD]00002[/TD]
[TD]02/03/18[/TD]
[/TR]
[TR]
[TD]00003[/TD]
[TD]03/04/18[/TD]
[/TR]
[TR]
[TD]00004[/TD]
[TD]04/05/18[/TD]
[/TR]
[TR]
[TD]00005[/TD]
[TD]05/06/18[/TD]
[/TR]
</tbody>[/TABLE]