I am trying to create a budget sheet that roll up the information inputed by mangers on 10 different sheets.
Each manager has a grid like the one below and I want to duplicate that as a summation of information from each sheet. So a summation of the #of trips for a conference across all the sheets would need to go in the Conference # of Trips cell.
Is there an easy way to do this without manually referencing the sheet and cell for every reference? Currently the only think I can think of is writing a formal to manually do it like: =SUM({Angela Conference # of Trips}, {Courtney Conference # of Trips}, {Kris Conference # of Trips}, {Malinda Conference # of Trips}, {Martin Conference # of Trips}, {PMO Conference # of Trips}, {Ruth Conference # of Trips}) for every single column across and the # of Trips, Days/Night, No. Attending, and Proposed Attendee. Also if a manager is every added every single formula would need to be updated to add the new person. Thanks!