jordanblair07
New Member
- Joined
- Jun 11, 2015
- Messages
- 3
Hello,
I am not completely sure if this is possible, I have a table like below:
[TABLE="width: 500"]
<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]7/1/2015[/TD]
[TD]1500[/TD]
[TD][/TD]
[TD][/TD]
[TD]2400[/TD]
[TD][/TD]
[TD]3600[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]7/2/2015[/TD]
[TD]1500[/TD]
[TD][/TD]
[TD]1500[/TD]
[TD][/TD]
[TD][/TD]
[TD]3600[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]7/3/2015[/TD]
[TD][/TD]
[TD]1600[/TD]
[TD][/TD]
[TD]2400[/TD]
[TD][/TD]
[TD]3600[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]7/4/2015[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD]1600[/TD]
[TD]3600[/TD]
[TD][/TD]
[TD]1800[/TD]
[/TR]
[TR]
[TD]7/5/2015[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD]2400[/TD]
[TD][/TD]
[TD]3600[/TD]
[TD]1600[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]ETC....[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
If a cell in column A - H has a number I want it to populate the date that the number corresponds with to another table. So if columnds A - H have 3 cells filled with numbers I should have three lines dated with 7/1/2015. Example below,
[TABLE="width: 500"]
<tbody>[TR]
[TD]7/1/2015[/TD]
[TD]1500[/TD]
[/TR]
[TR]
[TD]7/1/2015[/TD]
[TD]2400[/TD]
[/TR]
[TR]
[TD]7/1/2015[/TD]
[TD]3600[/TD]
[/TR]
[TR]
[TD]7/2/2015[/TD]
[TD]1500[/TD]
[/TR]
[TR]
[TD]7/2/2015[/TD]
[TD]1500[/TD]
[/TR]
[TR]
[TD]7/2/2015[/TD]
[TD]3600[/TD]
[/TR]
[TR]
[TD]7/3/2015 ETC...[/TD]
[TD]1600[/TD]
[/TR]
</tbody>[/TABLE]
Then if a number is removed or additional number is added on that day the second table adjusts to include date and number.
I would prefer this to be done with a formula over a macor but what would be the easiest and most flexible way, so if changes are made a lot on the table the second table can adjust easily.
Thank you for the assistance in advanced!!!
I am not completely sure if this is possible, I have a table like below:
[TABLE="width: 500"]
<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]7/1/2015[/TD]
[TD]1500[/TD]
[TD][/TD]
[TD][/TD]
[TD]2400[/TD]
[TD][/TD]
[TD]3600[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]7/2/2015[/TD]
[TD]1500[/TD]
[TD][/TD]
[TD]1500[/TD]
[TD][/TD]
[TD][/TD]
[TD]3600[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]7/3/2015[/TD]
[TD][/TD]
[TD]1600[/TD]
[TD][/TD]
[TD]2400[/TD]
[TD][/TD]
[TD]3600[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]7/4/2015[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD]1600[/TD]
[TD]3600[/TD]
[TD][/TD]
[TD]1800[/TD]
[/TR]
[TR]
[TD]7/5/2015[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD]2400[/TD]
[TD][/TD]
[TD]3600[/TD]
[TD]1600[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]ETC....[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
If a cell in column A - H has a number I want it to populate the date that the number corresponds with to another table. So if columnds A - H have 3 cells filled with numbers I should have three lines dated with 7/1/2015. Example below,
[TABLE="width: 500"]
<tbody>[TR]
[TD]7/1/2015[/TD]
[TD]1500[/TD]
[/TR]
[TR]
[TD]7/1/2015[/TD]
[TD]2400[/TD]
[/TR]
[TR]
[TD]7/1/2015[/TD]
[TD]3600[/TD]
[/TR]
[TR]
[TD]7/2/2015[/TD]
[TD]1500[/TD]
[/TR]
[TR]
[TD]7/2/2015[/TD]
[TD]1500[/TD]
[/TR]
[TR]
[TD]7/2/2015[/TD]
[TD]3600[/TD]
[/TR]
[TR]
[TD]7/3/2015 ETC...[/TD]
[TD]1600[/TD]
[/TR]
</tbody>[/TABLE]
Then if a number is removed or additional number is added on that day the second table adjusts to include date and number.
I would prefer this to be done with a formula over a macor but what would be the easiest and most flexible way, so if changes are made a lot on the table the second table can adjust easily.
Thank you for the assistance in advanced!!!