To all
As part of macro (to post process data), I am exploring the ideas of getting rid of a vlookup() creation by something that could potentially be more flexible (long term)
With the following data held in 1 tab
What would be the best way of creating a dictionary which would look like this shown on the right?
The thinking is that with a dictionary I can check the keys (cannot have duplicated) and I can loop over a range of cells in a column (later in the macro) and pick up the item (from the dico) easily (to write the value in a cell).
Will post some basic code I am testing shortly
Thanks in advance
John
As part of macro (to post process data), I am exploring the ideas of getting rid of a vlookup() creation by something that could potentially be more flexible (long term)
With the following data held in 1 tab
What would be the best way of creating a dictionary which would look like this shown on the right?
The thinking is that with a dictionary I can check the keys (cannot have duplicated) and I can loop over a range of cells in a column (later in the macro) and pick up the item (from the dico) easily (to write the value in a cell).
Will post some basic code I am testing shortly
Thanks in advance
John