+ Reply to Thread
Results 1 to 7 of 7

Calculate cost per week for project

  1. #1
    Registered User
    Join Date
    03-29-2012
    Location
    Canada
    MS-Off Ver
    Excel 2003
    Posts
    6

    Calculate cost per week for project

    I need some help with financial in excel 2003. I try to calculate my cost per week for my project .. I have 50 resources to calculate cost week per week

    on column A1 I have rate per hours
    on column B1 I have total cost per year
    on column C1 I have the total hours per week the ressource his working. I calculate in FTE's = 1FTE = 40 hours

    How can I do the sum per week - every week without having to do =sum(A1*B1*C1) for 50 persons

    See excel spreadsheet for a better picture related to my question.
    Attached Files Attached Files

  2. #2
    Forum Expert
    Join Date
    06-26-2010
    Location
    Austin, TX
    MS-Off Ver
    Excel 2010
    Posts
    1,673

    Re: Calculate cost per week for project

    First, change those '40 hours' cells to a number: 40.

    Second, use SUMPRODUCT.

    =SUMPRODUCT($B$2:$B$18,C2:C18) in cell C19, then drag that over to the other cells in row 19.

    Note, however, that your sheet did not quite match your description. The sheet had column A with people's names in it.

    Pauley

  3. #3
    Forum Contributor darknation144's Avatar
    Join Date
    01-24-2012
    Location
    London
    MS-Off Ver
    Microsoft Excel 365 MSO
    Posts
    555

    Re: Calculate cost per week for project

    See pauleys answer.
    Last edited by darknation144; 03-30-2012 at 10:22 AM.
    If someone helped give them rep using the star button.

    If you have received a satisfactory solution please mark the thread solved. If not Fotis will come for you at night :P

  4. #4
    Forum Expert Bob Phillips's Avatar
    Join Date
    09-03-2005
    Location
    Wessex
    MS-Off Ver
    Office 2003, 2010, 2013, 2016, 365
    Posts
    3,284

    Re: Calculate cost per week for project

    Try this array formula

    =SUM(IF(C2:C18<>"",(SUBSTITUTE(C2:C18," hrs",""))*($B$2:$B$18)))

    as an array formula, you commit it with Ctrl-Shift-Enter not just Enter

  5. #5
    Registered User
    Join Date
    03-29-2012
    Location
    Canada
    MS-Off Ver
    Excel 2003
    Posts
    6

    Re: Calculate cost per week for project

    Thanks it works !

  6. #6
    Registered User
    Join Date
    04-09-2019
    Location
    MANCHESTER
    MS-Off Ver
    MS OFFICE 2010
    Posts
    9

    Re: Calculate cost per week for project

    excel question.JPG

    can you help please, i need the weekly cost(A) from the date in (B) + (C) to go into D
    :confused

  7. #7
    Forum Moderator AliGW's Avatar
    Join Date
    08-10-2013
    Location
    Retired in Ipswich, Suffolk, but grew up in Sawley, Derbyshire (England)
    MS-Off Ver
    MS 365 Subscription Insider Beta Channel v. 2404 (Windows 11 22H2 64-bit)
    Posts
    80,869

    Re: Calculate cost per week for project

    Administrative Note:

    Welcome to the forum.

    We are happy to help, however whilst you feel your request is similar to this thread, experience has shown that things soon get confusing when answers refer to particular cells/ranges/sheets which are unique to your post and not relevant to the original. Please start a new thread - See Forum rule #4

    If you are not familiar with how to start a new thread see the FAQ: How to start a new thread
    Ali


    Enthusiastic self-taught user of MS Excel who's always learning!
    Don't forget to say "thank you" in your thread to anyone who has offered you help.
    You can reward them by clicking on * Add Reputation below their user name on the left, if you wish.

    Forum Rules (updated August 2023): please read them here.

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1