Forum

Notifications
Clear all

Find Future date based on the value in one cell, and the date in another cell

2 Posts
2 Users
0 Reactions
83 Views
(@data2link)
Posts: 3
Active Member
Topic starter
 

Hi, I have a table that looks like this:

    Column A                  Column B

1    Risk Level                     A                 

2    Date Submitted            12/18/20

3    Next Audit Date            ?

I need to show automatically when the next audit due date is based off the risk level, and the date the audit was submitted. So if the level is "A", then I need the due date to be 3 years from the date submitted "12/18/20". I've tried an IF statement, and EDATE, but nothing works. 🙁

 

Any help is greatly appreciated

Marcy 

 
Posted : 13/01/2021 1:08 pm
(@sunnykow)
Posts: 1417
Noble Member
 

Hi Marcy

Try =IF(B1="A",EDATE(B2,36),"What you want to show if not A")

where 36 represents 3 years (12 months x 3 years)

Hope this helps.

Sunny

 
Posted : 14/01/2021 4:51 am
Share: