Hi,
I’m a beginner in Uipath.
I have a sheet in excel with a column where the text is dynamic. My question is how I can sort out repeated, or not repeated, text from this column and move it to a column in another sheet?
For example:
Sheet 1
Apple
Apple
Banana
Melon
Melon
I want the result to be like this:
Sheet 2
Apple
Apple
Sheet 3
Banana
Sheet 4
Melon
Melon
The text is dynamic, so I don’t know if the words are apple, banana, melon or something else. Nor how many of each.