+ Reply to Thread
Results 1 to 2 of 2

Excel 2007 : Muliple Comparision

Hybrid View

  1. #1
    Registered User
    Join Date
    07-20-2012
    Location
    Pakistan
    MS-Off Ver
    Excel 2003
    Posts
    2

    Muliple Comparision

    Sheet1
    Column A Column C Column D
    Chq. # Rupees Rupees
    125 35,000 0
    126 37,000 0


    Sheet2
    Column A Column C Column D
    Chq. # Rupees Rupees
    125 0 35,000
    127 0 37,000

    Please make two comparision
    1- Chqeque number should be same (Sheet 1 Cheque number 125 with value Rs.35,000)
    2-With same cheque number Rupees also should be same
    Both should be telly same cheque numer with rupees of cheque number.
    Amount of same in different column and different rows
    Data is taken from ledger posting and bank statements.

    Remarks
    Result in tick marks in Column B

  2. #2
    Forum Expert JBeaucaire's Avatar
    Join Date
    03-21-2004
    Location
    Bakersfield, CA
    MS-Off Ver
    2010, 2016, Office 365
    Posts
    33,492

    Re: Muliple Comparision

    In Sheet1 B2, try this formula:

    =IF(ISNUMBER(MATCH(A2, Sheet2!A:A, 0)), IF(VLOOKUP(A2, Sheet2!A:D, 4, 0)=C2, "a", ""), "")

    ...and format that cell with the Marlett font. The marlett font has a check mark for the letter "a".
    _________________
    Microsoft MVP 2010 - Excel
    Visit: Jerry Beaucaire's Excel Files & Macros

    If you've been given good help, use the icon below to give reputation feedback, it is appreciated.
    Always put your code between code tags. [CODE] your code here [/CODE]

    ?None of us is as good as all of us? - Ray Kroc
    ?Actually, I *am* a rocket scientist.? - JB (little ones count!)

+ 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