Hi everyone,
Let say, I have a daily production related to 5 unique departements.
(dep 1, dep 2, dep 3, dep 4, dep 5), . each of these deps, are manually entered in a table main master sheet on a daily regular basis. The required task is this: How can I get each of these departments ( dep 1, dep 2, dep 3, dep 4, dep 5) to get copied or filtered by automation to there own unique table or sheets department name, when they are typed in from the main master sheet? exemple: ( all dep1, to be copied to the dep1 sheet or table, same for dept2, to dep2 sheet.... and so on) Can excel without VBA execute this? Which function would perform this?
Thank you all in advance!ray:
Main master sheet.
[TABLE="width: 348"]
<tbody>[TR]
[TD]date
[/TD]
[TD]departements
[/TD]
[/TR]
[TR]
[TD]2019-03-15
[/TD]
[TD]dep1
[/TD]
[/TR]
[TR]
[TD]2019-03-16
[/TD]
[TD]dep1
[/TD]
[/TR]
[TR]
[TD]2019-03-16
[/TD]
[TD]dep5
[/TD]
[/TR]
[TR]
[TD]2019-03-18
[/TD]
[TD]dep2
[/TD]
[/TR]
[TR]
[TD]2019-03-18
[/TD]
[TD]dep3
[/TD]
[/TR]
[TR]
[TD]2019-03-20
[/TD]
[TD]dep1
[/TD]
[/TR]
[TR]
[TD]2019-03-20
[/TD]
[TD]dep5
[/TD]
[/TR]
[TR]
[TD]2019-03-20
[/TD]
[TD]dep4
[/TD]
[/TR]
[TR]
[TD]2019-03-21
[/TD]
[TD]dep4
[/TD]
[/TR]
[TR]
[TD]2019-03-22
[/TD]
[TD]dep5
[/TD]
[/TR]
[TR]
[TD]2019-03-23
[/TD]
[TD]dep2
[/TD]
[/TR]
[TR]
[TD]2019-03-23
[/TD]
[TD]dep3
[/TD]
[/TR]
[TR]
[TD]2019-03-23
[/TD]
[TD]dep1
[/TD]
[/TR]
[TR]
[TD]2019-03-26
[/TD]
[TD]dep2
[/TD]
[/TR]
</tbody>[/TABLE]
Let say, I have a daily production related to 5 unique departements.
(dep 1, dep 2, dep 3, dep 4, dep 5), . each of these deps, are manually entered in a table main master sheet on a daily regular basis. The required task is this: How can I get each of these departments ( dep 1, dep 2, dep 3, dep 4, dep 5) to get copied or filtered by automation to there own unique table or sheets department name, when they are typed in from the main master sheet? exemple: ( all dep1, to be copied to the dep1 sheet or table, same for dept2, to dep2 sheet.... and so on) Can excel without VBA execute this? Which function would perform this?
Thank you all in advance!ray:
Main master sheet.
[TABLE="width: 348"]
<tbody>[TR]
[TD]date
[/TD]
[TD]departements
[/TD]
[/TR]
[TR]
[TD]2019-03-15
[/TD]
[TD]dep1
[/TD]
[/TR]
[TR]
[TD]2019-03-16
[/TD]
[TD]dep1
[/TD]
[/TR]
[TR]
[TD]2019-03-16
[/TD]
[TD]dep5
[/TD]
[/TR]
[TR]
[TD]2019-03-18
[/TD]
[TD]dep2
[/TD]
[/TR]
[TR]
[TD]2019-03-18
[/TD]
[TD]dep3
[/TD]
[/TR]
[TR]
[TD]2019-03-20
[/TD]
[TD]dep1
[/TD]
[/TR]
[TR]
[TD]2019-03-20
[/TD]
[TD]dep5
[/TD]
[/TR]
[TR]
[TD]2019-03-20
[/TD]
[TD]dep4
[/TD]
[/TR]
[TR]
[TD]2019-03-21
[/TD]
[TD]dep4
[/TD]
[/TR]
[TR]
[TD]2019-03-22
[/TD]
[TD]dep5
[/TD]
[/TR]
[TR]
[TD]2019-03-23
[/TD]
[TD]dep2
[/TD]
[/TR]
[TR]
[TD]2019-03-23
[/TD]
[TD]dep3
[/TD]
[/TR]
[TR]
[TD]2019-03-23
[/TD]
[TD]dep1
[/TD]
[/TR]
[TR]
[TD]2019-03-26
[/TD]
[TD]dep2
[/TD]
[/TR]
</tbody>[/TABLE]