Join the Alteryx Community’s Maveryx Summer Cup event! Compete, network with others, and earn your gold through a series of challenges from July 24th to August 11th. Learn more about the event here.

Alteryx Designer Desktop Discussions

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

Fill down with conditions

tiverson
8 - Asteroid

I am trying to fill down a account mapping table

I want to create a "Title" column that will list the applicable description form the level.

 

tiverson_0-1653493760852.png

 

For the title, I want to use the Level that has text, unless all of them are blank, then I want to use the value above it.

Would I use a nested "IF" statement with the multi row formula?  Or is there another solution?

I am struggling with nested, conditional "IF" statements

 

Desired output

tiverson_1-1653493843698.png

 

 

3 REPLIES 3
DataNath
17 - Castor

Hey @tiverson how does this look? Seems to work for your example! Any issues let me know. Workbook attached.

 

DataNath_0-1653495141658.png

 

AngelosPachis
16 - Nebula

Hi @tiverson ,

 

To supplement @DataNath provided solution, here's another take that's slightly more dynamic in case more levels crop up in the future

 

AngelosPachis_0-1653495548920.png

 

Cheers,

Angelos

binuacs
20 - Arcturus

@tiverson Another way of doing this

binuacs_0-1653513889923.png

 

Labels