#1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1
Default Fourmula help

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



  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 151
Default Fourmula help

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

"Steve Good" wrote:

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



Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
What Fourmula Would I use and How CERYD Excel Worksheet Functions 1 June 10th 06 08:36 PM
Replace "insert function" with "edit formula" button in fourmula b 13brian Excel Discussion (Misc queries) 0 August 24th 05 08:49 PM


All times are GMT +1. The time now is 06:06 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"