Microsoft
Software
Hardware
Network
Question : Can a value from Vlookuop be used as a worksheet name to retrieve data
I have an Excel workbook that has multiple worksheets. Relative to which code is selected a respective worksheet is read to retrieve the data. Is there a way to do this ?
Example: If code 99 is selected, I would like to use a formula such as =Totals!B6
If code 01 is selected, I would like to use a formula such as =Winter!B6
Answer : Can a value from Vlookuop be used as a worksheet name to retrieve data
You can do something like this, assuming your codes are text:
=IF(VLOOKUP(A2,Lookup
Table,2,FA
LSE)="99",
Totals!B6,
IF(VLOOKUP
(A2,Lookup
Table,2,FA
LSE)="01",
Winter!B6,
"???"))
Random Solutions
magento limiting number of returned items in product collection call
How to remove new line from a string
Failing over between Active/Active WAN connections on a Cisco Router
Working with multiple MS SQL Server database in applicatie
Supressing auditd rotation from /var/log/messages
create a div with rounded top and bottom and sides with an outer glow
Backup to NAS with Symantec Backup Exec 2010
Flash advanced Datagird sorting
Confirmation of TCP/IP connection states
cannot see hello.html file in web root, some one deleted a major dir bit on web root