I'm building a report that will show information for the previous month. Since the data source is MSCRM I have realized that I need to add times in there because if I don't add 11:59pm, the data from the last day of the month is not included in the report. I am using the formula below. I've tested a few different places to add time but have had no success. Can anybody help out? Thanks!
=EOMONTH(TODAY(),-2)+1&".."&EOMONTH(TODAY(),-1)