Find column and row name based on search criteria
问题 I have the following Excel spreadsheet: A B C D E F G 1 Q1 Q2 Q3 Q4 Search criteria: 60 2 Asset 1 15 85 90 70 Column name: Q4 3 Asset 2 40 80 45 60 Row name: Asset 2 4 Asset 3 30 50 55 10 5 In Cells A1:E4 I have different assets with their performance from quarter Q1-Q4 . In Cell G2 and G3 I want that the assets and the quarter are displayed based on the value that is put in Cell G1 . In this case the search criteria is 60 so the result is column name Q4 and row name Asset 2 . With VLOOKUP or