SOLVED
Calculate number of days
Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
Mzaheer24
5 - Atom
‎08-23-2024
06:43 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hello Everyone,
I used to calculate number of days in MS excel using formula =TODAY()-date
Please advise how i can calculate days in Alteryx
Solved! Go to Solution.
Labels:
- Labels:
- Date Time
2 REPLIES 2
17 - Castor
‎08-23-2024
06:49 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hey @Mzaheer24, you'll want to use the DateTimeDiff() function in a Formula tool:
DateTimeDiff(DateTimeToday(),[Date],'day')
‎08-23-2024
07:15 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
How I can make bucket like - 0-10 days,11-30 days and 30+ days
