Hello all,
I am facing the problem when creating the report, I was trying to use index match, lookup, vlookup, if's, connect them somehow together but never get the solution, so i hope someone will be able to help with this.
Based on the ID and Header I need to find the first non blank cell and the data which is there, this is small example i have around 60 + headers and around 100000 rows.
I will appreciate any help.
I am facing the problem when creating the report, I was trying to use index match, lookup, vlookup, if's, connect them somehow together but never get the solution, so i hope someone will be able to help with this.
Based on the ID and Header I need to find the first non blank cell and the data which is there, this is small example i have around 60 + headers and around 100000 rows.
I will appreciate any help.
A | B | C | D | E | F | G | H | I | J | K | L | |
1 | What i have | Want to have | ||||||||||
2 | ||||||||||||
3 | ID | aaa | bbb | cccc | ddd | ID | aaa | bbb | ccc | ddd | ||
4 | 1 | text1 | 1 | text1 | text2 | |||||||
5 | 1 | text2 | 2 | text3 | text4 | text5 | ||||||
6 | 2 | text3 | 3 | text6 | text7 | text8 | ||||||
7 | 2 | text4 | ||||||||||
8 | 2 | text5 | ||||||||||
9 | 3 | text6 | ||||||||||
10 | 3 | text7 | ||||||||||
11 | 3 | text8 |