Hello all!
I have this formula (attached) to show the date 90 days from the close date of a deal. Instead of this long date format with irrelevant info how can I get the date formatted to look like the Actual Close Date column?

Thanks in Advance!
Hello all!
I have this formula (attached) to show the date 90 days from the close date of a deal. Instead of this long date format with irrelevant info how can I get the date formatted to look like the Actual Close Date column?
Thanks in Advance!
Try this FORMAT_DATE(ADD_DAYS({Actual Close Date}, 90), “MMM DD, YYYY”)