Hi, this NP formula returns the date, but it is not in date format.
=NP("Formula","=IF(ISNUMBER(search(CREDITOR,[@[Payment Terms]])),EOMONTH([@[Due Date]],0),EOMONTH([@[Due Date]],1))")
If I want to use TEXT to change to date format, how should I do it? or is there a better way to do it?
Thanks.