Cast your vote for the official 2025 Inspire Pin! Designs were submitted by fellow Community members and reflect the creativity and passion of Alteryx users across the globe. Vote now!
Free Trial

Alteryx Designer Desktop Discussions

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

can't add numeric value to a set date to create new date column

sureslala
8 - Asteroid

Hello

In my workflow I want to add a numeric value (days [in V-String]) to a set date (28/06/2024) to create a new column with the updated date. As an example the output for the first row should be 28/06/2025 Refer attached excel file

 

 

V_StringByteStringByteDateV_String
CoB DateTenorBucketsTenor GroupDate_Time OutDays
28/06/202411Y228/06/2024365
28/06/202422Y328/06/2024730
28/06/202433Y428/06/20241095
28/06/202444Y528/06/20241460
28/06/202455Y628/06/20241825
28/06/202477Y728/06/20242555
28/06/20241010Y828/06/20243650
28/06/20241515Y928/06/20245475
28/06/20242020Y1028/06/20247300
28/06/20242525Y1128/06/20249125
28/06/20243030Y1228/06/202410950

 

 

The table above is from my workflow, per the attached excel sheet I'm trying to create formula =$B$1+365*A6 and have output in date format.

 Any help is much appreciated.

Thanks!

Sures   

2 REPLIES 2
binuacs
21 - Polaris

@sureslala one way of doing this

image.png

 

sureslala
8 - Asteroid

Thanks binuacs, workflow works perfectly! Thanks for you assistance!  

Labels
Top Solution Authors