I have 263 worksheets with account activity information for each account seperatelt in each sheet. I have a master sheet with account numbers and would like a vlookup to go and look up acitivity from each sheet.
Ex: Master sheet
Account1 - VLOOKUP(D4,'(1)'!$B$20:$BA$1000,8,FALSE))
Account2 - VLOOKUP(D4,'(2)'!$B$20:$BA$1000,8,FALSE))
Account3 - VLOOKUP(D4,'(3)'!$B$20:$BA$1000,8,FALSE))
Is there a way where the number of the sheet can be made to change automatically (1), (2) when I copy and paste the formula to the next row.
Please help