In Excel I need to do the following:
If cell A1 contains the text, “Toronto” then in B1 I need to put “X”
So I guess a formula in B1?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
=IF(A1=”Toronto”,”X”,””)
is the if format. if you are confused about excel formula’s simply press the equals key in a blank cell and click the insert format command (Fx) and it will walk you through the formatting.