I have a form running off a sheet containing separate date columns for start date and end date. Users of the form are accidentally selecting an end date that is before the start date. Is there a way to formulate an error message for when that happens?
And/or... can someone help me formulate on the sheet for when the end date precedes the start date? I have this a starting point, but it does not work.
=IF([End Date]@row < [Start Date]@row, "Red")
Thank you in advance,
Rebecca Panaccione