Oct 22 2021 01:13 PM
Can I please get some help with the correct formula needed to create a future 6 month and 12 month alert notification in MS Excel relative to my B column?
Oct 22 2021 02:45 PM
Solution=IF(AND(B2>TODAY()+180,B2<TODAY()+360),"6 months",IF(B2>TODAY()+360,"12 months",""))
I would enter this formula in C2 and copy it down.
Oct 22 2021 03:28 PM
Depends on what do you mean under alert. As the basis you could take formula like
=EDATE( B1, 6 )
which returns date 6 months later than one in cell B1.
Oct 27 2021 08:32 AM
@Quadruple_Pawn Thank you so much for you help. I really appreciate it!
Oct 27 2021 08:33 AM