Hi all
In Sheet 1, Column I, is a reference number (starting row 2) say, 12345
In Sheet 1, Row 1 are the column headers, starting in Column Q (ending on Column ES)
In Sheet 2 in column A, i have a long list of reference numbers.
To save me a lot of manual labour, what i would like is to return EVERY column header against the reference number in sheet 2, that has a value in it.
To be slightly more difficult, I only need the word (or words) AFTER a // in the Column Header name (There are no spaces between the // and he value I need to extract.
What I need to extract can be one word, or more, and various lengths.
EDIT : To update Columns references
I hope that explains everything, and my manual example matches!!
In Sheet 1, Column I, is a reference number (starting row 2) say, 12345
In Sheet 1, Row 1 are the column headers, starting in Column Q (ending on Column ES)
In Sheet 2 in column A, i have a long list of reference numbers.
To save me a lot of manual labour, what i would like is to return EVERY column header against the reference number in sheet 2, that has a value in it.
To be slightly more difficult, I only need the word (or words) AFTER a // in the Column Header name (There are no spaces between the // and he value I need to extract.
What I need to extract can be one word, or more, and various lengths.
EDIT : To update Columns references
(SHEET 1) | Column I | Column Q | Column R | Column S | Column T |
(ROW 2) | ABC//Horse | DEF//Fox | GHI//Dog | IJK//Koala Bear | LMN//Rabbit |
23456 | njklo | iojh | jop | gvyi | |
34567 | hhhh | ||||
12345 | fff | ghg | oiop | phgo0 | 809 |
87654 | njnin | niin |
(SHEET 2) | |||||
12345 | Horse | Fox | Dog | Koala Bear | Rabbit |
23456 | Horse | Dog | Koala Bear | Rabbit | |
34567 | Fox | ||||
87654 | Fox | Rabbit |
I hope that explains everything, and my manual example matches!!
Last edited: