#1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2
Default If Formula

Can anyone help me out with a formula that would do the following in excell:


If date X = to or less than date X, result shows overdue
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 11,501
Default If Formula

Hi,

With dates in a1 & B1 try this

=IF(A1=B1,"Overdue","")

or to compare a date to todays date

=IF(TODAY()=B1,"Overdue","")

Mike

"loomie" wrote:

Can anyone help me out with a formula that would do the following in excell:


If date X = to or less than date X, result shows overdue

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1,316
Default If Formula

Change the cell addresses of A1 and B1 to your date value cells:

=IF(A1<=B1,"Overdue","")
--
Kevin Backmann


"loomie" wrote:

Can anyone help me out with a formula that would do the following in excell:


If date X = to or less than date X, result shows overdue

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT +1. The time now is 04:42 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"