In Google Sheets I’m looking for an array formula to provide the first day of a month for a given date. e.g. If A1 is 1/17/12 20:30 B1 would read 1/1/12 and so on. The formula must keep the date format so that I can sort by date, on column B in this example.
In Google Sheets I’m looking for an array formula to provide the first day
Share
I think you could just “compose” a new date using the DATE formula. e.g.