![]() |
#9
|
||||
|
||||
![]()
DATEDIF() can't handle an end date earlier than the start date, so I think you would have to arrange the formula like this:
Code:
=IF(B2<TODAY(),"- ","")& DATEDIF(MIN(B2,TODAY()),MAX(B2,TODAY()),"m")&" months "& DATEDIF(MIN(B2,TODAY()),MAX(B2,TODAY()),"md")&" days" |
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
![]() |
meninio | Excel | 4 | 01-25-2011 12:13 PM |
Drag Button which refers to the active Word document to Explorer | DRob | Word | 0 | 10-03-2010 06:40 AM |
![]() |
EclipticalD | Excel | 1 | 07-08-2010 09:50 PM |
Opening .pst with dummy values | ran_sushmi | Outlook | 0 | 08-19-2009 01:56 AM |
Fields controlled by List box values | farfromapro | Word | 0 | 02-11-2009 02:19 PM |