AVALADEZ75
New Member
- Joined
- Apr 12, 2013
- Messages
- 2
Hello,
I am trying to split data that has a month column and store columns. I want to be able to split the data into different worksheets based on store columns and have it show the totals by months.
<colgroup><col style="width:48pt" width="64"> <col style="mso-width-source:userset;mso-width-alt:4315;width:89pt" width="118"> <col style="mso-width-source:userset;mso-width-alt:3218;width:66pt" width="88"> </colgroup><tbody>
</tbody>
Master Sheet
below I would like the sheets to be named after each column "Store #" and have
<colgroup><col><col></colgroup><tbody>
</tbody>
Let me know if you can help.
I am trying to split data that has a month column and store columns. I want to be able to split the data into different worksheets based on store columns and have it show the totals by months.
Months | Store 1 | Store 2 |
12 | $ 1,000,000.00 | $ 200,000.00 |
4 | $ 1,000,000.00 | $ 200,000.00 |
1 | $ 1,000,000.00 | $ 200,000.00 |
2 | $ 1,000,000.00 | $ 200,000.00 |
8 | $ 1,000,000.00 | $ 200,000.00 |
11 | $ 1,000,000.00 | $ 200,000.00 |
6 | $ 1,000,000.00 | $ 200,000.00 |
10 | $ 1,000,000.00 | $ 200,000.00 |
3 | $ 1,000,000.00 | $ 200,000.00 |
7 | $ 1,000,000.00 | $ 200,000.00 |
9 | $ 1,000,000.00 | $ 200,000.00 |
5 | $ 1,000,000.00 | $ 200,000.00 |
<colgroup><col style="width:48pt" width="64"> <col style="mso-width-source:userset;mso-width-alt:4315;width:89pt" width="118"> <col style="mso-width-source:userset;mso-width-alt:3218;width:66pt" width="88"> </colgroup><tbody>
</tbody>
Master Sheet
below I would like the sheets to be named after each column "Store #" and have
Months | Store 1 |
12 | $ 1,000,000.00 |
4 | $ 1,000,000.00 |
1 | $ 1,000,000.00 |
2 | $ 1,000,000.00 |
8 | $ 1,000,000.00 |
11 | $ 1,000,000.00 |
6 | $ 1,000,000.00 |
10 | $ 1,000,000.00 |
3 | $ 1,000,000.00 |
7 | $ 1,000,000.00 |
9 | $ 1,000,000.00 |
5 | $ 1,000,000.00 |
<colgroup><col><col></colgroup><tbody>
</tbody>
Let me know if you can help.