Hi all,
I'm struggling to make up some formula where I can populate a cell with multiple results based on a specific value.
Idea is that I have 1 big table, where I would lookup a value, and that value would show from 1 to X rows, and from that filter lets say, there are 2 columns id like to concatenate so in the end, formula brings up in same cell, different lines with concatenations found.
visual example below, hope it makes sense :D
So point is that i can populate 2nd table based on data from the first table...
Hopefully someone here saw something similar and can help me with it
As for now is a very manual task but im sure there are some formulas i can implement to make it automatic hehe
thanks in advance.
I'm struggling to make up some formula where I can populate a cell with multiple results based on a specific value.
Idea is that I have 1 big table, where I would lookup a value, and that value would show from 1 to X rows, and from that filter lets say, there are 2 columns id like to concatenate so in the end, formula brings up in same cell, different lines with concatenations found.
visual example below, hope it makes sense :D
Vlookup Value | Number | Name |
3 | 669 | example 1 |
2 | 1174 | example 2 |
4 | 1476 | example 3 |
4 | 1536 | example 4 |
8 | 1546 | example 5 |
10 | 1564 | example 6 |
Values | ||
2 | formula to obtain -> | 1174 example 2 |
3 | formula to obtain -> | 669 example 1 |
4 | formula to obtain -> | 1476 example 3 1536 example 4 |
So point is that i can populate 2nd table based on data from the first table...
Hopefully someone here saw something similar and can help me with it
As for now is a very manual task but im sure there are some formulas i can implement to make it automatic hehe
thanks in advance.