mattyblueice
Board Regular
- Joined
- Jul 24, 2014
- Messages
- 87
- Office Version
- 365
- Platform
- MacOS
Hi there!
I am working on a project summary dashboard and I am having an issue with the vlookup reference. In the workbook, there are multiple sheets: Proj A, Proj B, Proj C, Proj D, etc. The cell references are all the same in each of the sheets for the vlookup to reference and I wanted the first part of the table array to be based on the value from a drop down.
The dashboard page has a cell dropdown list for the user to select from Proj A, Proj B, etc. That value would be in Cell B1. Can I somehow concatenate the reference the value in cell B1 with the rest of the table array?
My formula: =Vlookup(A11,**value in Cell B1**A3:F182,2,false)
I tried using the INDIRECT feature with no luck.
Thank you for your time!
I am working on a project summary dashboard and I am having an issue with the vlookup reference. In the workbook, there are multiple sheets: Proj A, Proj B, Proj C, Proj D, etc. The cell references are all the same in each of the sheets for the vlookup to reference and I wanted the first part of the table array to be based on the value from a drop down.
The dashboard page has a cell dropdown list for the user to select from Proj A, Proj B, etc. That value would be in Cell B1. Can I somehow concatenate the reference the value in cell B1 with the rest of the table array?
My formula: =Vlookup(A11,**value in Cell B1**A3:F182,2,false)
I tried using the INDIRECT feature with no luck.
Thank you for your time!