close

I'm trying to use an If statement to complete a form. I'm trying to pull
the text from column c and insert the corresponding info into column d.
for example: if the show is 'x' in column c, then insert 'theatre' in
column d. However, because the text is coming from a drop down list in
column c, i keep getting an error returned. There is no way to sort the
shows in column c because they are arranged based on time, which also
changes, not their title.

Any help you could provide would be greatly appreciated.

Thank you in advance,
Jeff--
JPriest
------------------------------------------------------------------------
JPriest's Profile: www.excelforum.com/member.php...oamp;userid=24695
View this thread: www.excelforum.com/showthread...hreadid=539397In D1 enter =IF(C1=quot;xquot;,quot;Theatrequot;,quot;quot;), and copy down as far as
needed/anticipated.
quot;JPriestquot; wrote:

gt;
gt; I'm trying to use an If statement to complete a form. I'm trying to pull
gt; the text from column c and insert the corresponding info into column d.
gt; for example: if the show is 'x' in column c, then insert 'theatre' in
gt; column d. However, because the text is coming from a drop down list in
gt; column c, i keep getting an error returned. There is no way to sort the
gt; shows in column c because they are arranged based on time, which also
gt; changes, not their title.
gt;
gt; Any help you could provide would be greatly appreciated.
gt;
gt; Thank you in advance,
gt; Jeff
gt;
gt;
gt; --
gt; JPriest
gt; ------------------------------------------------------------------------
gt; JPriest's Profile: www.excelforum.com/member.php...oamp;userid=24695
gt; View this thread: www.excelforum.com/showthread...hreadid=539397
gt;
gt;


Hi Kassie,

Thank you for your input. I've tried that and it doesn't work. The data
in column c is coming from a drop-down list. I've input your exact text
and nothing appears. it's as if the if statement doesn't see the text.
Also, there is a total ten plays today and i can only nest 7
statements, any suggestions?

Thanks in advance,
Jeff--
JPriest
------------------------------------------------------------------------
JPriest's Profile: www.excelforum.com/member.php...oamp;userid=24695
View this thread: www.excelforum.com/showthread...hreadid=539397Nothing should happen, until you select an item from the drop-down list.
Once updated with the value quot;xquot;, theatre should appear in cell D1. If you
are not using C1 and D1, then obviously you have to adapt the formula.

If you want to evaluate more than 7 levels, you are best advised to create a
lookup table (sorted), showing each condition, and its appropriate response.
Eg, if you want to test for
x theatre
y cinema
z TV,
etc, then somewhere on your sheet, or another sheet in the same workbook,
set up this list, give it a descriptive name :Insert - Name - Define and call
it say conditions. Now use VLOOKUP to evaluate and give the result.
something like
=IF(C1=quot;quot;,quot;quot;,VLOOKUP(C1,conditions,2,FALSE)) in D1.

quot;JPriestquot; wrote:

gt;
gt; Hi Kassie,
gt;
gt; Thank you for your input. I've tried that and it doesn't work. The data
gt; in column c is coming from a drop-down list. I've input your exact text
gt; and nothing appears. it's as if the if statement doesn't see the text.
gt; Also, there is a total ten plays today and i can only nest 7
gt; statements, any suggestions?
gt;
gt; Thanks in advance,
gt; Jeff
gt;
gt;
gt; --
gt; JPriest
gt; ------------------------------------------------------------------------
gt; JPriest's Profile: www.excelforum.com/member.php...oamp;userid=24695
gt; View this thread: www.excelforum.com/showthread...hreadid=539397
gt;
gt;

arrow
arrow
    全站熱搜
    創作者介紹
    創作者 software 的頭像
    software

    software

    software 發表在 痞客邦 留言(0) 人氣()