Calling all Alteryx customers: Refer your colleague to try Alteryx and receive a $50 gift card. Sign up now!

General Discussions

Discuss any topics that are not product-specific here.

Autofill cells

JACKIEC1992
7 - Meteor

I am trying to autofill the null cells with the wording below. What is the best way to do this?

 

 

3 REPLIES 3
DavidSkaife
14 - Magnetar

Hi @JACKIEC1992 

 

One simple way of doing it would be using a formula tool to update the fields, and the following formula:

 

IF IsNull([Subsidiary]) THEN "Soldcore California" ELSE [Subsidiary] ENDIF

 

Repeat as required for each field :)

Emmanuel_G
13 - Pulsar

Hi @JACKIEC1992 ,

 

To do this dynamically, you can find a test attached which provide desired output.

 

Let me know if it works as you want.

 

Cheers !

 

Emmanuel_G_0-1657409964055.png

 

Qiu
21 - Polaris
21 - Polaris

@JACKIEC1992 

We can also use the Transpose and Cross Tab for this case.

0710-JACKIEC1992.PNG

Labels
Top Solution Authors