Free Trial

Alteryx Designer Desktop Discussions

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

Identify first non blank cell

hegdepavithra10
9 - Comet

Hi ,

 

I am trying to extract the non blank value from the below table and also the adjacent blank cell next to it.

 

hegdepavithra10_1-1605678668710.png

I have two columns. A2 has the sum of all rows . I want extract the last two cells such that it is it last non blank cells +1 from A1 and last non blank cell from A2.can this be achieved?

 

2 REPLIES 2
PhilipMannering
16 - Nebula
16 - Nebula

Hi @hegdepavithra10 

 

This can most definitely be achieved.

1. Just filter A1 to Nulls/Empties.

2. Just in case there are multiple nulls, sample the first. See attached.

PhilipMannering_0-1605679125905.png

 

 

atcodedog05
22 - Nova
22 - Nova

Hi @hegdepavithra10 

 

Here is a workflow for the task.

1. Filtering columns where A1 is blank and A2 is non blank

2. Taking first occurrence of it.

Output:

atcodedog05_0-1605680435814.png

Workflow:

atcodedog05_1-1605680461178.png

Hope this helps 🙂


If this post helps you please mark it as solution. And give a like if you dont mind 😀👍

Labels
Top Solution Authors