+ Reply to Thread
Results 1 to 3 of 3

formulas - returning column items that match up?

  1. #1
    Registered User
    Join Date
    02-07-2005
    Location
    Minneapolis
    Posts
    36

    formulas - returning column items that match up?

    Hi! Can anyone help me out with this…I believe I need assistance with some formulas to make this happen…

    Company ABC product codes are listed in Column A, prices in B…approx 800 in list
    Company XYZ product codes are in Column C, prices in D…approx 400 in list

    Both companies have the same product codes, but XYZ does not use the ALL the products ABC does so these lists are not identical.

    I need help figuring out what formula(s) might search Columns A & C and find matches…and then in a new set of columns return the results so I can use an “if” formula to notify me when the prices do not match up for both companies. (I know the “if” formula already….it’s getting the info over to a new set of columns I am in need of assistance on.)

    If this is unclear please let me know!

    Can anyone help me with this please??
    Greatly appreciated!


    Jenny

  2. #2
    Forum Contributor VBA Noob's Avatar
    Join Date
    04-25-2006
    Location
    London, England
    MS-Off Ver
    xl03 & xl 07(Jan 09)
    Posts
    11,988
    See if link helps

    http://www.cpearson.com/excel/ListFunctions.aspx

    VBA Noob
    _________________________________________


    Credo Elvem ipsum etian vivere
    _________________________________________
    A message for cross posters

    Please remember to wrap code.

    Forum Rules

    Please add to your signature if you found this link helpful. Excel links !!!

  3. #3
    Registered User
    Join Date
    08-01-2007
    Posts
    8
    Hi, the LOOKUP command might work

    IE it would search column A for the value in column C and return the price found in column B
    Assumming starting at A1
    Current Cells Value would be C1-C400
    =LOOKUP(Current Cells Value,$A$1:$A$800,$B$1:$B$800)

    Hope this helps, Let me know if this is not what you wanted.

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

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