Mar 19, 2024 02:12 PM
I looked for other solutions on the forum and either I'm too much of a novice to know how to solve it or it didn't work for my problem. I have a rollup field that is collecting multiple dates. I'd like to have it only return the earliest date in the list. Is that possible? I tried using MIN(values), but only got a 0 in the field. Thanks!
Solved! Go to Solution.
Mar 19, 2024 04:51 PM
Mine worked with the date fields being a lookup field (yours is a rollup). Then do a rollup on the lookup.
Mar 19, 2024 04:15 PM
. You can do a rollup of your dates field and take the minimum one.
Mar 19, 2024 04:21 PM
Yes, I tried that, but I get only a 0 as the value in the cell...
Mar 19, 2024 04:51 PM
Mine worked with the date fields being a lookup field (yours is a rollup). Then do a rollup on the lookup.
Mar 19, 2024 05:02 PM
Great, thanks!