Hello!
Okay, I need advice. I'm working on sort of template in excel used to pull data from several other workbooks.
Every workbook has its own name that follows a certain format. For example, "S2_BUILDING_ROOM.xlsb" and the part that changes is "BUILDING" and "ROOM." So long story short the template uses ="S2_"&N10&"_"&O10&".xlsb" to create a cell that says "S2_BUILDING_ROOM.xlsb". N10 and O10 are lookup formulas to grab the building name and room number. I want to make a formula that will look at this cell and pick up data from specific cell. It would look like "=[S2_BUILDING_ROOM.xlsb]Sheet1$C$33" only instead of entering "S2_building_room.xlsb" manually, I want to use the cell that generates this ID.
The reason for this is that I'm trying to automate a lot of work. On one page I put in the BUILDING#, and then each additional sheet will automatically generate its own ROOMID, then grab the appropriate data.
Does this make any sense?
Thanks!
Bookmarks