• Hi All

    Please note that at the Chandoo.org Forums there is Zero Tolerance to Spam

    Post Spam and you Will Be Deleted as a User

    Hui...

  • When starting a new post, to receive a quicker and more targeted answer, Please include a sample file in the initial post.

How do I make 1 letter = another

Hi,

I think you wanted to have something like this...insert the below formula in cell a1.

=IF(B1="O","D",IF(B1="E","U"))

Regards,
A!
 
Hi Larry,

Since there are only 2 type of returns, i.e. "D" & "U"
I think above formula can be simplified with just one if statement:
=IF(B1="O","D","U")

Regards,
 
Back
Top