I am not sure if this is possible, but I have a master file with 6 columns. The first column has text corresponding to sheet names (a total of 13 sheets).
What I'm looking for is a macro that would move data from the master file to the corresponding sheet based on Column A.
For example, for every cell value in column A that's equal to "Department 1," move the data to sheet "Department 1."
The tricky part is this:
For every cell value in column A that's equal to "Department 1," copy values in columns C, D, E, and F only from the Master to columns A, C, E, and G in Sheet "Department 1."
I would appreciate any help with this.
What I'm looking for is a macro that would move data from the master file to the corresponding sheet based on Column A.
For example, for every cell value in column A that's equal to "Department 1," move the data to sheet "Department 1."
The tricky part is this:
For every cell value in column A that's equal to "Department 1," copy values in columns C, D, E, and F only from the Master to columns A, C, E, and G in Sheet "Department 1."
I would appreciate any help with this.