Thank you in advance for your time & help. I am hoping this is simple but I am having a hard time wrapping my head around this.
I am trying to automate a chart that figures out what year a maintenance task is due. The tasks' periodicity varies from every 12 month to every 72 months. The maintenance "start date" was 2008 and I used a formula something like this (=IF(MOD('behind the scenes'!$G$5/$R30,1)=0,"yes","no") where $R30's input was either 12, 24, 36, 48, 60 or 72 and $G$5's permanent input was 36 (since this year, 2011 is 36 months after the 2008 start date)....BUT...my problem now is that new tasks have been added since 2008 so their start year is either 2009, 2010 or 2011.
I'm thinking I can use a simple formula (to determine if maintenance is due this year) in one cell (without needing a vlookup or something else) that is something like this:
=IF(($Q$21+($R21/12)=2011,"yes","no") where $Q$21 is the start year of the maintenance start point & $R21 is the month periodicity (12, 24, 36, etc) but again, can't quite wrap my head around this. Maybe a formula like =IF(INTEGER(($Q$21+($R21/12)),"yes","no") so it is looking for a whole number?
Hmmm....any ideas?
Much thanks!
I am trying to automate a chart that figures out what year a maintenance task is due. The tasks' periodicity varies from every 12 month to every 72 months. The maintenance "start date" was 2008 and I used a formula something like this (=IF(MOD('behind the scenes'!$G$5/$R30,1)=0,"yes","no") where $R30's input was either 12, 24, 36, 48, 60 or 72 and $G$5's permanent input was 36 (since this year, 2011 is 36 months after the 2008 start date)....BUT...my problem now is that new tasks have been added since 2008 so their start year is either 2009, 2010 or 2011.
I'm thinking I can use a simple formula (to determine if maintenance is due this year) in one cell (without needing a vlookup or something else) that is something like this:
=IF(($Q$21+($R21/12)=2011,"yes","no") where $Q$21 is the start year of the maintenance start point & $R21 is the month periodicity (12, 24, 36, etc) but again, can't quite wrap my head around this. Maybe a formula like =IF(INTEGER(($Q$21+($R21/12)),"yes","no") so it is looking for a whole number?
Hmmm....any ideas?
Much thanks!