BethanyHudson
7 years agoQrew Trainee
Formula from date to quarter
Please HELP!! I've been trying to figure this out for days!
I'm trying to create a formula that will display quarter names (Quarter 1, Quarter 2, Quarter 3, Quarter 4) based on two fields [Meeting Type] and [Meeting Date]. I want the formula to show what quarter it is based only on the Month part of each date. I don't even know if I'll need to use [Meeting Type].
I tried using the If formula with Contains, but no luck.
Here's what I need:
If [Meeting Date] Contains 12= Quarter 1
If [Meeting date] Contains 03= Quarter 2
If [Meeting Date] Contains 06= Quarter 3
If [Meeting Date] Contains 09= Quarter 4
Which brings me to my next question. Some meetings were held in a different month than the last month in the quarter- I guess it would just be:
If [Meeting date] Contains 03, 02= Quarter 2
I'm trying to create a formula that will display quarter names (Quarter 1, Quarter 2, Quarter 3, Quarter 4) based on two fields [Meeting Type] and [Meeting Date]. I want the formula to show what quarter it is based only on the Month part of each date. I don't even know if I'll need to use [Meeting Type].
I tried using the If formula with Contains, but no luck.
Here's what I need:
If [Meeting Date] Contains 12= Quarter 1
If [Meeting date] Contains 03= Quarter 2
If [Meeting Date] Contains 06= Quarter 3
If [Meeting Date] Contains 09= Quarter 4
Which brings me to my next question. Some meetings were held in a different month than the last month in the quarter- I guess it would just be:
If [Meeting date] Contains 03, 02= Quarter 2