I'm still struggling with this formula
I have the following
=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 may need to re-write this formula but I need
1 = greater than 0 but less than 335
2= greater than 335 but less than 365
3 = greater than 365
I have the following
=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 may need to re-write this formula but I need
1 = greater than 0 but less than 335
2= greater than 335 but less than 365
3 = greater than 365