Hi,
I'm trying to make a contact list sheet for keeping track of which companies my coworkers have contacted for sponsorship. Each have their own tab to keep an updated list of who they've contacted, that makes it easy to see if anyone else has already contacted them.
We would like it to have one list that updates from column A in each tab, and then have the name of the originating tab in the next cell.
I've been researching, and the only formula I've found that sort of seems to do what I want is as follows, =RIGHT(CELL("filename",Dawn!A1),LEN(CELL("filename",Dawn!A1))-FIND("]",CELL("filename",Dawn!A1)))
But I'm assuming I have to manually enter it for each company.
Any suggestions would be appreciated
I'm trying to make a contact list sheet for keeping track of which companies my coworkers have contacted for sponsorship. Each have their own tab to keep an updated list of who they've contacted, that makes it easy to see if anyone else has already contacted them.
We would like it to have one list that updates from column A in each tab, and then have the name of the originating tab in the next cell.
I've been researching, and the only formula I've found that sort of seems to do what I want is as follows, =RIGHT(CELL("filename",Dawn!A1),LEN(CELL("filename",Dawn!A1))-FIND("]",CELL("filename",Dawn!A1)))
But I'm assuming I have to manually enter it for each company.
Any suggestions would be appreciated