Hello.
Does anyone knows how to solve this?
I have a master data , and i want to split the master data into multiple files which is splitted by a column.
For example :
Master data
I want to split by column "UNIT", so there will be 3 excel files with files name "X.xls" , "Y.xls", and "Z.xls" and each files contains only the specific unit, like this:
For excel files name "X.xls", will contains only :
For excel files name "Y.xls", will contains only :
Can anyone knows how to solve?
I'm not familiar into any macros.. please guide me from the beginning..
thanks a lot!!
Does anyone knows how to solve this?
I have a master data , and i want to split the master data into multiple files which is splitted by a column.
For example :
Master data
Unit | Type A | Type B | Type C | |||
2020 | 2021 | 2020 | 2021 | 2020 | 2021 | |
X | 1000 | 2000 | 2000 | 2000 | 2000 | 2000 |
Y | 2000 | 1000 | 1000 | 1000 | 4000 | 4000 |
X | 2000 | 1000 | 1000 | 1000 | 4000 | 4000 |
X | 2000 | 30000 | 30000 | 1000 | 4000 | 4000 |
Y | 2000 | 30000 | 1000 | 1000 | 4000 | 4000 |
Z | 2000 | 30000 | 4000 | 4000 | 4000 | 4000 |
Z | 2000 | 30000 | 4000 | 4000 | 4000 | 4000 |
I want to split by column "UNIT", so there will be 3 excel files with files name "X.xls" , "Y.xls", and "Z.xls" and each files contains only the specific unit, like this:
For excel files name "X.xls", will contains only :
Unit | Type A | Type B | Type C | |||
2020 | 2021 | 2020 | 2021 | 2020 | 2021 | |
X | 1000 | 2000 | 2000 | 2000 | 2000 | 2000 |
X | 2000 | 1000 | 1000 | 1000 | 4000 | 4000 |
X | 2000 | 30000 | 30000 | 1000 | 4000 | 4000 |
For excel files name "Y.xls", will contains only :
Unit | Type A | Type B | Type C | |||
2020 | 2021 | 2020 | 2021 | 2020 | 2021 | |
Y | 2000 | 1000 | 1000 | 1000 | 4000 | 4000 |
Y | 2000 | 30000 | 1000 | 1000 | 4000 | 4000 |
Can anyone knows how to solve?
I'm not familiar into any macros.. please guide me from the beginning..
thanks a lot!!