Depreciation Schedule

G

Guest

Does 'Now()" or "Date" have a value that represents
a Month Value..IE, Aug 2006 = 234, Aug 2007 = 246..

I would use this in a straight-line 60-month Depreciation.

TIA - Bob
 
K

Kerry

Hi Bob,

I believe what you want to do is use the DateDiff function. For
months:
DateDiff("m",[YOUR_DATE],Date())
 
G

Guest

Kerry - Thank you.

Not sure if this is exactly what I need....if Equipment is bought on
7/30/07, and the date is 9/2/07....I'll try it...would "m" = 2???

Bob

Kerry said:
Hi Bob,

I believe what you want to do is use the DateDiff function. For
months:
DateDiff("m",[YOUR_DATE],Date())

Does 'Now()" or "Date" have a value that represents
a Month Value..IE, Aug 2006 = 234, Aug 2007 = 246..

I would use this in a straight-line 60-month Depreciation.

TIA - Bob
 
K

Kerry

Hi Bob,

Yes, DateDiff("m",#7/30/2007#,#9/2/2007#)=2

Kerry - Thank you.

Not sure if this is exactly what I need....if Equipment is bought on
7/30/07, and the date is 9/2/07....I'll try it...would "m" = 2???

Bob

Kerry said:
I believe what you want to do is use the DateDiff function. For
months:
DateDiff("m",[YOUR_DATE],Date())
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top