close

this is my formula for my excel project
=IF(OR(D13=quot;Neckingquot;,D13=quot;Cautionquot;),quot;Cautionquot;,quot; quot;)

This means if the word Necking appears in my table, then in the cell next to
it so should the word Caution.
Now i also want to include the word Fracture in the formula, so when my
table shows the word Fracture, the word Caution will appear in the cell next
to it as well.

is there anyway i can simply put the word quot;Fracturequot; into the formula?

try:
=IF(OR(D13=quot;Neckingquot;,D13=quot;Cautionquot;,d13=quot;Fracturequot;) ,quot;Cautionquot;,quot; quot;)

quot;Alexisquot; wrote:

gt; this is my formula for my excel project
gt; =IF(OR(D13=quot;Neckingquot;,D13=quot;Cautionquot;),quot;Cautionquot;,quot; quot;)
gt;
gt; This means if the word Necking appears in my table, then in the cell next to
gt; it so should the word Caution.
gt; Now i also want to include the word Fracture in the formula, so when my
gt; table shows the word Fracture, the word Caution will appear in the cell next
gt; to it as well.
gt;
gt; is there anyway i can simply put the word quot;Fracturequot; into the formula?

quot;Alexisquot; wrote:
gt; this is my formula for my excel project
gt; =IF(OR(D13=quot;Neckingquot;,D13=quot;Cautionquot;),quot;Cautionquot;,quot; quot;)
gt; This means if the word Necking appears in my table,
gt; then in the cell next to it so should the word Caution.

That is not exactly what the above formula does. It
results in the word Caution if D13 has Necking __or__
Caution. If you simply want what you wrote, the correct
and sufficient formula is:

=IF(D13 = quot;Neckingquot;, quot;Cautionquot;, quot;quot;)

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

software

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