Advent of Code is now back for a limited time only! Complete as many challenges as you can to earn those badges you may have missed in December. Learn more about how to participate here!
Start Free Trial

Alteryx Designer Desktop Discussions

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

Formula Help

jordanmount6
8 - Asteroid

I want to have a new column that will say "Yes" if there is a "Y" value between the start and end date in the parsed columns. I've added an attachment that will hopefully make more sense. 

8 REPLIES 8
mceleavey
17 - Castor
17 - Castor

Hi @jordanmount6 ,

 

can you please post that data so we don't have to manually create it?

 

M.



Bulien

jordanmount6
8 - Asteroid

Here it is in an excel file

Felipe_Ribeir0
16 - Nebula

Hi @jordanmount6 

 

One way of doing this (it is the Max_Value column):

 

Felipe_Ribeir0_0-1675263277414.png

 

@mceleavey , maybe you find this resource useful to transform images to tables (i used it here for this case, there are similar ones out there): https://www.extracttable.com/

jordanmount6
8 - Asteroid

Thank you for responding. This gives a "Y" value to every single record though because there is at least one Y in every single row. I only care about the "Y" if its between the start and end date though. 

 

 

Felipe_Ribeir0
16 - Nebula

Hi @jordanmount6 

 

Please see if this make sense for you:

 

Felipe_Ribeir0_0-1675263899462.png

 

ShankerV
17 - Castor

Hi @jordanmount6 

 

Please find the expected output.

 

ShankerV_0-1675263907451.png

 

 

Many thanks

Shanker V

BS_THE_ANALYST
15 - Aurora
15 - Aurora

Hi @jordanmount6

Based on the criteria you gave, all were labelled as 'No':

BS_THE_ANALYST_0-1675264722902.png

Changing the criteria (start/end date) to check if it works ..

BS_THE_ANALYST_1-1675264908452.png

Workflow:

BS_THE_ANALYST_2-1675264925367.png

 

All the best,
BS

LinkedIN

Bulien
jordanmount6
8 - Asteroid

How would i account for multiple start and end dates? 

 

I could have 5 possible start/end dates

Labels
Top Solution Authors