Let’s talk Alteryx Copilot. Join the live AMA event to connect with the Alteryx team, ask questions, and hear how others are exploring what Copilot can do. Have Copilot questions? Ask here!
Start Free Trial

Alteryx Designer Desktop Discussions

Find answers, ask questions, and share expertise about Alteryx Designer Desktop and Intelligence Suite.
SOLVED

Run the same workflow across multiple worksheets in excel via alteryx

Deepakchandrashekar
6 - Meteoroid

Hi All,

 

I have a workflow which needs to be run on 50 sheets ( placed within the same workbook), is there a smarter way to do that? I am not familiar with Macros, looking for an alternate approach, if any. 

2 REPLIES 2
sonia598lewis
5 - Atom

@Deepakchandrashekar wrote:

Hi All,

 

I have a workflow which needs to be run on 50 sheets ( placed within the same workbook), is there a smarter way to do that? I am not familiar with Macros, looking for an alternate approach, if any. 


Hello,

An efficient approach for running a workflow across multiple sheets without using Macros is to use Excel formulas combined with VBA. Here's a simple method: mypoints search

  1. Define your workflow in one sheet.

  2. Use Excel formulas like INDIRECT to reference different sheets dynamically.

  3. Automate the process with a small VBA script to iterate through each sheet and apply the workflow.

This method is user-friendly and avoids complex Macro coding.

Best Regards,
Sonia Lewis

Labels
Top Solution Authors