Formula

MatthewRush

New Member
Joined
Nov 24, 2016
Messages
4
Hi,

I have a formula for Certificates Expired & Expiring soon...Can i add into the formula,so it says "In date".
I have Red for expired
Yellow for Expiring soon
I wanted Green for In date..

This is my formula - =IF(F5<0,"Expired",IF(F5<30,"Expiring soon",""))

Any help greatly appreciated
 

Excel Facts

Can a formula spear through sheets?
Use =SUM(January:December!E7) to sum E7 on all of the sheets from January through December

SQUIDD

Well-known Member
Joined
Jan 2, 2009
Messages
2,090
Office Version
  1. 2019
  2. 2016
Platform
  1. Windows
try this

=IF(F5<0,"Expired",IF(F5<30,"Expiring soon",IF(F5>29,"In Date",""))

Dave
 
Upvote 0

SQUIDD

Well-known Member
Joined
Jan 2, 2009
Messages
2,090
Office Version
  1. 2019
  2. 2016
Platform
  1. Windows
or this

=IF(F5<0,"Expired",IF(F5<=30,"Expiring soon",IF(F5>30,"In Date","")))

this will be expiring soon if 30 or under and in date if more than 30

Dave
 
Upvote 0

Forum statistics

Threads
1,191,687
Messages
5,988,019
Members
440,125
Latest member
vincentchu2369

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
Top