+ Reply to Thread
Results 1 to 3 of 3

Finding Matching values in cells

  1. #1
    Registered User
    Join Date
    10-26-2008
    Location
    Milwaukee
    Posts
    2

    Finding Matching values in cells

    I have a sheet that returns 4 numbers where 2 will match. Is there a command that will return that matching value?

    For example:
    cell 1 = 5
    cell 2 = 9
    cell 3 = 4
    cell 4 = 9

    something to return the value 9

    Thanks
    Zemmy
    Last edited by VBA Noob; 10-26-2008 at 04:12 PM.

  2. #2
    Forum Guru DonkeyOte's Avatar
    Join Date
    10-22-2008
    Location
    Northumberland, UK
    MS-Off Ver
    O365
    Posts
    21,531
    If you will always have this rule you can use

    =MODE(A1:A4)

    where A1:A4 range contains your figures (adjust as necessary)

  3. #3
    Registered User
    Join Date
    10-26-2008
    Location
    Milwaukee
    Posts
    2
    Bingo,
    Thanks

+ 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