Bring your best ideas to the AI Use Case Contest! Enter to win 40 hours of expert engineering support and bring your vision to life using the powerful combination of Alteryx + AI. Learn more now, or go straight to the submission form.
Start Free Trial

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