In google spreadsheet I'm looking for an array formula that i can use to provide the first day of a month for a given date. eg. "A1=1/17/12 20:30" and i would B1 to 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.
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
I think you could just "compose" a new date using the DATE formula. e.g.
|
|||
|
|
|
Let me add to contribution from Henrique ... I can use the following arrayformula in cell B1:
where column A holds the dates or timestamps |
||||
|
|