Forum Discussion
QuickBaseCoachD
7 years agoQrew Captain
Brian,
The formula for [Next Appointment Date] would be
IF(
[Appointment 1] > Today(), [Appointment 1],
[Appointment 2] > Today(), [Appointment 2],
[Appointment 3] > Today(), [Appointment 3],
etc
[Appointment 10] > Today(), [Appointment 10])
The formula for [Next Appointment Date] would be
IF(
[Appointment 1] > Today(), [Appointment 1],
[Appointment 2] > Today(), [Appointment 2],
[Appointment 3] > Today(), [Appointment 3],
etc
[Appointment 10] > Today(), [Appointment 10])