I inputted an excel file which I use alteryx to clean and format the way I'd like.
For example my cleaned data looks like this:
Name State Income Tax
John Alabama 4000 250
John Arizona 5000 350
Bob New York 2000 150
Bob Georgia 10000 600
I want to output to two different/separate excel files based on the name column. First excel file would be John. Second excel file would be Bob. I know how to do it if I were to output different sheets but for this purpose I need to output to two separate files based on the name. Is that possible?