Hi
sorry, my fault. Did not read your first post carefully enough. So it should
be always the first day of the next month. Then use:
=DATE(YEAR(B2)+2,MONTH(B2)+1,1)
T
Thanks Frank ... Further to this scenario, how would I set up a Current date
warning, 2 months prior to this expiration ( 1 or 2 years ) date, Red Font,
using conditional format?
Hi
have a look at format - conditional format and use a formula such as
=A1<=DATE(YEAR(TODAY()),MONTH(TODAY())+2,DAY(TODAY()))
where A1 stores your calculated expiration date
Ask a Question
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.