Free Trial

Alteryx Designer Desktop Discussions

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

Data Cleaning

Hiteshp
7 - Meteor

Hello Team,

 

In the below data, i have couple of cells missing data under manager column, i need the output in such a way that if the row is missing data then copy the values from the cell above

 

Input Output
EmployeeManager EmployeeManager
RajNimish RajNimish
Ajay  AjayNimish
Aileen  AileenNimish
EdgarHitesh EdgarHitesh
Evelyn  EvelynHitesh
Chinkie  ChinkieHitesh
3 REPLIES 3
MilindG
12 - Quasar

@Hiteshp Does this work for you?

TUSHAR050392
11 - Bolide

Hey @Hiteshp You can use a multirow formula tool by selecting Manager column in update existing column and writing below formula -

IF ISNULL(Manager) then ROW-1:Manager ELSE Manager ENDIF

 

Let me know if this helps

Hiteshp
7 - Meteor

@MilindG  & @TUSHAR050392  the solutions helped, Appreciate your time to help me fix it  

Labels
Top Solution Authors