Keep all the quantitys of the column in a different variable

I want to keep all this quantitys , everyone in a variable, of the same column

Quantity
234
454
3455
23234
32323

the columen in excel is quantity , the values always change every day, so I need ti keep everyone in a different variable, 234 = string A , 454 = string B

Help me , please

You can keep them as an array, list, or collection of strings. This is the fastest and easiest. Otherwise you’ll have to assign each and every row with separate activities