I have the following formula
=IF(V9+365>P3,AB1,AB2)
V9 = the cell a date is typed in
P3 is using =NOW() function
AB1 = 1
AB2 = 2
This sheet will be used to identify if training requires updating annually (1) meaning in date and (2) meaning out of date. I am looking to introduce (3) to alert the manager a month before the training is out of date, how would I introduce a 3rd function into a TRUE/FALSE formula?
Any ideas?
Thanks
=IF(V9+365>P3,AB1,AB2)
V9 = the cell a date is typed in
P3 is using =NOW() function
AB1 = 1
AB2 = 2
This sheet will be used to identify if training requires updating annually (1) meaning in date and (2) meaning out of date. I am looking to introduce (3) to alert the manager a month before the training is out of date, how would I introduce a 3rd function into a TRUE/FALSE formula?
Any ideas?
Thanks