Dear All
We are using some spreadsheets to prep data for loading onto a server, during the preparation work I’ve managed to persuade folks to load less data, this has resulted in me now needing to be able to replace values in a set of comma separated strings with values from a table, where column A in the table matches what’s in the string and cloumn B is the new value.
I reckon it’ll take me about 5 hours to do this manually across the 5 spreadsheets already prepared, is there a faster way of doing this with some code?
It would be nice if there was a way of deleting values from the string if there was no match in the table of values.
Thanks in advance
Ian