Skip to main content

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!

. You can do a rollup of your dates field and take the minimum one.





. You can do a rollup of your dates field and take the minimum one.





Yes, I tried that, but I get only a 0 as the value in the cell...


Mine worked with the date fields being a lookup field (yours is a rollup). Then do a rollup on the lookup.


Great, thanks!


Reply