Free Trial

Alteryx Designer Desktop Discussions

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

MULTI ROW FORMULA

dunkindonut7777
8 - Asteroid

Hi I want to learn how to copy down the values using the multi row formula tool. My data is having a column with empty cells below and I want to fill it in using the value preceding the empty cell.

 

Sample:

CodeExpected Output
11
 1
 1
 1
22
 2
 2
 2
33
 3
 3
 3

 

Can you help me with this one please

4 REPLIES 4
Qiu
21 - Polaris
21 - Polaris
dunkindonut7777
8 - Asteroid

Hello @Qiu 

 

Can you help me how to fill this up like the expected output column:

 

Raw Data:                                                                   Expected Output:

 

CODEID #
  
188100
 78800
 95201
  
 66904
 41800
 85500
  
 45100
 45100
 89700
 71400
 71409
  
 89700
 41800
  
 5800
 82000
  
 38500
 67000
 83300
 83300
 83302
  
 41800
 84303
  
 85500
 67000
 67100
 67102
 67103
 67104
 67106
 67104
 67105
 84100

 

Expected output: 

CODEID #
  
188100
178800
195201
  
266904
241800
285500
  
345100
345100
389700
371400
371409
  
489700
441800
  
55800
582000
  
638500
667000
683300
683300
683302
  
741800
784303
  
885500
867000
867100
867102
867103
867104
867106
867104
867105
884100

I'm having a hard time designating unique number for each entries.

Qiu
21 - Polaris
21 - Polaris

@dunkindonut7777 
We can use the Multi-row formula tool to check if the last row of "ID #" is null then add 1 to last row of "CODE" then use Formula tool to process further.

0930-dunkindonut7777-A.png0930-dunkindonut7777-B.png

binuacs
21 - Polaris

@dunkindonut7777 one way of doing this

image.png

Labels
Top Solution Authors