manipulate a whole column in collection without using loop?

werson

New Member
Hi guys, Can I manipulate a whole column in collection without using loop?

for example: Left([Collection.Column 1], 3)
"Is there a way to apply to whole column without looping? cause if there are thousands of row it might take long to manipulate collection"

Collection
Column 1
abcdef
ghijklm
nopqrs
tuvwxyz
 
Top