Hi I managed to get Index match to work with the headers using rows
If I click on data validation in B34 and choose a value, C34 data validation list is available dependent of what is in B34.
D34 shows the formula so you can see what I used. This formula is pasted in the data validition source for C34
I only showed part of the list as it is over 50 long therefore I would prefer doing the same thing but having the list in the columns like the bottom part of the sheet.
Is there a way to use columns as headers instead of rows?
Thanks
If I click on data validation in B34 and choose a value, C34 data validation list is available dependent of what is in B34.
D34 shows the formula so you can see what I used. This formula is pasted in the data validition source for C34
I only showed part of the list as it is over 50 long therefore I would prefer doing the same thing but having the list in the columns like the bottom part of the sheet.
Is there a way to use columns as headers instead of rows?
Thanks
transactions.xlsx | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
B | C | D | E | F | G | H | I | J | |||
34 | Auto transport | Auto Fuel | INDEX($B$37:$G$44,,MATCH($B$34,$B$36:$G$36,0)) | ||||||||
35 | |||||||||||
36 | Auto transport | Bank Fee | Bills | Alcohol & Bars | Cellular | Clothing | |||||
37 | Auto 2 | hydro | |||||||||
38 | Auto Fuel | cell | |||||||||
39 | Auto Insurance | bell | |||||||||
40 | Auto Other | ||||||||||
41 | Fuel auto 2 | ||||||||||
42 | Payment | ||||||||||
43 | Porsche | ||||||||||
44 | Porsche Fuel | ||||||||||
45 | |||||||||||
46 | Auto transport | Auto 2 | Auto Fuel | Auto Insurance | Auto Other | Fuel auto 2 | Payment | Porsche | Porsche Fuel | ||
47 | Bank Fee | ||||||||||
48 | Bills | hydro | cell | bell | |||||||
49 | Alcohol & Bars | ||||||||||
50 | Cellular | ||||||||||
51 | Clothing | ||||||||||
Sheet1 |
Cells with Data Validation | ||
---|---|---|
Cell | Allow | Criteria |
B34 | List | =$B$36:$G$36 |
C34 | List | =INDEX($B$37:$G$44,,MATCH($B$34,$B$36:$G$36,0)) |