+ Reply to Thread
Results 1 to 2 of 2

Check if a value exist in a column

  1. #1
    DJ Steffo
    Guest

    Check if a value exist in a column

    hello,
    I do not want to use VLOOKUP. Is there another way to check if my value
    exist in a column and if it does then it should just write YES.
    Thank you for your help!
    DJ Steffo

  2. #2
    PCLIVE
    Guest

    Re: Check if a value exist in a column

    Try COUNTIF.

    =IF(COUNTIF(A:A,"my value")>0,"Yes","No")

    HTH,
    Paul


    "DJ Steffo" <DJSteffo@discussions.microsoft.com> wrote in message
    news:5AB04908-7BE5-4AB0-B61A-C62BDA870D2D@microsoft.com...
    > hello,
    > I do not want to use VLOOKUP. Is there another way to check if my value
    > exist in a column and if it does then it should just write YES.
    > Thank you for your help!
    > DJ Steffo




+ 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