|
|||||||||||||||||||||
|
#16
|
|||
|
|||
|
Thanks a lot for the support NBVC !
But i got a bit angry that the error is not on my side but something wrong with Excel . . . LoL, just to think the time i lost on just this small date thing . . . TODAY - B2 So, i uninstalled it, will do a small clean up here, restart and reinstall it . . . Hopefully will fix it . . . |
|
#17
|
|||
|
|||
|
Quote:
Damn, uninstalled, did a small clean up, restarted, reinstalled in a different driver and folder . . . I open your file and i get #VALUE! What is wrong with my Excel ? ![]() Windows Vista x64 M.Excel 2007 It must be an option, right ?
|
|
#18
|
||||
|
||||
|
could it be the way your date is written? Perhaps it has to do with the way date/time is setup on your system?
e.g Try: =Today()-Datevalue("19 Apr, 2008") and other possible versions...
__________________
Where there is a will there are many ways. Finding one that works for you is the challenge! Please read the Forum Rules: Rules |
|
#19
|
|||
|
|||
|
That last one worked . . . 86 !
Now i need to find a way to fix my dates in my file . . . *wonders* |
|
#20
|
||||
|
||||
|
Quote:
I also get a #VALUE error with NBVC's file. That's because US (or Canadian) regional settings recognise "mmm dd, yyyy" as a valid date format....but UK (and probably German) regional settings don't. Can you change the date format? dd-mmm-yyyy is universal, i.e. "19-Apr-2008" or do that conversion within your formula, e.g. =TODAY()-SUBSTITUTE(REPLACE(B2,1,FIND(" ",B2),""),", ","-"&LEFT(B2,3)&"-") format as general |
|
#21
|
|||
|
|||
|
Thanks daddylonglegs,
are you sure that formula is correct, my head hurts already . . .
|
|
#22
|
||||
|
||||
|
Sorry for leading you somewhat astray Tuche... I didn't think that the way the date was written within the DATEVALUE function mattered at first... I don't play with dates much, let alone change and play with date settings... I just took a guess at the end and I guess it was right....
__________________
Where there is a will there are many ways. Finding one that works for you is the challenge! Please read the Forum Rules: Rules |
![]() |
| Bookmarks |
New topics in Excel 2007 Help
|
|
|
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|