Formula to Identify First Date in a Field
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
briankuhlmann
8 - Asteroid
‎10-13-2022
07:19 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
I'm not sure this is possible in a formula.
Is there a formula I could use that would return the first or earliest date in a field full of dates?
I am trying to create an output filename and I'd like to have first date and last date for the data.
Usually I use current day or First of month, etc.. ie: \REACTIVE OUTPUT\"+[ConsolidatedMaster]+" - REACTIVE -"+DateTimeToday()+".xlsx|||test$A1:M1"
In this case I dont want today's date
Labels:
- Labels:
- Input
- Tips and Tricks
3 REPLIES 3
MilindG
12 - Quasar
‎10-13-2022
07:21 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Would Max or Min date work?
17 - Castor
‎10-13-2022
07:24 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Use a summarize tool to find the Minimum date. You can then use an append fields tool to bring that value in for all records in order to leverage it in your file name formula
‎10-13-2022
07:26 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
I figured this was my only option, thanks!
