I am using the formula below to display 2 dates in a single cell but its displaying "date time - date time" vs just "date - date". In the original cells only the date displays (no time). Any suggestions on how to set the formula?
=[Start Date]49 + "-" + [Actual End Date]49
currently shows 10/6/2020 8:00 AM-10/08/2020 4:59 PM
would like it to appear 10/6/2020-10/08/2020
Thanks!