Fourmula help

G

Guest

I need to create a formula here is the situation:

Have to create a depreciation worksheet for our assets. Items are dep over a
7 year period, cells are created for 2002-2003 2003-2004 blah blah.

I need the 2002 cell to have a forumal that will reference the date cell and
decide if the date is between 2002 and 2008 then populate the cell with a
value it pulls from a diffrent cell (this cell calculates the item cost /7)
this as to happen through all the years.

How would you write this formula?

Thanks for the help in advance.

Steve Good
Colstrip Public Schools
 
G

Guest

Hi Steve,

I would do this:
A B C
1 01/04/2002 31/03/2008
2
3 01/09/2006
4
5 £150.00 (this is the depreciation amount for the month)


If cell A3 is today, then:

=if(and($A$3>$A$1,$A$3<$B$1),$A$5,0)

Hope this helps

Amanda
 

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

Similar Threads

Calculating Depreciation 4
Address and Vlookup 5
formulas based on a date 5
VLOOKUP Pls help!!!! 7
help with a function 1
IF function with dates 1
string manipulation 3
Formula Help 2

Top