How to return min value with a condition

I have two columns, "Days Till Training Completion" & "Destination Shift".

I am trying to return the lowest number for "Days Till Training Completion" by shift to show the number of days before another Team Member is ready to go for each shift.

This is what I have tried so far:

=IF(MIN([days till training completion]:[days till training completion])[destination shift]:[destination shift]="1",,)


Not sure how to get this to work, any help would be greatly appreciated!

Best Answer

Answers

Help Article Resources

Want to practice working with formulas directly in Smartsheet?

Check out the Formula Handbook template!