IF with dates and ignoring year

jakefh

New Member
Joined
Jun 24, 2014
Messages
11
Hello all.

I am writing a sheet to use in a school.

I have a column with (UK) date of birth for students in DD/MM/YYYY format.

I would like an additional column that says whether a student was born in Autumn Term (1st Sept to 31st Dec), Spring (1st Jan to 30th Apr) or Summer (1st May to 31st Aug) regardless of year of birth.

I've tried various combinations of IF formula with DATE & DATEVALUE to no avail.

Thanks.
 

Excel Facts

What is the last column in Excel?
Excel columns run from A to Z, AA to AZ, AAA to XFD. The last column is XFD.
Here you go with based on date in B1

Excel 2010 32 bit
AB
1Autumn2016-11-01

<colgroup><col><col><col></colgroup><thead>
</thead><tbody>
</tbody>
Feuil30

Worksheet Formulas
CellFormula
A1=IF(MONTH(B1)<5,"Spring",IF(MONTH(B1)<9,"Summer","Autumn"))

<thead>
</thead><tbody>
</tbody>

<tbody>
</tbody>
 
Upvote 0

Forum statistics

Threads
1,214,943
Messages
6,122,380
Members
449,080
Latest member
Armadillos

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top