Training Update Formula

tim677

New Member
Joined
Mar 11, 2011
Messages
6
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
 

Excel Facts

What did Pito Salas invent?
Pito Salas, working for Lotus, popularized what would become to be pivot tables. It was released as Lotus Improv in 1989.
Welcome to MrExcel board....

does this work
Excel Workbook
PQRSTUV
33/11/2011
4
5
6
7
8
94/12/2010
10
11TRUE
Sheet1
Excel 2003
Cell Formulas
RangeFormula
P3=NOW()
V11=IF(DATEDIF(P3,V9+365,"YM")>=1,TRUE,FALSE)
 
Upvote 0

Forum statistics

Threads
1,214,549
Messages
6,120,149
Members
448,948
Latest member
spamiki

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top