Hi There,
I am trying to perform a vlookup type of action on the items in a column, the only thing is that I am trying to lookup multiple values for each of the items from an array. Some items could return 3 values, some can 5, some can 10, etc.
I counted the number of values each item...
Hi there,
Below is an example of the file I am working on. I want to add empty rows corresponding to the value in Col3, so 2 empty rows below ABC and 3 empty rows below ABD and so on.
Col1 Col2 Col3
ABB
ABB ABC 2
ABB ABD 3
Can anyone help with that?