Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]() 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 -- alex3867 ------------------------------------------------------------------------ alex3867's Profile: http://www.excelforum.com/member.php...o&userid=37220 View this thread: http://www.excelforum.com/showthread...hreadid=569825 |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]() =if(a1="","",if(a1="y","yes",if(a1="n","no",""))) -- robert111 ------------------------------------------------------------------------ robert111's Profile: http://www.excelforum.com/member.php...o&userid=31996 View this thread: http://www.excelforum.com/showthread...hreadid=569825 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Named Ranges - what characters are (or are not) allowed in the nam | Excel Discussion (Misc queries) | |||
How can I control the length of characters a code will return? | Excel Discussion (Misc queries) | |||
Formula to replace invalid filename characters | Excel Worksheet Functions | |||
Help - Can't directly input Japanese characters into cell | Excel Discussion (Misc queries) | |||
characters around numbers | Excel Discussion (Misc queries) |