Quantcast
Channel: Data Preparation & Blending discussions
Viewing all articles
Browse latest Browse all 4999

Alteryx Formula Tool

$
0
0

Hello All Wonderful people,

 

I'm very new to this tool and in the phase of self-learning.

I've an excel sheet where I need to insert a new column (Expiration Range) and in that column I need to set a range of number of days.

In Excel I used this formula "=IF(AND(B2>0,B2<30),"0-30",IF(B2<=60,"31-60",IF(B2<=90,"61-90",IF(B2<=120,"91-120",IF(B2<=190,"121-190",IF(B2>190,">190","Null"))))))"

One more thing I wanted to infuse, where if the new Column would change the number 0 to "Completed or "Expired", if the "Overall Status is Completed/Expired.

 

Column B in my sheet is the number of days, here's a sample shot for ease-

 

 sample.jpg

 


Viewing all articles
Browse latest Browse all 4999

Trending Articles