+ Reply to Thread
Results 1 to 7 of 7

Comparing Open Orders - What to use? VLookup within VLookup?

  1. #1
    Registered User
    Join Date
    04-05-2007
    Posts
    6

    Comparing Open Orders - What to use? VLookup within VLookup?

    Hi, I've been trying to figure this out for a few hours using different ways but maybe there isn't away.

    What I am trying to do is compare my open orders for a company vs the customers. Attached is the sheet with 2 tabs, labeled one for theirs and one for my reports. On their tab I'm trying to verify that they have it on order and our quantities match up. Since the same items are on multiple orders, is there a formula to find them within different PO numbers? I've tried researching this or trying to find a way to do it but have had no luck.

    Thank you very much for any help or letting me know if it is possible.
    Attached Files Attached Files

  2. #2
    Valued Forum Contributor
    Join Date
    07-04-2012
    Location
    Cape Town, RSA
    MS-Off Ver
    Office 365 ProPlus
    Posts
    1,050

    Re: Comparing Open Orders - What to use? VLookup within VLookup?

    Hi,

    I used a VLOOKUP to bring their PO Qty into your sheet based on the ID
    Then using conditional formatting, I highlighted the mis-matches in yellow.

    Hope this is what you were needing...
    See attached.

    Compairing Open Orders.xlsx

  3. #3
    Registered User
    Join Date
    04-05-2007
    Posts
    6

    Re: Comparing Open Orders - What to use? VLookup within VLookup?

    I thought this was it but this is just pulling the first quantity it runs into from that PO and not necessarily the item that it matches up to and quantities.
    Last edited by benjamin09; 03-28-2014 at 04:32 PM.

  4. #4
    Valued Forum Contributor AZ-XL's Avatar
    Join Date
    03-22-2013
    Location
    Azerbaijan, Baku
    MS-Off Ver
    Excel 2007
    Posts
    603

    Re: Comparing Open Orders - What to use? VLookup within VLookup?

    If the Item and Po together are unique then we can use sumifs
    =SUMIFS('Their Open Orders'!A:A,'Their Open Orders'!B:B,A2,'Their Open Orders'!C:C,B2)
    Appreciate the help? CLICK *

  5. #5
    Registered User
    Join Date
    04-05-2007
    Posts
    6

    Re: Comparing Open Orders - What to use? VLookup within VLookup?

    AZ-XL, how do I get this to show on the tab of 'their open orders'. That's where I need to see if we differ in orders.

  6. #6
    Valued Forum Contributor
    Join Date
    07-04-2012
    Location
    Cape Town, RSA
    MS-Off Ver
    Office 365 ProPlus
    Posts
    1,050

    Re: Comparing Open Orders - What to use? VLookup within VLookup?

    In cell D2 of Their Orders sheet, enter this formula: =SUMIFS('My Open Orders'!F:F,'My Open Orders'!A:A,B2,'My Open Orders'!B:B,C2)
    Autofill down...

  7. #7
    Valued Forum Contributor
    Join Date
    07-04-2012
    Location
    Cape Town, RSA
    MS-Off Ver
    Office 365 ProPlus
    Posts
    1,050

    Re: Comparing Open Orders - What to use? VLookup within VLookup?

    In cell D2 of Their Orders sheet, enter this formula: =SUMIFS('My Open Orders'!F:F,'My Open Orders'!A:A,B2,'My Open Orders'!B:B,C2)
    Autofill down...

+ 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] VLookup with multiple orders
    By AMSBenji in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 04-03-2013, 05:35 PM
  2. Comparing 2 lists using VLOOKUP
    By ksnr2006 in forum Excel Formulas & Functions
    Replies: 7
    Last Post: 03-24-2013, 08:33 AM
  3. Comparing 2 lists of IPs to return sum of orders
    By atomiccow in forum Excel General
    Replies: 3
    Last Post: 02-06-2012, 04:21 PM
  4. Comparing two columns using vlookup
    By aakritir in forum Excel General
    Replies: 2
    Last Post: 08-19-2010, 06:06 AM
  5. [SOLVED] comparing:=right and =vlookup
    By Bob Phillips in forum Excel Formulas & Functions
    Replies: 12
    Last Post: 09-06-2005, 04:05 AM

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