Quick Excel Formula Help
Hi, I have an excel formula that I need to add to as well as condense or make smaller if possible.
Here’s what I want:
IF Cell B2 = “anklets” then run the formula below. IF not, do nothing.
IF(COUNTIF(C2,”*bead*”)>0,”1015683″,IF(COUNTIF(F2,”*bead*”)>0,”1015683″,IF(COUNTIF(C2,”*crystal*”)>0,”1016581″,IF(COUNTIF(F2,”*crystal*”)>0,”1016581″,IF(COUNTIF(C2,”*gemstone*”)>0,”1016581″,IF(COUNTIF(F2,”*gemstone*”)>0,”1016580″,”1016553″)))
Is it possible to make this formula…


