Microsoft
Software
Hardware
Network
Question : How do I find a value in an Excel matrix using column and row headers?
I need to develop a lookup/reference function that can return the value located at the intersection of two values in an Excel matrix. I've attached a very simple Excel spreadsheet with an example.
For example, given the row value "Tom" and the column value "Week-2," I want the function to return the value 3. The only thing that comes to mind is some sort of elaborate function using VLOOKUP and HLOOKUP ... I'm certain there is a much simpler method. By the way, the respective row and column numbers would be unique ... although they may not be sorted. Plus, the entire matrix is in named range called "Database."
Any ideas?
Thanks,
Mark
Answer : How do I find a value in an Excel matrix using column and row headers?
mix of index and match. see template.
23671745-Matrix-Example.xls
(20 KB)
(File Type Details)
solution
Random Solutions
Getting return value from an embedded Internet explorer
ASP.NET AJAX autocomplete textbox for suggestion
Checking service status with .bat file
Unable to connect to SQL Server 05 Express
sql2000 changing float field to repeating decimal
Can access 2007 runtime accdr database open an Access 2007 accdb database in runtime only environment?
Trying to reconnect a deleted exchange mailbox into an existing user account
SBS 2008 DNS
Reporting Services Configuration Error
Would like to add column to existing Datatable, then add items to it one at a time.