Hi everyone seeking for a help please I'm making a helper column formula for month I want the result as Month - day- Year (October 28, 2025)
but it seems my formula doesn't work
is there any way to have this formula or result as
(October 28, 2025)
=IF(ISDATE([Refund Deadline]@row ), MONTHNAME(MONTH([Refund Deadline]@row )) + " " + RIGHT("0" + VALUE(DAY([Refund Deadline]@row )), 2) + ", " + VALUE(YEAR([Refund Deadline]@row )), "")