+ Reply to Thread
Results 1 to 2 of 2

Characters in logical calculations

  1. #1
    Registered User
    Join Date
    08-08-2006
    Posts
    25

    Characters in logical calculations

    I am trying to create the formula which interprets 'y' as 'YES' and 'n' as 'NO' in a set of seperate cells (i.e one column has y's and n's, converted to YES's and No's in another column)

    I have tried the IF function, but even with no character (y or n) in the first column, NO is still shown in the second.

    Ideally I need a discrete formula that shows only YES or NO only if y or n is present.

    Any ideas?

    Thanks in advance
    Alex

  2. #2
    Forum Contributor
    Join Date
    02-28-2006
    Posts
    690
    =if(a1="","",if(a1="y","yes",if(a1="n","no","")))

+ 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