How to add different text to one cell?

T

tman_88

For example. . .

I have created a drop down list in A1 that says A, B, C. Now I want cel
A2 to show different content depending on what's in cell A1.

So if A1 is B, I would want it to say "hello" and if A1 said C, I woul
like it to say "goodbye."

I know how to make this work using the IF function but I cant figure ou
how to add more than one answer.

Any ideas
 
C

Claus Busch

Hi,

Am Wed, 25 Apr 2012 15:11:11 +0000 schrieb tman_88:
So if A1 is B, I would want it to say "hello" and if A1 said C, I would
like it to say "goodbye."

in A2 try:
=IF(A1="B","hello",IF(A1="C","goodbye",""))


Regards
Claus Busch
 
M

Mazzaropi

tman_88;1601145 said:
Mazzaropi,
Not sure what that link is but it doesn't get me anywhere. Im also no
sure what you mean by a dependent list?
Thanks

Dear *Tman_88*, Good Evening.

Sorry about the link. It was my fault.
Link Ok now:http://www.contextures.com/xlDataVal02.html

You said:-"I know how to make this work using the IF function but I can
figure out how to add more than one answer"-

Dependent list is the way to add more than one answer DEPENDING to th
previous choice thru your validation box.

If you send your worksheet it will be very easier to understand you
doubt

I´m waiting to receive your worksheet
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top