I'm having problems trying to calculate YTD values for monthly employee data. My data is structured similar to this and spans several years.
Each Employee has individual values for any given month/year. The list of employees change as folks come and go, making it difficult to use Offset (this is a pretty large workbook with several pivots, slicers, data cube and VBA - it's already slow enough):
I'm trying to come up with a formula that would allow me to calculate YTD for the MonthTotal values for each employee. I've attached a screenshot of similarly structured data - (I apologize, but my organization will not allow me to install the XL2BB application).
Note that every employee has a monthly entry, resulting in several rows of duplicated "Period" values for each month-year. This has tripped me up when trying to use some of the other YTD calculations I've found, but I'm guessing I need to combine with some sort of Match on the Employee name. I've been pulling my hair out for weeks and have posted on other forums, but have had no takers.
Any ideas how to go about calculating the YTD for each employee? Any and all help is greatly appreciated:
Each Employee has individual values for any given month/year. The list of employees change as folks come and go, making it difficult to use Offset (this is a pretty large workbook with several pivots, slicers, data cube and VBA - it's already slow enough):
I'm trying to come up with a formula that would allow me to calculate YTD for the MonthTotal values for each employee. I've attached a screenshot of similarly structured data - (I apologize, but my organization will not allow me to install the XL2BB application).
Note that every employee has a monthly entry, resulting in several rows of duplicated "Period" values for each month-year. This has tripped me up when trying to use some of the other YTD calculations I've found, but I'm guessing I need to combine with some sort of Match on the Employee name. I've been pulling my hair out for weeks and have posted on other forums, but have had no takers.
Any ideas how to go about calculating the YTD for each employee? Any and all help is greatly appreciated: