Hello,
I am looking for a formula that will give me the upcoming date (I am using the MIN function for this) in a range of dates when my checkbox column ("Done") is not checked.
The context we are using this in is that we would like to show the next task that is not already completed.
This is what I have so far and cannot figure out how to get this to work correctly:
=IF(Done74:Done84 = 0, MIN([Scheduled Due Date]74:[Scheduled Due Date]84))
Any and all direction would be appreciated! Thank you!