4
I created this formula:
=IF(B8="Jan","Feb",IF(B8="Feb","Mar",IF(B8="Mar","Apr",IF(B8="Apr","May",IF(B8="May","Jun",IF(B8="Jun","Jul",IF(B8="Jul","Aug",IF(B8="Aug","Sep",IF(B8="Sep","Oct",IF(B8="Oct","Nov",IF(B8="Nov","Dec",IF(B8="Dec","Jan"))))))))))))
so that when the user chooses a month abbreviation then next cell has the consecutive month IE: user enters Oct, next cell becomes Nov.
However i find using this type of formula is clunky, long, and in the long run will slow down my document.
If you have any ideas or know how to reduce this formula that would be much appreciated.
never used EOMONTH before, great answer ! – PeterH – 2018-06-01T08:21:20.607