+ Reply to Thread
Results 1 to 7 of 7

End a count after a date has been reached

  1. #1
    Registered User
    Join Date
    07-15-2015
    Location
    Medford, Oregon
    MS-Off Ver
    2010
    Posts
    4

    End a count after a date has been reached

    I am an estimator and have created a "Quote Log" to track all of our RFQ's that run through Estimating.
    My Question: I have a running back log per week and have to report this to my Manager, I need to know if there is a way to have the cell assigned for the weekly backlog to stop counting and retain the value at the end of that week? The back log number is live and changes daily. basically just a snap shot of the back log number for a certain cell. Hope this makes sense. any help would be great.

  2. #2
    Forum Expert GeneralDisarray's Avatar
    Join Date
    09-15-2011
    Location
    Pittsburgh, PA, USA
    MS-Off Ver
    Windows Excel 2016
    Posts
    1,416

    Re: End a count after a date has been reached

    Quote Originally Posted by tkell View Post
    I need to know if there is a way to have the cell assigned for the weekly backlog to stop counting and retain the value at the end of that week? The back log number is live and changes daily.
    Yes...
    Need more information to be more helpful I think. An example would be best - do you just want to lock the values of the cell after you are done with it?
    Remember, saying thanks only takes a second or two. Click the star icon(*) below the post you liked, to give some Rep if you think an answer deserves it.

    Please,mark your thread [SOLVED] if you received your answer.

  3. #3
    Registered User
    Join Date
    07-15-2015
    Location
    Medford, Oregon
    MS-Off Ver
    2010
    Posts
    4

    Re: End a count after a date has been reached

    Hello,
    Thank you for the reply.
    Yes I need to lock the cell value after the week ends to display the back log at the end of the week for "Back Log" from the beginning of the year. This will in turn update a graph showing the weekly trend of the RFQ's. We have some RFQ's that are still in work from 3 months ago. This is my first time on the forum and reall don't know how to send an example of my spread sheet.
    Thanks Todd

  4. #4
    Forum Expert GeneralDisarray's Avatar
    Join Date
    09-15-2011
    Location
    Pittsburgh, PA, USA
    MS-Off Ver
    Windows Excel 2016
    Posts
    1,416

    Re: End a count after a date has been reached

    Well, I'm not really sure is in your cell you would like to lock. If there is a formula there, can you just copy/paste special (values) to lock the results of the formula?

  5. #5
    Registered User
    Join Date
    07-15-2015
    Location
    Medford, Oregon
    MS-Off Ver
    2010
    Posts
    4

    Re: End a count after a date has been reached

    Hope this helps what im trying to say,
    This is an example of the formula that I use to count backlog items per customer. I have a column in my table that subtracts my due date from current day, when this ticks down to zero, and if my "completed" column is blank it then adds to my running back log number. I have a separate sheet setup for Weeks 1 through 52. in this sheet I have a column for each week that counts how many RFQ's come, how many are completed and my running back log for the weeks end. currently i have a SUM formula to add all the back log items. at the weeks end i have to remove the formula and manually type in the number so that it will show the count of back log at the end of that week. what i am trying to do is not have to manually enter the count every week. sometimes i do forget and then do not have an accurate count when i do remember enter it. is there a way to have the cell stop counting at a certain date to retain the value it has counted to that point.
    Thankyou again for trying to help with this.
    =COUNTIFS('Quote Log'!Q:Q,"",'Quote Log'!X:X,"0",'Quote Log'!C:C,"PATRIA",'Quote Log'!J:J,"X")

    I tried adding an example of my weekly report of RFQ's, but couldnt add a file for some reason. I want to retain the value at the end of the each week. the back log is a live running total and will change from week to week. the objective is to not have to manually enter the number and to let the spreadsheet "Lock" (if you will) and maintain the value at the end of the week.
    Last edited by tkell; 07-15-2015 at 04:12 PM. Reason: Tried added simple example

  6. #6
    Forum Expert GeneralDisarray's Avatar
    Join Date
    09-15-2011
    Location
    Pittsburgh, PA, USA
    MS-Off Ver
    Windows Excel 2016
    Posts
    1,416

    Re: End a count after a date has been reached

    Ok, now we are getting somewhere.

    You should be able to include the static due date in the 'Quote Log' (if it's not already there) - For purposes of this example, I'll assume the Due Date is shown in column Z.

    I think you just would want to add a date to your countifs function:

    =COUNTIFS('Quote Log'!Q:Q,"",'Quote Log'!X:X,"0",'Quote Log'!C:C,"PATRIA",'Quote Log'!J:J,"X",'Quote Log'!Z:Z,"<SomeMaxDateCellOnThisRow")

    So, that would reference SomeMaxDateCellOnThisRow (which would be like the Saturday of the WEEK#) that countif refers to.

    Make sense?

  7. #7
    Registered User
    Join Date
    07-15-2015
    Location
    Medford, Oregon
    MS-Off Ver
    2010
    Posts
    4

    Re: End a count after a date has been reached

    I don't think I am explaining myself very well lol, I have tried several times to upload my sample sheet and even a image, but it will not upload. im afraid if I cant get you the sample we will keep going back and fourth. I am sorry for not being clearer but really don't know how to explain better what I am after. Any way I could email you the file?

+ 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] Count Columns Until Value Reached
    By phelbin in forum Excel General
    Replies: 7
    Last Post: 08-02-2021, 10:18 AM
  2. [SOLVED] Sum/count until a certain value is reached
    By sreejeshc in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 05-21-2014, 01:06 AM
  3. Count until Sum Value is reached
    By SpaceRocksMars in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 03-31-2014, 02:43 PM
  4. [SOLVED] Fill down a row count until a new value is reached?
    By TBrun in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 03-28-2013, 10:37 AM
  5. [SOLVED] Character Count Until a Number is Reached
    By HangMan in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 12-07-2012, 09:48 AM
  6. Delete duplicates after count reached?
    By mpkavanagh in forum Excel Programming / VBA / Macros
    Replies: 6
    Last Post: 02-22-2011, 08:01 PM
  7. Count until certain percentage reached
    By kirby3820 in forum Excel General
    Replies: 2
    Last Post: 02-22-2011, 01:28 PM

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