Hello Community!!
I'm Looking for a Solution which is quiet complicated in my business scenarios.
I would like to explain with sample data with the same concept what I'm trying to do in my organization.
1. I have the Workspace called "Global Database" where I have one Main source sheet called "Global Request Main Tracker"
PFA the Tracker sheet
2. In the same workspace I have the Metric sheet " Global Metric Sheet"
3. Since the cost data will occasionally change and need to be saved in the same workspace, we freeze the "Global Main Request Tracker" each month by saving it as new and naming it "Freezed Global Request Tracker (Month Name)". For Example:"-
This is the Current Architecture I have it in my Workspace
So now I need to create Variance between the " Global Main Request Tracker sheet " & " Freezed Global Request Tracker (Month Name)" in My " Global Metric sheet"
In the below Main Cost Data The Formula In Global Metric Sheet as follows
Now for the Freezed one the formula is same only source sheet will change =SUMIFS({Freezed Global Request Main Tracker July 2021 Range 1}, {Freezed Global Request Main Tracker July 2021 Range 2}, [Column2]$1, {Freezed Global Request Main Tracker July 2021 Range 3}, $Metrics@row)
Now between these 2 need to take the Variance
So now ,I'm looking for a solution because sometimes the frozen data changes month to month. If we change the frozen data's source sheet, the formula also needs to be changed manually. Is there a way to save the previous month's data here in the workspace as new, so that when we open the metric sheet, the value should automatically pick up in metric and display appropriately?