I have a budget tracking process I would like some help setting up. See steps below:
- Employees fill out a budget request form for office events. On this form, they state the name of the event they are hosting, which office they represent, and how much they are requesting from a pot of funds. This is stored in the Primary Sheet. I have this working without issue.
- Here is where I need help: I would then like the Event Name to automatically be pulled into a Secondary Sheet, where I can then add in the dollar amount they were approved for based on the event. I set up calculations to track from there how much funds we have left by office. The problem I am running into is figuring out how to pull over all the data from Primary sheet to Secondary sheet. So far I have:
- Created a helper column of our office locations to use as the "unique identifier" in the Secondary Sheet, and I am also using office location as a 'parent' column so we can see how much spend comes from each office.
- I then used an Index/Match function so I can pull over the event name and other important information from the Primary Sheet. However, while Event 1 for an office appears, I cannot get Event 2 to pull over. To my understanding, this is because Match/Index can only return the first value that matches the criteria. This is a problem because multiple people from each office can request funds, I need to be able to pull over Event 1 that happened in Chicago and on a separate line also pull in Chicago's Event 2.
- (I am emphasizing separate line because Index/Join won't work for me if it will all end up on the same cell/row)
In sum, I want to pull information from my Primary sheet into my Secondary sheet, but I need to do this for data that will have multiple matches. Attaching an example of what I mean, if helpful. Any tips?