
Signature
Kind regards,
Niek Otten
Microsoft MVP - Excel
That seems to work if I create a new field for todays date such as cell G11
'=Today()' and then doing =DATEDIF(F11, G11, m).
But is there a way to do so without creating a field for todays date?
> Look here:
>
[quoted text clipped - 5 lines]
> |
> | Thank you
Conan Kelly - 30 Nov 2007 21:59 GMT
57Caddy,
Did you Try:
=Today()-F11
That seems to be what you are describing.
HTH,
Conan
> That seems to work if I create a new field for todays date such as cell
> G11
[quoted text clipped - 13 lines]
>> |
>> | Thank you
Conan Kelly - 30 Nov 2007 22:05 GMT
ooopppssss!!!
Didn't read your orig post close enough. Please ignore my response.
> 57Caddy,
>
[quoted text clipped - 25 lines]
>>> |
>>> | Thank you
Peo Sjoblom - 30 Nov 2007 22:00 GMT
=DATEDIF(TODAY(),G11,"m")
you need to put quotes around the m

Signature
Regards,
Peo Sjoblom
> That seems to work if I create a new field for todays date such as cell
> G11
[quoted text clipped - 13 lines]
>> |
>> | Thank you
57Caddy - 30 Nov 2007 22:29 GMT
Ah, that did the trick. Thanks!
> =DATEDIF(TODAY(),G11,"m")
>
[quoted text clipped - 17 lines]
> >> |
> >> | Thank you
David Biddulph - 30 Nov 2007 22:19 GMT
=DATEDIF(F11, TODAY(), "m")

Signature
David Biddulph
> That seems to work if I create a new field for todays date such as cell
> G11
[quoted text clipped - 13 lines]
>> |
>> | Thank you