Source sheet contains a system generated [date submitted] column that shows date and time in the cell which is populated when someone fills out a form.
I am pulling the most recent submission to a destination sheet using the MAX function.
In the destination sheet I am trying to find the max date =MAX({Date Submitted}) but the cell is only showing the date not the time. I need it to pull the MAX date based on both date and time because there could be multiple submissions on the same day to the source sheet and I need it to pull the most recent one at all times.
Any help would be appreciated. Thank you in advance.