Hi folks.
I came across the below post from Rujin which is exactly what I am hoping to find an answer.
https://community.alteryx.com/t5/Alteryx-Designer-Discussions/Output-to-a-specific-range-in-Excel/m-p/531734#M113221
I searched the forum and I couldn't find a solution to this issue.
I have my workflow set to create a crosstab for exactly the data I need. I would like to output the crosstab results to a specific range in an existing Excel file based on column and row criteria. In essence, I would like Alteryx to output based off the functionality of a SUMPRODUCT formula. My crosstab shows Products along the top, Agent Numbers along the rows, and sales totals at the intersecting cells. I would like to output these intersecting results into my existing master Excel file based on a range of cells I indicate for the given timeframe (weekly). For example, pick up Agent A's Product 1 Sales total and output that number into Agent A's Product 1 cell in my master for week 12 (I can certainly tell Alteryx the range of cells correlating to week 12).
Is this possible?