Hi All,
Excel, in Sheet1 I have 2 columns with 5 rows, keeping it simple.
Column 1 has unique account numbers, 1001,1002,1003,1004,1005.
Column 2 has the account status, its either DR or CR.
If "DR" then skip, If "CR" then print the account number (1001 etc).
I have retrieved both columns into separate lists, im getting output, no errors, just not the desired result.
More often than not im getting all the values from column 1 ( account numbers ) written rather than the individual account number.
There's a bit more to the flow but the above explains the guts of it...
Thanks