Hi,
I have a set of data here.
[TABLE="class: grid, width: 500, align: left"]
<tbody>[TR]
[TD]1[/TD]
[TD]A[/TD]
[TD]B[/TD]
[TD]C[/TD]
[TD]D[/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD][/TD]
[TD]5/1/18[/TD]
[TD]6/1/18[/TD]
[TD]7/1/18[/TD]
[/TR]
[TR]
[TD]3[/TD]
[TD]U1[/TD]
[TD]50[/TD]
[TD]40[/TD]
[TD]30[/TD]
[/TR]
[TR]
[TD]4[/TD]
[TD]U2[/TD]
[TD]40[/TD]
[TD]30[/TD]
[TD]20[/TD]
[/TR]
[TR]
[TD]5[/TD]
[TD]U3[/TD]
[TD]30[/TD]
[TD]20[/TD]
[TD]10[/TD]
[/TR]
[TR]
[TD]6[/TD]
[TD]U4[/TD]
[TD]20[/TD]
[TD]10[/TD]
[TD]0[/TD]
[/TR]
</tbody>[/TABLE]
In this table below, I want to have formulas in the empty cells to give me the values that matches row that contains U1 and U3 and column that contains 5/1/18 and 6/1/18.
So it should give me values that are in red in the table above.
[TABLE="class: grid, width: 500, align: left"]
<tbody>[TR]
[TD][/TD]
[TD]5/1/18[/TD]
[TD]6/1/18[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]U1[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]U3[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
Thanks for your help in advance and I hope my question is not confusing.
I have a set of data here.
[TABLE="class: grid, width: 500, align: left"]
<tbody>[TR]
[TD]1[/TD]
[TD]A[/TD]
[TD]B[/TD]
[TD]C[/TD]
[TD]D[/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD][/TD]
[TD]5/1/18[/TD]
[TD]6/1/18[/TD]
[TD]7/1/18[/TD]
[/TR]
[TR]
[TD]3[/TD]
[TD]U1[/TD]
[TD]50[/TD]
[TD]40[/TD]
[TD]30[/TD]
[/TR]
[TR]
[TD]4[/TD]
[TD]U2[/TD]
[TD]40[/TD]
[TD]30[/TD]
[TD]20[/TD]
[/TR]
[TR]
[TD]5[/TD]
[TD]U3[/TD]
[TD]30[/TD]
[TD]20[/TD]
[TD]10[/TD]
[/TR]
[TR]
[TD]6[/TD]
[TD]U4[/TD]
[TD]20[/TD]
[TD]10[/TD]
[TD]0[/TD]
[/TR]
</tbody>[/TABLE]
In this table below, I want to have formulas in the empty cells to give me the values that matches row that contains U1 and U3 and column that contains 5/1/18 and 6/1/18.
So it should give me values that are in red in the table above.
[TABLE="class: grid, width: 500, align: left"]
<tbody>[TR]
[TD][/TD]
[TD]5/1/18[/TD]
[TD]6/1/18[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]U1[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]U3[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
Thanks for your help in advance and I hope my question is not confusing.