A simple iterator macro that looksup alphabets and returns a number from 1-26. However it keeps adding columns to the output.
I feed in
A
B
C
and want to see
A 1
B 2
C 3
in two columns however I get many many columns.
I am attaching macro and workflow,
Please help me move past this