Use MIN in COUNTIF to count how many visits are scheduled for the next available date

Answers
-
On a similar note, if I am trying to find the next future date within a column and use it within a COUNTIF formula, how would I use the MIN function?
Example: Count how many visits are scheduled for the next available date (after today).
-
@EmilyCamp you would probably need two columns. Something along the lines of:
Next Future Date =MIN(COLLECT(Range:Range,Range:Range,@cell>TODAY()))
Bookings Next Future Date =COUNTIF(Range:Range,[Next Future Date]@row)
-
You should be able to do it in a single column. Just drop the MIN/COLLECT into the COUNTIFS where you see [Next Future Date]@row.
=COUNTIFS([Column Name]:[Column Name], @cell = MIN(COLLECT(β¦β¦β¦β¦β¦)))
-
@EmilyCamp sending you a tag to make sure you saw the responses above π
Need more information? π | Help and Learning Center
γγγ«γ‘γ― (Konnichiwa), Hallo, Hola, Bonjour, OlΓ‘, Ciao!π | Global Discussions
Help Article Resources
Categories
Check out the Formula Handbook template!