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

Null cell to be filled with different cell

Cghizdav07
5 - Atom

I have two columns. Column A has some cells with blanks/null and most of the cells are populated. But in Column B i have cells which i would like to be moved/copied to null cells from Column A.

 

I was trying with IF formula, but i don`t know how to do it.

Can someone help?

Thanks!

2 REPLIES 2
Sebastiaandb
12 - Quasar

Hi @Cghizdav07 ,

 

Try IF IsNull([COLUMNA]) OR IsEmpty([COLUMNA]) THEN [COLUMNB] ELSE [COLUMNA] ENDIF

 

Greetings,

Seb

Cghizdav07
5 - Atom

Thank you Seb! it works!

Labels
Top Solution Authors