If formula using dates and texts

Closed
Maxbats Posts 1 Registration date Tuesday April 22, 2014 Status Member Last seen April 22, 2014 - Apr 22, 2014 at 06:23 PM
Mazzaropi Posts 1985 Registration date Monday August 16, 2010 Status Contributor Last seen May 24, 2023 - Apr 22, 2014 at 09:17 PM
I want to write a formula which will show either Q1, Q2 Q3 or Q4 depending on the date I the next cell (written as 01/01/2014).

1 response

Mazzaropi Posts 1985 Registration date Monday August 16, 2010 Status Contributor Last seen May 24, 2023 147
Apr 22, 2014 at 09:17 PM
Maxbats, Good evening.

One possible way to achieve this, may be through the formula below.

A1 --> Date

B1 --> =IF(MONTH(A1)>=10,"Q4", IF(MONTH(A1)>=7,"Q3", IF(MONTH(A1)>=4,"Q2","Q1")))

Is this what you want?
I hope it helps.
--
Belo Horizonte, Brasil.
Marcílio Lobão
0