How can you present different lists of items every time the loop repeats?

If I have a single Excel file with 5 columns each representing a list of 10 items, how can I present all 10 items of column A, then all 10 items of column B, and so on on the screen?

Hi, the easiest would be to separate the lists into smaller spreadsheets and then present them sequentially using a loop. Here’s an example on how to do this
present_diff_lists.zip (24.9 KB)

1 Like