Hi all, I have a master workbook for 5 employees and the profit, quantity, etc. of products they’ve sold every day for every month. I keep individual workbooks for all of my employees, every one containing 2 worksheets (the current year and next year). Each worksheet also has data in 12 blocks, laid out side-by-side, corresponding to months.
Every day, I enter about 40 sales into the master sheet. I need to find a way to disperse these sales into the correct employee’s workbook and into the correct month/year block.
I’m thinking I need 12 if statements for every month x 2 years = 24 statements x 5 employees = 120 statements. Is there a way to reduce this or structure it differently? I’m a VBA novice so I’m a little uncertain about how to proceed with this. Any help would be greatly appreciated.
Every day, I enter about 40 sales into the master sheet. I need to find a way to disperse these sales into the correct employee’s workbook and into the correct month/year block.
I’m thinking I need 12 if statements for every month x 2 years = 24 statements x 5 employees = 120 statements. Is there a way to reduce this or structure it differently? I’m a VBA novice so I’m a little uncertain about how to proceed with this. Any help would be greatly appreciated.