+ Reply to Thread
Results 1 to 26 of 26

Reflecting incomplete data outside a date range

  1. #1
    Registered User
    Join Date
    11-03-2015
    Location
    San Antonio, TX
    MS-Off Ver
    Excel 2010
    Posts
    63

    Exclamation Reflecting incomplete data outside a date range

    I need some input on how to reflect data on column J of the attached SS, while knowing the info below. Is this possible?

    If Column J is to identify any reports with a monthly volume, any reports we are out of SLA (based on the Frequency column B), or forgot to work etc. then…

    I want to see a Number in column J.

    Reports are received at different times of the month, but need to be completed based on the frequency: (D) – daily, (W) – weekly, (M) – monthly.

    The volume will be reflected in C:J as inputted onto the Completed Work tab however it will depend on the date. The date the report comes in the report will be updated with the full volume to be worked, as the week progresses and volumes are worked down it will continue to be updated to reflect the volume/date being worked. If not completed by the 7th day the volumes will show in column J until complete.

    Only volumes for the reports that reflect out of SLA (column B) will be seen in column J. So if a weekly report was received on 10/30, and it was not completed by Nov 6 (7 days), I should see a volume the for the incomplete work.

    SLA is your frequency, column B.

    A forgotten report will be IDed with Reference to the frequency column. We will always get a report based on the frequency, although some may show a ‘0’ value, which the ‘0’ would be entered. This is based on frequency; there should always be a value present & if not, we did not pull in and assign the report.


    TESTER.xlsx

  2. #2
    Forum Expert newdoverman's Avatar
    Join Date
    02-07-2013
    Location
    Port Dover, Ontario, Canada
    MS-Off Ver
    2010
    Posts
    10,330

    Re: Reflecting incomplete data outside a date range

    Where is the raw data that you want for column J and what are the criteria for extracting that data?

    You bring up the term SLA, what is that?
    <---------If you like someone's answer, click the star to the left of one of their posts to give them a reputation point for that answer.
    Ron W

  3. #3
    Registered User
    Join Date
    11-03-2015
    Location
    San Antonio, TX
    MS-Off Ver
    Excel 2010
    Posts
    63

    Re: Reflecting incomplete data outside a date range

    Raw data for column J will come from the INCOMP column(s) on the Completed Work tab.

    However, I only want to see an incomplete volume here only if the report listed in column A is not completed within its frequency/time frame/period listed in column B (Daily, Weekly, or Monthly). It will also have to accumulate if more than one period (ie frequency/time frame) passes with incomplete work still available.

    So for example, I received the Ocwen – Flood Above report (line 8) on 10/29 with a volume of 25000. It was not completed by 11/5, (the 7th day of the week - the frequency) leaving an incomplete volume of 5000. 5000 (incomplete volume) should be reflected in column J. And as the volume is worked, the value should decrease.

    If I receive the Daily Impairments report (line 3) on 10/29 with a volume of 25000 and 5000 were left incomplete on 10/30, 5000 should reflect in column J.
    But if 10/29 came in with 25000, 5000 incomplete... & 10/30 came in with 20000, 5000 incomplete, I should see 10000 in column J when I open the spreadsheet on 10/31.

    SLA is "Service Level Agreement", or in this case, Column B on the WOH tab titled "Frequency".

    All data on the Completed Work tab will be entered manually, where as data on the WOH tab is pulled by formulas thank to y'alls help!
    Last edited by jnswbc; 11-10-2015 at 05:23 PM.

  4. #4
    Forum Expert newdoverman's Avatar
    Join Date
    02-07-2013
    Location
    Port Dover, Ontario, Canada
    MS-Off Ver
    2010
    Posts
    10,330

    Re: Reflecting incomplete data outside a date range

    I think that you need to reorganize the Completed worksheet to be a vertical arrangement with the dates going vertically down the worksheet along with the various categories. Across the top can be COMP RECVD INCOMP Balance INCOMP with the Balance Incomp column being summed with Sumif so that each category has the correct balance.

    I would suggest that the INCOMP amounts be added to the RECVD amounts so that the COMP can in include the INCOMP until there are none.

    I have set up two new worksheets with your data and I think that you can see on Sheet1 that you can add a column to recalculate the INCOMP amounts to be part of the RECVD amounts for the next day for each category. This is column H of Sheet1.

    Sheet2 is derived directly from Sheet1 and not a copy of the other worksheets so you can see that it works. If you use the filters on the table on Sheet1 you can isolate each category to see what is going on with them.
    Attached Files Attached Files

  5. #5
    Registered User
    Join Date
    11-03-2015
    Location
    San Antonio, TX
    MS-Off Ver
    Excel 2010
    Posts
    63

    Re: Reflecting incomplete data outside a date range

    Thank you newdoverman for all your input and hard work on the new worksheet. I think I had a moment of clarity last night thinking about how to explain what I am looking for better. I just have one other question...

    If a value is entered in any of the INCOMP columns on the Completed Worksheet tab, more than 30 days (or 7 days, or 1 day) ago based on Today's date [WOH!C2=TODAY()], can it be reflected in column J as a sum of those values...? For example, if I am concerned with a 7 day time frame... Today is 11/11. If any data is in the INCOMP columns 11/4 or earlier, I need the sum of those cells in the WOH tab, in column J.

  6. #6
    Forum Expert newdoverman's Avatar
    Join Date
    02-07-2013
    Location
    Port Dover, Ontario, Canada
    MS-Off Ver
    2010
    Posts
    10,330

    Re: Reflecting incomplete data outside a date range

    You can get the totals for INCOMP for dates preceding the 7 days shown on Sheet2 for each category in column B of Sheet2 with this formula entered in J3 and filled down.
    Formula: copy to clipboard
    Please Login or Register  to view this content.



    The vertical arrangement on Sheet1 in a table (the table amends automatically all the formulae dependant upon the data in the table) makes for very easy calculation of various totals without getting into the complications associated with a horizontal arrangement. Just remember to copy the categories and paste them down the column and enter the appropriate date beside them and fill down.
    Attached Files Attached Files

  7. #7
    Registered User
    Join Date
    11-03-2015
    Location
    San Antonio, TX
    MS-Off Ver
    Excel 2010
    Posts
    63

    Re: Reflecting incomplete data outside a date range

    What is the difference, aside from the formula between column F & G on sheet 1? What is column H and does that affect any other formulas should I delete it?

    If I change the order of the tabs, will that affect the formulas inputted in sheets 1 & 2?

  8. #8
    Registered User
    Join Date
    11-03-2015
    Location
    San Antonio, TX
    MS-Off Ver
    Excel 2010
    Posts
    63

    Re: Reflecting incomplete data outside a date range

    Quote Originally Posted by newdoverman View Post
    You can get the totals for INCOMP for dates preceding the 7 days shown on Sheet2 for each category in column B of Sheet2 with this formula entered in J3 and filled down.
    Formula: copy to clipboard
    Please Login or Register  to view this content.



    The vertical arrangement on Sheet1 in a table (the table amends automatically all the formulae dependant upon the data in the table) makes for very easy calculation of various totals without getting into the complications associated with a horizontal arrangement. Just remember to copy the categories and paste them down the column and enter the appropriate date beside them and fill down.
    Is there a way I can do this with the worksheet I provided? I inputted a day/date above the INCOMP field name (like I did over the RECVD column), and have updated the formulas down the INCOMP columns so that a number will only display if it is greater than zero. I don't understand Excel language, so I am having difficulty writing a formula that gives me a sum of values from the INCOMP columns if they exist more than thirty days from todays date.

    I'm thinking a SUMIF formula is needed...?
    Last edited by jnswbc; 11-11-2015 at 02:38 PM.

  9. #9
    Forum Expert newdoverman's Avatar
    Join Date
    02-07-2013
    Location
    Port Dover, Ontario, Canada
    MS-Off Ver
    2010
    Posts
    10,330

    Re: Reflecting incomplete data outside a date range

    Your latest upload has calculations that are incorrect. I have corrected them in this workbook and have added columns to get the stats that you want on Sheet1.
    Attached Files Attached Files

  10. #10
    Registered User
    Join Date
    11-03-2015
    Location
    San Antonio, TX
    MS-Off Ver
    Excel 2010
    Posts
    63

    Re: Reflecting incomplete data outside a date range

    Please advise which calculations are incorrect? I'm having difficulty understanding what is going on...

    Also, what is the difference, aside from the formula between column F & G on sheet 1? What is column H and does that affect any other formulas should I delete it?

    If I change the order of the tabs, will that affect the formulas inputted in sheets 1 & 2?
    Last edited by jnswbc; 11-11-2015 at 03:04 PM.

  11. #11
    Forum Expert newdoverman's Avatar
    Join Date
    02-07-2013
    Location
    Port Dover, Ontario, Canada
    MS-Off Ver
    2010
    Posts
    10,330

    Re: Reflecting incomplete data outside a date range

    When you changed the columns being retrieved, the calculations were retrieving the wrong columns for the WOH worksheet. I changed the formula to using INDEX and MATCH to address the correct values. The workbook that I uploaded, has the corrections made for you.

    The HLOOKUP isn't flexible enough to adapt to the changes you made unless you were very careful with the dates because the dates were the lookup value and the first values are retrieved which are not necessarily the ones that you want. The Index and match formula that I gave you matches both the date and the column header so you get the correct value.

  12. #12
    Registered User
    Join Date
    11-03-2015
    Location
    San Antonio, TX
    MS-Off Ver
    Excel 2010
    Posts
    63

    Re: Reflecting incomplete data outside a date range

    what is the difference, aside from the formula between column F & G on sheet 1? What is column H and does that affect any other formulas should I delete it?

    If I change the order of the tabs, will that affect the formulas inputted in sheets 1 & 2?
    Last edited by jnswbc; 11-11-2015 at 05:39 PM.

  13. #13
    Forum Expert newdoverman's Avatar
    Join Date
    02-07-2013
    Location
    Port Dover, Ontario, Canada
    MS-Off Ver
    2010
    Posts
    10,330

    Re: Reflecting incomplete data outside a date range

    I think that I may have come up with something useful for you.

    I added a counter in Sheet1 that will increment the day once you have filled in the previous day (26 rows). This leaves you with filling in the day of the week because my DAY function is giving the wrong day in your workbook.

    I have changed the formulae to use Table nomenclature to be absolutely sure that the ranges in the formulae are correctly updated with new rows. It seems that when adding batches of rows, the formulae were not updating properly. This should fix that. I also added daily averages on Sheet2 for COMP and RECVD as well as a total for column J.
    Attached Files Attached Files

  14. #14
    Registered User
    Join Date
    11-03-2015
    Location
    San Antonio, TX
    MS-Off Ver
    Excel 2010
    Posts
    63

    Re: Reflecting incomplete data outside a date range

    Quote Originally Posted by newdoverman View Post
    I added a counter in Sheet1 that will increment the day once you have filled in the previous day (26 rows). This leaves you with filling in the day of the week because my DAY function is giving the wrong day in your workbook.
    Do you mean I just have to manually enter the day down column B? Is column A hidden because it's a helper?

  15. #15
    Forum Expert newdoverman's Avatar
    Join Date
    02-07-2013
    Location
    Port Dover, Ontario, Canada
    MS-Off Ver
    2010
    Posts
    10,330

    Re: Reflecting incomplete data outside a date range

    Yes, manually enter the name of the day in column B. Column A (hidden) is just a helper column giving a method to advance the date after 26 entries.

  16. #16
    Registered User
    Join Date
    11-03-2015
    Location
    San Antonio, TX
    MS-Off Ver
    Excel 2010
    Posts
    63

    Re: Reflecting incomplete data outside a date range

    How did you use the name manager to create the Table 1 name range for the formula you inputted into Column L? I am trying to replicate it, but I can't seem to figure it out. That particular formula is the only one I've come across/tested that actually gives me a true rolling two week average value.

  17. #17
    Forum Expert newdoverman's Avatar
    Join Date
    02-07-2013
    Location
    Port Dover, Ontario, Canada
    MS-Off Ver
    2010
    Posts
    10,330

    Re: Reflecting incomplete data outside a date range

    The table definition isn't changed in the Name Manager. Click in the table, Click on the Design Tab, click on Resize Table then amend the table definition.

  18. #18
    Registered User
    Join Date
    11-03-2015
    Location
    San Antonio, TX
    MS-Off Ver
    Excel 2010
    Posts
    63

    Re: Reflecting incomplete data outside a date range

    Another question, and please, let me know if I am out of line...!

    For Sheet 2, Column J, I notice the formula is based on 7 days, or rather cell I2. If I need to adjust the formula for 1 day and 30 days, can I reference those values in a another column/cell and hide them or can I actually input the values of 1 and/or 30 as needed?

  19. #19
    Forum Expert newdoverman's Avatar
    Join Date
    02-07-2013
    Location
    Port Dover, Ontario, Canada
    MS-Off Ver
    2010
    Posts
    10,330

    Re: Reflecting incomplete data outside a date range

    I2 is used to determine the end date (latest date prior to the present week).
    I amended the formula to use Table nomenclature. This is for -1 Day
    Formula: copy to clipboard
    Please Login or Register  to view this content.


    This is for -30 Days
    Formula: copy to clipboard
    Please Login or Register  to view this content.


    This workbook has the amended formula for column J and the two new formulae.
    Attached Files Attached Files

  20. #20
    Registered User
    Join Date
    11-03-2015
    Location
    San Antonio, TX
    MS-Off Ver
    Excel 2010
    Posts
    63

    Re: Reflecting incomplete data outside a date range

    Correct me if I'm wrong, the coding above will provide the sum of values under incomp on sheet 1 if present more than 1 day ago and thirty days ago based on todays date?

  21. #21
    Forum Expert newdoverman's Avatar
    Join Date
    02-07-2013
    Location
    Port Dover, Ontario, Canada
    MS-Off Ver
    2010
    Posts
    10,330

    Re: Reflecting incomplete data outside a date range

    The formula for 1 day gives the value for 1 day prior to the date in I2 for each category the second formula gives the total for 30 days prior to the date in I2 for each category.

  22. #22
    Forum Expert newdoverman's Avatar
    Join Date
    02-07-2013
    Location
    Port Dover, Ontario, Canada
    MS-Off Ver
    2010
    Posts
    10,330

    Re: Reflecting incomplete data outside a date range

    If you want the total up to the day before the date in I2 this will do it
    Formula: copy to clipboard
    Please Login or Register  to view this content.


    For the total to end 30 days prior to I2
    Formula: copy to clipboard
    Please Login or Register  to view this content.

  23. #23
    Registered User
    Join Date
    11-03-2015
    Location
    San Antonio, TX
    MS-Off Ver
    Excel 2010
    Posts
    63

    Re: Reflecting incomplete data outside a date range

    I am looking for the total in 3 different instances...

    If there is values in the incomp columns more than 1 day from today, 7 days from today, and 30 days from today.

    So the formula provided on the workbook referring to I2 would work regarding 7 days.
    I was thinking I could simply replace I2 with D2 to make it calculate for a 1 day ago and in similar fashion for the 30 day.


    Does that make sense? I don't know the Excel lingo so...

  24. #24
    Forum Expert newdoverman's Avatar
    Join Date
    02-07-2013
    Location
    Port Dover, Ontario, Canada
    MS-Off Ver
    2010
    Posts
    10,330

    Re: Reflecting incomplete data outside a date range

    You can do that. If you are filling the time down make sure that you use the EXACT cell referencing method as used for I$2.

  25. #25
    Registered User
    Join Date
    11-03-2015
    Location
    San Antonio, TX
    MS-Off Ver
    Excel 2010
    Posts
    63

    Re: Reflecting incomplete data outside a date range

    Perfect, thank you SO SO much for your assistance!!!!!!

  26. #26
    Forum Expert newdoverman's Avatar
    Join Date
    02-07-2013
    Location
    Port Dover, Ontario, Canada
    MS-Off Ver
    2010
    Posts
    10,330

    Re: Reflecting incomplete data outside a date range

    You're welcome. Thank you for the feedback.
    If that takes care of your original question, please select Thread Tools from the menu link above and mark this thread as SOLVED. Thanks.

+ 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. X-axis not reflecting data correctly
    By MC7410 in forum Excel Charting & Pivots
    Replies: 1
    Last Post: 08-02-2013, 05:45 PM
  2. Replies: 1
    Last Post: 06-18-2013, 06:32 PM
  3. Identifying any incomplete cells in a range across a workbook
    By jonpsu22 in forum Excel - New Users/Basics
    Replies: 2
    Last Post: 12-31-2011, 10:09 PM
  4. reflecting one columns data into 3 others
    By Ianseconds in forum Excel General
    Replies: 1
    Last Post: 01-21-2011, 02:19 PM
  5. reflecting data in two sheets
    By Cyberslam in forum Excel General
    Replies: 3
    Last Post: 01-06-2011, 05:40 AM
  6. Ignore incomplete months from a given date
    By Jonsocks in forum Excel General
    Replies: 5
    Last Post: 07-09-2009, 07:45 AM
  7. Date Formula reflecting Day to Date
    By Merlin54k in forum Excel General
    Replies: 1
    Last Post: 03-31-2008, 10:08 AM
  8. Incomplete Range
    By sglick in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 06-05-2007, 04:49 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