Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
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 |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How to distribute/spread/map cost of project across different year | Excel Discussion (Misc queries) | |||
IF STATEMENT HELP CHOOSE AND GET COST | Excel Worksheet Functions | |||
Help create a IF statement to look to to seperate vookup data sour | Excel Worksheet Functions | |||
URGENT IF STATEMENT REQUIRED:True if moving between financial years? | Excel Worksheet Functions | |||
Current Cost versus Original Cost | New Users to Excel |