+ Reply to Thread
Results 1 to 11 of 11

Reconcile sheets with calendar dates in rows vs dates in columns.

  1. #1
    Registered User
    Join Date
    08-11-2018
    Location
    Portugal
    MS-Off Ver
    2010 work 2016 home
    Posts
    5

    Reconcile sheets with calendar dates in rows vs dates in columns.

    Hello everyone,

    I am trying to reconcile two extensive data sheets by quantities on a certain date, to find any diferences per person. I have bee trying a Sumif on the 1st sheet 5th column without success. I have limited experience with excel so would greatly appreciate any suggestions or advice on how to solve this problem.

    The objective is to find differences in quantities of fruit on each day. So I was thinking of maybe a SUMIFS on the 5th column of sheet 1 that gives me the difference in quantities.

    There are two caviats, the second sheet has the date in columns and there is a location, so the same type of fruit can be spread in different locations.

    The location is irrelevant, I just need the formula to sum the total of fruits per city and person on a given day on sheet 2 and compare it to sheet 1.

    Has an example John on the 1st of Jan has 6 oranges on sheet 1 but on sheet 2 he only has a total of 5 oranges if you sum the oranges in both NY and LA. So ideally the formula would flag a difference of 1 between the 2 sheets.

    Please let me know If my explanation was not very clear.

    Many thanks.
    Attached Files Attached Files
    Last edited by AliGW; 08-12-2018 at 10:53 AM. Reason: Solved tag corrected.

  2. #2
    Valued Forum Contributor jtakw's Avatar
    Join Date
    05-05-2018
    Location
    CA, USA
    MS-Off Ver
    2016
    Posts
    668

    Re: Reconcile sheets with calendar dates in rows vs dates in columns.

    Hi,

    For your sample, use this in E2 copied down:

    Formula: copy to clipboard
    Please Login or Register  to view this content.


    Change the "OK", "NOT OK" to what ever message you want to "Flag" the ones that matches and don't match.

    Also, since you're in Portugal, you might need to change the Function names and/or use ; (semicolon) instead of , (comma) for your region.

    See attached.
    Attached Files Attached Files

  3. #3
    Registered User
    Join Date
    08-11-2018
    Location
    Portugal
    MS-Off Ver
    2010 work 2016 home
    Posts
    5

    Re: Reconcile sheets with calendar dates in rows vs dates in columns.

    Hey Jtakw

    Thanks for the reply, that was lighting fast!!
    Since it's 1:30AM on my timezone, I will test your formula tomorrow, and update the thread.

    Many thanks

  4. #4
    Valued Forum Contributor jtakw's Avatar
    Join Date
    05-05-2018
    Location
    CA, USA
    MS-Off Ver
    2016
    Posts
    668

    Re: Reconcile sheets with calendar dates in rows vs dates in columns.

    Good night, sleep well, I'll check back tomorrow.

  5. #5
    Registered User
    Join Date
    08-11-2018
    Location
    Portugal
    MS-Off Ver
    2010 work 2016 home
    Posts
    5

    Re: Reconcile sheets with calendar dates in rows vs dates in columns.

    Hey Jtakw,

    That SUMPRODUCT is exactly what I needed, because visually I am more interested on the netting of the values.

    That was brilliant many thanks for your help.

  6. #6
    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,635

    Re: [SOLVED]Reconcile sheets with calendar dates in rows vs dates in columns.

    Please note: to mark a thread as solved, please select Thread Tools from the menu link above and mark this thread as SOLVED. I will change it for you this time.
    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.

  7. #7
    Registered User
    Join Date
    08-11-2018
    Location
    Portugal
    MS-Off Ver
    2010 work 2016 home
    Posts
    5

    Re: Reconcile sheets with calendar dates in rows vs dates in columns.

    Hello Ali,

    I think I changed it just before your reply, was just browsing the FAQ's on how to do it.

    Thanks

  8. #8
    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,635

    Re: Reconcile sheets with calendar dates in rows vs dates in columns.

    No, I did it, but you'll know for next time!

  9. #9
    Valued Forum Contributor jtakw's Avatar
    Join Date
    05-05-2018
    Location
    CA, USA
    MS-Off Ver
    2016
    Posts
    668

    Re: Reconcile sheets with calendar dates in rows vs dates in columns.

    Quote Originally Posted by ExcelWizardlvl1 View Post
    Hey Jtakw,

    That was brilliant many thanks for your help.
    You're welcome, happy to help, thanks for the rep.

    Welcome to the forum.

  10. #10
    Registered User
    Join Date
    08-11-2018
    Location
    Portugal
    MS-Off Ver
    2010 work 2016 home
    Posts
    5

    Re: Reconcile sheets with calendar dates in rows vs dates in columns.

    Quote Originally Posted by jtakw View Post
    You're welcome, happy to help, thanks for the rep.

    Welcome to the forum.
    Thanks, shame I only found this forum now

    I'm afraid I have to reopen the thread though, excel can't handle the SUMPRODUCT function due to the size of the source files, so I started working on a SUMIFs function

    So I came up with =SUMIFS($J$2:$J$9,$G$2:$G$9,B2,$H$2:$H$9,C2) which works for day 1, the problem now is applying the sum_range to several columns, on the attached example it would be columns K and L.

    I was trying to find the solution on google, and the more practical solution seems to be to apply an array {} to the sum_range.

    Any suggestions or advice on how to apply the array to my sum_range would be greatly appreciated.

    And just a refresher for new readers I am trying to reconcile the quantities of sheet 2 (dates in columns and 2 different locations) with sheet 1 (dates in rows and no location)

    Thanks
    Attached Files Attached Files
    Last edited by ExcelWizardlvl1; 08-13-2018 at 04:01 PM. Reason: attachment

  11. #11
    Valued Forum Contributor jtakw's Avatar
    Join Date
    05-05-2018
    Location
    CA, USA
    MS-Off Ver
    2016
    Posts
    668

    Re: Reconcile sheets with calendar dates in rows vs dates in columns.

    Hi,

    A couple of questions.

    How Large is your source file, approximately how many Columns X Rows?
    How did you apply the SUMPRODUCT formula in your Sheet, did you use Entire Column references (i.e. J:J, K:K, etc. over 1 million rows)?

    If your source file is so Large that the SUMPRODUCT is Not able to "handle it", using any Array Formula will more than likely worsen the situation as they are usually more resource intensive.
    The SUMPRODUCT is technically an array formula function without needing to be Array Entered.

    Let me know the answers to the above questions, 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. [SOLVED] populating a calendar w/product names on their due dates from dates on seperate tab
    By marcella needs help in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 03-25-2018, 03:35 PM
  2. Sorting Columns to match dates. Dates need to be on same rows
    By tdugas2 in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 11-02-2017, 05:42 PM
  3. Dates from multiple columns to calendar
    By ggallucci in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 08-25-2017, 11:16 AM
  4. Help - Dates by columns to Dates by rows
    By happydays886 in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 04-20-2017, 06:25 PM
  5. Replies: 1
    Last Post: 06-14-2014, 02:01 AM
  6. Replies: 4
    Last Post: 01-06-2014, 09:48 PM
  7. Sum of Columns with Calendar Dates and Data
    By FBS in forum Excel Formulas & Functions
    Replies: 11
    Last Post: 03-22-2005, 01:06 PM

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