We will then need to create a **comma separated string** of the customer reference numbers. To do this, click into an empty cell and type/paste the below:
=TEXTJOIN(",", TRUE, A1:A) \
\
If the customer reference numbers are not in column A, you will need to adjust the above code to accurately collect the customer reference numbers.