OK here goes. this is a quick example of what i am trying to do. table size A1:E11 Invoices is in A1. I would like to be able to copy the name from B6:B11 to the cells under Name 2 if they are at 2 weeks delay So in C2:E3 under name2 i would like to be able to populate this with the Names from Name1 if they are at 2 weeks | ||||
I would like it to look like this if possible <colgroup><col width="86"><col width="86"><col width="86"><col width="86"><col width="86"></colgroup> <tbody> [TD="width: 86"]Invoices | ||||
<colgroup><col width="86"><col width="86"><col width="86"><col width="86"><col width="86"></colgroup> <tbody>
[TD="width: 86"]
Priority | 3 | | | |
Late | 3 | |||
order | name1 | weeks | ||
1 | one tree | 2 | ||
2 | two tree | 1 | ||
2 | one cab | 2 | ||
4 | two cab | 1 | ||
5 | one car | 1 | ||
6 | two car | 2 |
<colgroup><col width="86"><col width="86"><col width="86"><col width="86"><col width="86"></colgroup> <tbody>
[TD="width: 86"]Invoices[/TD]
[TD="width: 86"]
[/TD]
[TD="width: 257, colspan: 3"]Name2
[/TD]
</tbody>
[TD="width: 86"][/TD]
[TD="width: 257, colspan: 3"][/TD]
Priority Late | 3 | one tree | one cab | two car |
Late | 3 | |||
order | name1 | weeks | ||
1 | one tree | 2 | ||
2 | two tree | 1 | ||
2 | one cab | 2 | ||
4 | two cab | 1 | ||
5 | one car | 1 | ||
6 | two car | 2 |
[TD="width: 86"][/TD]
[TD="width: 257, colspan: 3"]Name2
[/TD]
</tbody>
</tbody>