Get Inspire insights from former attendees in our AMA discussion thread on Inspire Buzz. ACEs and other community members are on call all week to answer!

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
13 - Pulsar

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
20 - Arcturus
20 - Arcturus

@JACKIEC1992 

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

0710-JACKIEC1992.PNG

Labels