Get Inspire insights from former attendees in our AMA discussion thread on Inspire Buzz. ACEs and other community members are on call all week to answer!

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
leefeinberg
6 - Meteoroid

Have you done something similar with merged columns?

Labels