This is the my case:
dt1
Name Account
AA 123
BB 345
CC 654
Output should like this:
Name Account Formula
AA 123 AA123
BB 345 BB345
CC 654 CC654
This should done without loops
Thanks