LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 92
Default Column showing "overdue"?

"StargateFanFromWork" wrote in message
...
: A colleague just came to ask me re this and I'm not advanced enough in
my
: vb skills at all, but thought I'd find out for her anyway.
:
: She'll have a column showing a date. In another column, it'll have a
target
: date. I'm guessing that in a third column, she could have a formula so
that
: all rows that have the one date "overdue", i.e., that is going past that
due
: date, will show something. Either text saying "overdue", or even better,
"1
: day(s) overdue", the "1" being replaced by however many days they are past
: due.
:
: Is this do-able? What would be best approach, does anyone feel?
:
: Thank you! :oD

Look into the days360 function, pehaps a formula like this would work
=IF(DAYS360(A1,B1)-1, DAYS360(A1,B1) & " Remain", DAYS360(B1,A1) & " Over
Due")
assuming your start date is column A and target date is column B
Paul D


 
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


Similar Threads
Thread Thread Starter Forum Replies Last Post
Excel - Golf - how to display "-2" as "2 Under" or "4"as "+4" or "4 Over" in a calculation cell Steve Kay Excel Discussion (Misc queries) 2 August 8th 08 01:54 AM
conditional formatting for "overdue" status Guest3731 Excel Discussion (Misc queries) 1 April 29th 08 08:11 PM
How do I change the column heading in Excel to display "A" "B" "C Thai New Users to Excel 1 November 30th 07 08:06 PM
=IF((TODAY()-B8)30, "Overdue", "Current"), Kev Excel Discussion (Misc queries) 3 December 16th 05 08:15 PM
How do I split "A1B2" into "A1" and "B2" using text to column fun. Jennifer Excel Programming 1 February 2nd 05 10:01 PM


All times are GMT +1. The time now is 11:28 AM.

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

About Us

"It's about Microsoft Excel"