Hi,
I have an excel document with a master sheet, as well as several child sheets. My problem is that I need a way to copy content from the master sheet to a corresponding child sheet. Now, for any given row, the value in column B is what decides which child sheet the row in question is copied to.
For example, my columns are Composition, Sector, Portfolio, Client Name and Comments. I would want every row with an entry "CFI" in the "Sector" column to be copied over to the first available row in the "CFI" child sheet. I would want every row with an entry "HYFI" in the "Sector" column to be copied over to the first available row in the "HYFI" child sheet, etc etc.
Are there any ways of doing this with built in excel functions? Unless there are efficient macros to do this, I would prefer them as a last resort.
Finally, is there any way to do this "real time"? Where if a new entry was added to the master sheet, it would be automatically filed away into the corresponding child sheet as well.
Thanks!