Hi There!
I have a spreadsheet of 55,000 rows each of which contains a date in the format dd/mm/yyyy and I would like to create a column which contains yyyy/season. So far I can get excel to convert a cell into a season given the relevant date but I can't figure out how to append the year in front of the season. This is what I'm using to convert month to collelating season: =IF(MONTH(B2)<2,"WINTER",IF(MONTH(B2)<5,"SPRING",IF(MONTH(B2)<8,"SUMMER",IF(MONTH(B2)<11,"AUTUMN",IF(MONTH(B2)<=12,"WINTER","NONE")))))
Thanks!!
Nat
Bookmarks