Hi!
I am trying to create a solution for one of my clients and am hitting a mental roadblock. What I'm trying to do is simply update multiple sheets based on adding a row to the Master Sheet. I don't want to use the Copy Rows function for a few reasons, and this would be something I could solve with a Report, but I can't use a report because it doesn't allow for formulas and other things needed.
Essentially, in the Master Sheet, I will have a list of dealers that will be changed month to month, and I need the Child Sheets to update their dealers based on that update. The challenge is that there is no finite list of dealers. It can grow/shrink, so I can't simply have one master list of Dealers.
I've included a visual of what I'm attempting for an output for additional context, but the struggle I'm having is that if the master is constantly in flux, how can the Child Sheets reference it? I'm looking for some way to create a Primary Key / Unique ID, and the only thing I can think of is creating a Reference Table in which a Unique ID would exist/be created for every dealer, that the Child Sheets could reference.
I think that'll work, but I was looking to see if there were any other thoughts out there from the community.