Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Joy Joy is offline
external usenet poster
 
Posts: 29
Default If Statement ? Seperate cost over years of project

I have a series of data for projects with a project start date, a project end
date and a total amount for each project. I need to break the amount for
each project down into years by the no of days the project ran in each of the
years it ran (i.e. putting an amount under each year 2002, 2003, 2004). I am
assuming an if statement breaking the amount down to a cost per day would be
the way to go but am not sure how to go about getting data seperated for each
year.

--
Joy
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2,722
Default If Statement ? Seperate cost over years of project

Formula structu
=TotalCost * (Days worked in specific year / Total days worked)

If your year headers are going across in cells B1:F1, and number of days in
B2:F2, and total cost in A2, this maked your formula in cell B3:
=$A$2/(B2/SUM($B2:$F2))
--
Best Regards,

Luke M
*Remember to click "yes" if this post helped you!*


"Joy" wrote:

I have a series of data for projects with a project start date, a project end
date and a total amount for each project. I need to break the amount for
each project down into years by the no of days the project ran in each of the
years it ran (i.e. putting an amount under each year 2002, 2003, 2004). I am
assuming an if statement breaking the amount down to a cost per day would be
the way to go but am not sure how to go about getting data seperated for each
year.

--
Joy

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
How to distribute/spread/map cost of project across different year Dream Excel Discussion (Misc queries) 3 September 3rd 09 12:09 PM
IF STATEMENT HELP CHOOSE AND GET COST HERZHIS Excel Worksheet Functions 7 July 23rd 07 09:06 PM
Help create a IF statement to look to to seperate vookup data sour Scottinphx Excel Worksheet Functions 2 August 5th 06 12:42 AM
URGENT IF STATEMENT REQUIRED:True if moving between financial years? Ray Everingham Excel Worksheet Functions 3 May 26th 06 09:30 PM
Current Cost versus Original Cost A Boe New Users to Excel 2 August 19th 05 02:19 AM


All times are GMT +1. The time now is 03:34 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"