ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Worksheet Functions (https://www.excelbanter.com/excel-worksheet-functions/)
-   -   conditional formatting or formulae to show elapsed dates (https://www.excelbanter.com/excel-worksheet-functions/144062-conditional-formatting-formulae-show-elapsed-dates.html)

Jo

conditional formatting or formulae to show elapsed dates
 
I have a large sheet showing dates of expiry. I want to see at a glance
which have elapsed.

jc

conditional formatting or formulae to show elapsed dates
 
Assuming date in B2 try the following:
=IF((B2-TODAY()<0),"Expired", "OK")

"Jo" wrote:

I have a large sheet showing dates of expiry. I want to see at a glance
which have elapsed.


Jo

conditional formatting or formulae to show elapsed dates
 
Brilliant! Thanks JC

"JC" wrote:

Assuming date in B2 try the following:
=IF((B2-TODAY()<0),"Expired", "OK")

"Jo" wrote:

I have a large sheet showing dates of expiry. I want to see at a glance
which have elapsed.


Teethless mama

conditional formatting or formulae to show elapsed dates
 
=IF(TODAY()B2,"Expired","OK")


"Jo" wrote:

I have a large sheet showing dates of expiry. I want to see at a glance
which have elapsed.



All times are GMT +1. The time now is 05:02 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com