+ Reply to Thread
Results 1 to 4 of 4

Excel 2007 : Match two values and print related amount

  1. #1
    Registered User
    Join Date
    06-21-2012
    Location
    Chennai,India
    MS-Off Ver
    Excel 2007
    Posts
    18

    Match two values and print related amount

    Hello all,

    Please guide me for the below issue.

    In col A (Invoice#) I have some number, the same number in B (Invoice#) also but mixed.

    In C having some amount which is for B's Invoice.

    I need to find out A invoice related amount with the help of B.

    For example A1 invoice# is C122, which in B352 amount 32,500.00. So in D1 has to print 32,500.00.

    Some A's invoice# may not be there in B for that shout print NA.

    Please give the solution asap.

    Thanks and Regards,
    Muthukumar
    [email protected]
    Attached Files Attached Files

  2. #2
    Forum Expert NBVC's Avatar
    Join Date
    12-06-2006
    Location
    Mississauga, CANADA
    MS-Off Ver
    2003:2010
    Posts
    34,898

    Re: Match two values and print related amount

    Try:

    =VLOOKUP(A1,B:C,2,0)

    copied down
    Where there is a will there are many ways.

    If you are happy with the results, please add to the contributor's reputation by clicking the reputation icon (star icon) below left corner

    Please also mark the thread as Solved once it is solved. Check the FAQ's to see how.

  3. #3
    Valued Forum Contributor
    Join Date
    06-10-2011
    Location
    London, England
    MS-Off Ver
    Excel 2010
    Posts
    341

    Re: Match two values and print related amount

    =vlookup(a1,b:c,2,false)

    [edit]
    You beat me to it

  4. #4
    Registered User
    Join Date
    06-21-2012
    Location
    Chennai,India
    MS-Off Ver
    Excel 2007
    Posts
    18

    Re: Match two values and print related amount

    Thank you for all,

    For your quick reply.

    Thanks and Regards,
    Muthukumar
    [email protected]

+ 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