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

Importing Excel that includes merged cells?

Oz
6 - Meteoroid

When importing an Excel file, which contains merged cells, Alteryx only recognises the value of the first merged cells and not all the cells which are merged. I am attaching an example of it. Is there any solution inside Alteryx (without prior Excel data manipulation) which would consider that all the cells within merged range have a value?

 

Thank you,

Gorazd

2 REPLIES 2
Joe_Lipski
13 - Pulsar
13 - Pulsar

Hi @Oz 

 

I would solve this issue by using a Multi-Row Formula with this formula: IF ISNULL([F1])THEN [Row-1:F1] ELSE [F1] ENDIF

 

The module is attached.

 

Hope this helps,

Joe

Joe Lipski
Lee
6 - Meteoroid

Have you done something similar with merged columns?

Labels
Top Solution Authors