SchedulerCody
New Member
- Joined
- Oct 2, 2014
- Messages
- 5
Let me start by saying I am an Excel novice.
I am trying to populate one cell of a spreadsheet comparing data from two separate cells. Let me explain...
I have a table of data that looks like this:
[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD]Phase[/TD]
[TD]Date[/TD]
[TD]Output[/TD]
[/TR]
[TR]
[TD]ENG[/TD]
[TD]10/1/2014[/TD]
[TD]A[/TD]
[/TR]
[TR]
[TD]ENG[/TD]
[TD]10/2/2014[/TD]
[TD]B[/TD]
[/TR]
[TR]
[TD]PRO[/TD]
[TD]10/1/2014[/TD]
[TD]C[/TD]
[/TR]
[TR]
[TD]PRO[/TD]
[TD]10/2/2014[/TD]
[TD]D[/TD]
[/TR]
</tbody>[/TABLE]
I am trying to use this data to create a schedule that will populate the 'Output' based on the 'Phase' and 'Date'. It should look like this:
[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD][/TD]
[TD]10/1/2014[/TD]
[TD]10/2/2014[/TD]
[/TR]
[TR]
[TD]ENG[/TD]
[TD]A[/TD]
[TD]B[/TD]
[/TR]
[TR]
[TD]PRO[/TD]
[TD]C[/TD]
[TD]D[/TD]
[/TR]
</tbody>[/TABLE]
My issue is that I do not know how to get 'A,B,C,D' to populate in those cells, based on the 'Date' and the 'Phase' of the previous table.
Does this make sense? Can anyone help?
Thanks in advance!
I am trying to populate one cell of a spreadsheet comparing data from two separate cells. Let me explain...
I have a table of data that looks like this:
[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD]Phase[/TD]
[TD]Date[/TD]
[TD]Output[/TD]
[/TR]
[TR]
[TD]ENG[/TD]
[TD]10/1/2014[/TD]
[TD]A[/TD]
[/TR]
[TR]
[TD]ENG[/TD]
[TD]10/2/2014[/TD]
[TD]B[/TD]
[/TR]
[TR]
[TD]PRO[/TD]
[TD]10/1/2014[/TD]
[TD]C[/TD]
[/TR]
[TR]
[TD]PRO[/TD]
[TD]10/2/2014[/TD]
[TD]D[/TD]
[/TR]
</tbody>[/TABLE]
I am trying to use this data to create a schedule that will populate the 'Output' based on the 'Phase' and 'Date'. It should look like this:
[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD][/TD]
[TD]10/1/2014[/TD]
[TD]10/2/2014[/TD]
[/TR]
[TR]
[TD]ENG[/TD]
[TD]A[/TD]
[TD]B[/TD]
[/TR]
[TR]
[TD]PRO[/TD]
[TD]C[/TD]
[TD]D[/TD]
[/TR]
</tbody>[/TABLE]
My issue is that I do not know how to get 'A,B,C,D' to populate in those cells, based on the 'Date' and the 'Phase' of the previous table.
Does this make sense? Can anyone help?
Thanks in advance!