Hello, Community!
Current formula (returns the first day of the next month) works:
=DATE(YEAR([Earnings End Date]@row), MONTH([Earnings End Date]@row) + 1, 1)
I'm trying though to have it return 7/31/23 instead of 7/1/23...what am I missing?
@cghallo_UCDenver
Here is a quick fix =DATE(YEAR([Earnings End Date]@row), MONTH([Earnings End Date]@row)+2, 1) -1
Perfect, thanks @Eric Law!
ref must be one of: categoryID, siteSectionID, category, category/categoryID, category/name, category/description, category/url, category/allowedDiscussionTypes, locale, siteSection, siteSection/basePath, siteSection/contentLocale, siteSection/sectionGroup, siteSection/sectionID, siteSection/name, siteSection/description, siteSection/apps, siteSection/attributes, layoutViewType, discussionID, commentID, page, sort, discussion, discussion/name, tags, breadcrumbs, discussionApiParams, serverDraftID, serverDraft.