Welcome to the community, Jan! :grinning_face_with_big_eyes: This should do the trick:
In the {Base}
field, enter any previous year when an election for that office was held. The {Term (years)}
field should be self-explanatory. The formula in {Next Election Year}
is:
(ROUNDUP((YEAR(TODAY()) - Base) / {Term (years)}, 0) * {Term (years)}) + Base
Once this is set up, you can hide {Base}
, as it’s not really needed beyond the setup stage.