+ Reply to Thread
Results 1 to 4 of 4

finding out presence of a value in an array

Hybrid View

alapatik finding out presence of a... 12-03-2011, 08:57 AM
watersev Re: finding out presence of a... 12-03-2011, 08:59 AM
Domski Re: finding out presence of a... 12-03-2011, 09:02 AM
alapatik Re: finding out presence of a... 12-03-2011, 09:08 AM
  1. #1
    Registered User
    Join Date
    10-30-2011
    Location
    India
    MS-Off Ver
    Excel 2003
    Posts
    10

    finding out presence of a value in an array

    Hi,

    I have list of values and I need to findout if these values present in an 1-dimensional array. If found, Yes.

    Is there any excel formula (not vba code) to meet this requirement? Please help me.

    Thanks in advance.

    Kalyan.

  2. #2
    Forum Expert
    Join Date
    11-29-2010
    Location
    Ukraine
    MS-Off Ver
    Excel 2019
    Posts
    4,168

    Re: finding out presence of a value in an array

    hi alapatik, you could use Match formula

  3. #3
    Forum Expert Domski's Avatar
    Join Date
    12-14-2009
    Location
    A galaxy far, far away
    MS-Off Ver
    Darth Office 2010
    Posts
    3,950

    Re: finding out presence of a value in an array

    Something like:

    =IF(ISNUMBER(MATCH(Value,A1:A100,0)),"Yes","No")

    Dom
    "May the fleas of a thousand camels infest the crotch of the person who screws up your day and may their arms be too short to scratch..."

    Use code tags when posting your VBA code: [code] Your code here [/code]

    Remember, saying thanks only takes a second or two. Click the little star to give some Rep if you think an answer deserves it.

  4. #4
    Registered User
    Join Date
    10-30-2011
    Location
    India
    MS-Off Ver
    Excel 2003
    Posts
    10

    Re: finding out presence of a value in an array

    Thanks a lot. Got it

+ 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