Newbie here so please be kind. lol
So what I have; a lot number(1234) entered into H1, a station ID#(A,B,C or D) in H2 and the current date and time in H3.
What I am trying to do is reference the lot number and station ID# then enter the current date into that intersected cell.
[TABLE="class: grid, width: 500, align: center"]
<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]
[/TR]
[TR]
[TD]1
[/TD]
[TD]LOT NUMBER[/TD]
[TD]ST 1[/TD]
[TD]ST 2[/TD]
[TD]ST 3[/TD]
[TD][/TD]
[TD][/TD]
[TD]LOTNUMBER
[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD]1234[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD]STATION ID[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]3[/TD]
[TD]5678[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD]DATE[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]4[/TD]
[TD]9999[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
So If I were to enter 5678 into H1 and ST 2 into H2 and the current date into H3. Then C3 would have the date populated into it. Is this something that is doable? Thank you for any and all help.
So what I have; a lot number(1234) entered into H1, a station ID#(A,B,C or D) in H2 and the current date and time in H3.
What I am trying to do is reference the lot number and station ID# then enter the current date into that intersected cell.
[TABLE="class: grid, width: 500, align: center"]
<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]
[/TR]
[TR]
[TD]1
[/TD]
[TD]LOT NUMBER[/TD]
[TD]ST 1[/TD]
[TD]ST 2[/TD]
[TD]ST 3[/TD]
[TD][/TD]
[TD][/TD]
[TD]LOTNUMBER
[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD]1234[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD]STATION ID[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]3[/TD]
[TD]5678[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD]DATE[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]4[/TD]
[TD]9999[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
So If I were to enter 5678 into H1 and ST 2 into H2 and the current date into H3. Then C3 would have the date populated into it. Is this something that is doable? Thank you for any and all help.