+ Reply to Thread
Results 1 to 2 of 2

Sales in each period between start and end dates

  1. #1
    Registered User
    Join Date
    07-30-2008
    Location
    uk
    Posts
    18

    Sales in each period between start and end dates

    I have a start and an end date of a project and a daily charge and pay rate (the difference being my profit). I want to plot for each calendar month how much profit I will make, using a formula that takes into account working days and knows from the start and end dates which months it needs to put ach value in. If that makes sense.

    Attached template for layout and I am looking for the formula in each month to calculate

    I hope someone can help, Pat

  2. #2
    Forum Contributor
    Join Date
    05-27-2008
    Location
    Newcastle Upon Tyne UK
    MS-Off Ver
    XP Excel 2003
    Posts
    105

    Re: Sales in each period between start and end dates

    Using your spreadsheet In H7 - drag across

    =IF((AND($A$6<=H3,$B$6>=H3,H4)),H4,IF(NETWORKDAYS(H2,$B$6)<0,0,NETWORKDAYS(H2,$B$6)))

    in H8 - drag across

    =H7/SUM($H$7:$S$7)*$F$6


    edvwvw

+ 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