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
jsp forwarded address
Exchange 2010 RPC error
multiple users having outlook and phones checking one IMAP mailbox, is it a problem?
endian
PVST
ASP.NET 2.0 Warning. Event ID 1309 Source ASP.NET.0.50727.0
Focus with copying filtered data in an async call
Windows XP ----> connect Server SBS 2003, how reset shared folder login and password to XP?
Adding Roles to Roles In Custom Membership Provider - A Better Way ? C#, SQL, Oracle, ASP.NET
Build and run of Actuate reports