Note that there are some explanatory texts on larger screens.

plurals
  1. PONesting IF statements in Excel 2010
    primarykey
    data
    text
    <p>How do I nest IF statements in Excel 2010? I found my inspiration trying to organize data from <a href="http://code.google.com/p/evoluspencil/issues/list?can=1&amp;q=&amp;sort=&amp;colspec=ID%20Type%20Status%20Priority%20Milestone%20Owner%20Summary%20Attachments%20Stars%20Opened%20Closed%20Modified%20BlockedOn%20Blocking%20Blocked%20MergedInto%20Reporter%20Cc" rel="nofollow">Evolus Pencil Support Tickets</a>.</p> <p>Here is my desired result: I want to nest IF statments to choose between different status levels, such as Fixed, New, Invalid, Done, Duplicate, etc. However, I had to make several tables to achieve this and when I tried to test it, the IF statement only gives me the first choice (Fixed).</p> <p>Here is the formula to test whether the number is 1-6 and add on the number, and the status level:</p> <pre><code>=IF(U2="1", CONCATENATE(VALUE(U2),$V$2,IF(U2="2", CONCATENATE(VALUE(U2),$W$2,IF(U2="3", CONCATENATE(VALUE(U2),$X$2,IF(U2="4", CONCATENATE(VALUE(U2),$Y$2,IF(U2="5", CONCATENATE(VALUE(U2),$Z$2,IF(U2="6", CONCATENATE(VALUE(U2),$AA$2,"NO") </code></pre> <p>The result, however, in the corresponding cells is: Cell is U2 1FixedFALSE Cell is U3 false</p> <p>Please check out the spreadsheet here</p> <p><a href="http://win7guruquestions.posterous.com/my-spreadsheet-illustrating-selection-and-if" rel="nofollow">http://win7guruquestions.posterous.com/my-spreadsheet-illustrating-selection-and-if</a> </p> <p>I hope that you can help me with this. Thanks in advance</p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload