jrussell19
New Member
- Joined
- May 16, 2013
- Messages
- 7
Hi all,
I'll simplify the table to help, but effectively I need to return the Column Header and Row Header of each occurrence of a specific value in a table. i.e.
Value: A
A B C D E F G
1 X X X X A X X
2 X X A X X X X
3 X X X X X X X
4 X X X X X X A
5 X X X X X X X
6 X X X A X X X
7 X X X X X A X
This needs to return:
Row Header Column Header
1 E
2 C
4 G
6 D
7 F
The initial table does not have a defined amount of rows. Additional rows will be added throughout the year.
I've been pulling my hair out with match,index,offset etc but can't for the life of me work it out! Any help would be absolutely amazing!
Thanks very much.
I'll simplify the table to help, but effectively I need to return the Column Header and Row Header of each occurrence of a specific value in a table. i.e.
Value: A
A B C D E F G
1 X X X X A X X
2 X X A X X X X
3 X X X X X X X
4 X X X X X X A
5 X X X X X X X
6 X X X A X X X
7 X X X X X A X
This needs to return:
Row Header Column Header
1 E
2 C
4 G
6 D
7 F
The initial table does not have a defined amount of rows. Additional rows will be added throughout the year.
I've been pulling my hair out with match,index,offset etc but can't for the life of me work it out! Any help would be absolutely amazing!
Thanks very much.