+ Reply to Thread
Results 1 to 3 of 3

how do I show a value = a value in a range (A1 = any(b1:b35)?

  1. #1
    Mike W
    Guest

    how do I show a value = a value in a range (A1 = any(b1:b35)?

    how do I show a value = a value in a range (A1 = any(b1:b35)?

  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
    Hi there

    This array might work

    =IF(OR(A1=B1:B35),"No found","No not found")

    Use ctrl + shift + enter to use the array

    VBA Noob

  3. #3
    Biff
    Guest

    Re: how do I show a value = a value in a range (A1 = any(b1:b35)?

    Hi!

    =ISNUMBER(MATCH(A1,B1:B35,0))

    Or:

    =COUNTIF(B1:B35,A1)>0

    Biff

    "Mike W" <Mike [email protected]> wrote in message
    news:[email protected]...
    > how do I show a value = a value in a range (A1 = any(b1:b35)?




+ 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