Hello Everyone,
I want to extract data from an excel file and then process it.
For example start processing with the same order of column A
i.e. process each line of order 0017013435 line 2,3 and 6
and then do the others
I have already done the read range part and the for each but I don’t know how to go about getting the same orders and doing the following
How can I manage
Thanks in advance