+ Reply to Thread
Results 1 to 3 of 3

IF statement, how to dispaly "Yes" "No"

  1. #1
    Registered User
    Join Date
    10-27-2006
    Posts
    29

    IF statement, how to dispaly "Yes" "No"

    I am using this formula to find out if a cell in col G is in Col A.

    =COUNTIF(G:G,A6)

    At the moment is is displaying a 1 or a 0

    Can I make it display text such as Yes No?

    Thanks.

  2. #2
    Forum Expert sweep's Avatar
    Join Date
    04-03-2007
    Location
    Great Sankey, Warrington, UK
    MS-Off Ver
    2003 / 2007 / 2010 / 2016 / 365
    Posts
    3,445
    Hi,

    =IF(COUNTIF(G:G,A6)>0,"Yes","No")

    should do it

    hth

    dave

  3. #3
    Registered User
    Join Date
    10-27-2006
    Posts
    29
    Thank you.

+ 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