+ Reply to Thread
Results 1 to 5 of 5

Need 2 formula regarding daily sales goals & conditional date function

  1. #1
    Registered User
    Join Date
    03-11-2016
    Location
    Tallahassee
    MS-Off Ver
    2007
    Posts
    3

    Need 2 formula regarding daily sales goals & conditional date function

    Hi all,

    I'm having some difficulties calculating these formulae.

    The first issue I'm having is with "sumif("

    I'm trying to get a certain column to calculate gross made if the date corresponds to the function.

    The formula I'm using is "=sumif('NEW CAR'!A10:A180,"3/1/2016",'NEW CAR'!K10:M180)"

    The sheet where the formula is needed is the 'CCH TOTAL' sheet, in the Front Gross column. I need the formula to correspond to the 'NEW CAR' sheet.

    It's calculating it at $1,000. The proper sum is $2754.00.

    Secondly, I'm trying to calculate the sales goal daily based on the number of working days remaining, and how many units already sold.

    Basically, we are trying to hit 152 units sold, and we have 36 sold(broken down into 18 new units, 18 used units, and 4 CPO units.) The forecasted number for new, used, and CPO respectively is 65,75,12. I need a formula that will calculate the daily number of units we need to sell in order to hit each forecasted goal. I'm alright with Excel, but algebra was never my strong suit.
    Attached Files Attached Files
    Last edited by THOMHJ; 03-12-2016 at 10:25 AM.

  2. #2
    Forum Moderator alansidman's Avatar
    Join Date
    02-02-2010
    Location
    Steamboat Springs, CO
    MS-Off Ver
    MS Office 365 Version 2404 Win 11 Home 64 Bit
    Posts
    23,865

    Re: Need 2 separate formula

    Your post does not comply with Rule 1 of our Forum RULES. Your post title should accurately and concisely describe your problem, not your anticipated solution.

    Use terms appropriate to a Google search. Poor thread titles, like Please Help, Urgent, Need Help, Formula Problem, Code Problem, and Need Advice will be addressed according to the OP's experience in the forum: If you have less than 10 posts, expect (and respond to) a request to change your thread title. If you have 10 or more posts, expect your post to be locked, so you can start a new thread with an appropriate title.

    To change a Title go to your first post, click EDIT then Go Advanced and change your title, if 2 days have passed ask a moderator to do it for you.

    (This thread should receive no further responses until this moderation request is fulfilled, as per Forum Rule 7)
    Alan עַם יִשְׂרָאֵל חַי


    Change an Ugly Report with Power Query
    Database Normalization
    Complete Guide to Power Query
    Man's Mind Stretched to New Dimensions Never Returns to Its Original Form

  3. #3
    Registered User
    Join Date
    03-11-2016
    Location
    Tallahassee
    MS-Off Ver
    2007
    Posts
    3

    Re: Need 2 separate formula

    fixed, thank you.

  4. #4
    Valued Forum Contributor
    Join Date
    01-16-2012
    Location
    England
    MS-Off Ver
    MS 365
    Posts
    1,394

    Re: Need 2 formula regarding daily sales goals & conditional date function

    THOMHJ,

    On the attached

    1. CCH Total sheet:
    Your request says that New Car sales on 1 March should total $2,754.00. But there aren't any on the spreadsheet you provided?

    E37 gives the "Front Gross to date" (£19,859), shown by day in E4 - E34.

    Daily formula is as follows:

    =SUMIFS('NEW CAR'!K$9:K$28,'NEW CAR'!A$9:A$28,A4)+SUMIFS('NEW CAR'!L$9:L$28,'NEW CAR'!A$9:A$28,A4)+SUMIFS('NEW CAR'!M$9:M$28,'NEW CAR'!A$9:A$28,A4)

    (Find all the rows in Col A of the 'New Car' sheet where the date matches the date in Col A of the 'CCH sheet', and add the numbers in Cols K, Col L and Col M of the 'New Car' sheet)

    E39 then gives the Month to Date Average ($1,805.36):

    =E37/(TODAY()-A4)

    (Divide the Front Gross to Date in E37 by the number of days between today and the start of the month in A4)

    2. Summary showing Daily Sales required

    A34 has a DropList which is your deadline to make the sales.
    B34 - D34 show the targets for each category (this is manual - if this is on the sheet somewhere, you can link to those cells)
    B35 - D35 show your sales to date for each category. (Also manual - if this is on the sheet somewhere, you can link to those cells)
    B36 - D36 show how many you have to sell each day to achieve the targets by the deadline

    Formula as follows:

    =IF(OR($A34="",B34="",B35=""),"",IF($A34<TODAY(),"Invalid Date",IF($A34=TODAY(),B34-B35,((B34-B35)/(MATCH($A34,Date,0)-MATCH(TODAY(),Date,0))))))

    Daily target is blank if you have not set the target date, or entered a sales target, or entered anything in the sales to date (If you haven't sold anything yet, enter zero).
    If the target date has passed, it says the target date is invalid.
    If the deadline is today, it shows (target sales - sales to date), because you have to meet the target by the end of today!
    If the deadline is in the future, it finds the number to sell (target - actual). and divides that by the number of days until the deadline (deadline - today)

    Hope that helps?

    Ochimus
    Attached Files Attached Files

  5. #5
    Registered User
    Join Date
    03-11-2016
    Location
    Tallahassee
    MS-Off Ver
    2007
    Posts
    3
    Thanks! I'll test it out tomorrow and let you know. Appreciate it!

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. [SOLVED] Excel2010 IF Formula to return value based on a separate date and two separate text values
    By jakecutler in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 03-12-2015, 03:24 AM
  2. [SOLVED] Macro needed to Concatenate data in 2 separate tables of 2 separate sheets
    By 823 in forum Excel Programming / VBA / Macros
    Replies: 22
    Last Post: 02-08-2015, 02:02 PM
  3. [SOLVED] Need help to separate numeric values into separate cells (LEFT and RIGHT won't work)
    By RichMcc in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 01-27-2013, 07:48 PM
  4. Replies: 2
    Last Post: 07-06-2012, 05:31 AM
  5. Replies: 3
    Last Post: 08-12-2010, 03:45 PM
  6. Macro to auto-email separate worksheets of same workbook to separate recipients?
    By Sean Anderson in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 03-09-2007, 09:51 PM
  7. [SOLVED] How do I separate words in one cell into two cells?-manually separate hundreds of nam
    By Vanessa in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 06-08-2005, 11:05 AM

Tags for this Thread

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