I am writing a program where based on the data I receive I need to look for nth column from a certain column. How can I do that?
Example - column L is the base column. If data is 1, I need to write in column M. If data is 2, column N, data 3 column O, data 10 column V, data 20 column AF, and so on. Hope I painted the picture well.
Appreciate any help. Thanks.