![]() |
If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below. |
|
|
Thread Tools | Display Modes |
|
#1
|
|||
|
|||
![]()
Hi,
i'm new to the forum and boy, am i frustrated...ahem... the issue i'm having is with DATEDIF in Excel 2003. i have been using the above function for some time in a spreadsheet i built myself. i have just inherited another spreadsheet and cannot get it to work. the formula i'm using is =DATEDIF(B79,M2,"m") where B79 is toadys date and M2 is 30 Apr 11. this is showing "1" which is correct as there's 1 months difference. in all the other cells, and the M2 cell has been changed to relate to a different date, i'm getting a long number. for example; if the second date is 24 Nov 11 i'm getting 1342. i assume this is something to do with 1900 but any help would be greatly appreciated. Cheers, Al |
#2
|
|||
|
|||
![]()
OK, sorted now but another problem is that if the date has gone "over", ie i get #NUM! in the box, i cannot conditional format that cell to go a different colour as the rest of the formatting works of months remaining???
I've only got 3 conditions at present so that as the months count down the cells change colour from green to amber then red. cannot seem to put another condition in? Last edited by aldawson : March 16th, 2011 at 01:35 PM. |
#3
|
|||
|
|||
![]() Quote:
Try: =MONTH(M2)-MONTH($B$79) If you have to stick with the DATEDIF, you could trap the error with something like: =IF(ISERROR(DATEDIF(B79,M2,"m")),"Date in the past",DATEDIF(B79,M2,"m")) Excel 2007 allows you to have more than 3 conditional formats, whereas Excel 2003 only allows the 3. You could always have the default colour say Blue, then apply the R, A, G conditional formatting. If none of these is true it will result in a Blue colour. |
Thread Tools | |
Display Modes | |
|
|