I'm developing a log that has Quote IDs and I want to automatically extract customer information when the Quote ID is entered into each row.
Unique worksheets are created in a folder that is named by the Quote ID. I used INDIRECT function but works only when that specific worksheet is open. It defeats the whole purpose. I used the MOREFUNC add-in but the performance of the log significantly drops.
I would ideally prefer a VB function when a Quote ID is entered into row B, the function would search for that specific worksheet and extract the customer info.