Change Cell Value Base on Date

Whekpop

New Member
Joined
Feb 27, 2018
Messages
8
Agreement Expiration Date.png

Hi Everyone,
I work for an Agency that outsources Renovation and Fumigation Services. Agreements are usually entered for every contract issued. The Legal Unit requested that I design a simple Excel Sheets that will notify them when a contract is about to expire, subsisting or has expired. I have done so using conditional formatting. Working with the date entered in the EXPIRY DATE Column, the color changes (see attached):

1. To WHITE If the contract is ongoing,
2. To YELLOW if the contract has two weeks to expire,
3. To RED if the contract has Expired.

However, I would want the STATUS column to change as follows
1. Indicate "ONGOING" for every contract that is currently ONGOING,
2. Indicate "ABOUT TO EXPIRE" for contracts that has two weeks to EXPIRE and finally,
3. Indicate EXPIRED for every contract that has expired.
Can someone please assist.

Thank you in advance.
 

Excel Facts

Repeat Last Command
Pressing F4 adds dollar signs when editing a formula. When not editing, F4 repeats last command.
How about
Excel Formula:
=IF(D3="","",IF(D3<TODAY(),"Expired",IF(D3<=TODAY()+14,"About to expire","Ongoing")))
 
Upvote 0
You're welcome & thanks for the feedback.
 
Upvote 0

Forum statistics

Threads
1,214,641
Messages
6,120,685
Members
448,977
Latest member
dbonilla0331

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