Free Trial

Alteryx Designer Desktop Discussions

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

Copy data from Above cell

Inactive User
Not applicable

Hi Team, 

 

I have a scenario where on Column A, if the cell is Null, I would like to copy data from above cell, Can someone help me with the same. 

 

I have attached the File with data and Expected results in 2 diff tabs 

 

1 REPLY 1
DataNath
17 - Castor
17 - Castor

Hey @Inactive User, you can do this with a Multi-Row Formula! If we use the following expression then we get your desired result:

 

IF ISNULL([Code]) THEN [Row-1:Code] ELSE [Code] ENDIF

 

889.png

Labels
Top Solution Authors