Expire dates

MohdTareq007

New Member
Joined
Jan 20, 2022
Messages
17
Office Version
  1. 2010
  2. 2007
Platform
  1. Windows
Hallo.,

Is it possible to get a formula in cell e1 while analyzing Expiring dates cell a1 date1, b1 date2, c1 date 3, if any of these cells dates are expired or expiring soon (less than 30 days)
 
Glad we could help & thanks for the feedback.
 
Upvote 0

Excel Facts

Spell Check in Excel
Press F7 to start spell check in Excel. Be careful, by default, Excel does not check Capitalized Werds (whoops)
Hi I would like to add if function for detecting soon Expiring on the below formulas if min
=IF(MIN(K8:M8)=0,"",IF(MIN(K8:M8)<TODAY()+30,"Expire","Ok"))
 
Upvote 0
I have absolutely no idea what you mean.

Please post some sample data (not an image) showing expected results.

MrExcel has a tool called “XL2BB” that lets you post samples of your data that will allow us to copy/paste it to our Excel spreadsheets, so we can work with the same copy of data that you are. Instructions on using this tool can be found here: XL2BB Add-in

Note that there is also a "Test Here” forum on this board. This is a place where you can test using this tool (or any other posting techniques that you want to test) before trying to use those tools in your actual posts.
 
Upvote 0
Date1 Date2 Date3 Statues
01-Feb-22 06-Jun-22 Expired
04-Apr-22 Ok
07-Jul-22 05-Mar-22 Ok

"=IF(MIN(K73:M73)=0,"""",IF(MIN(K73:M73)<TODAY()+10,""Expired"",""Ok""))"

in Column D should also detect Expiring Soon if Date is close to 1 Month

Statues Dates Should Detect, Expired, Expiring Soon and if date is good more than 1 month then ok
 
Upvote 0
Please use the XL2BB add-in to post your data. What you have provided is pretty meaningless.
Also you want to add another criteria, but what you have posted does not show that.
 
Upvote 0

Forum statistics

Threads
1,214,650
Messages
6,120,736
Members
448,988
Latest member
BB_Unlv

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