Forum Discussion
Norman_Glenn
Apr 24, 2020Brass Contributor
Joining two formulas
Hi was woundering if any can help me. I have to formulas that work when used individually. What i need to do is join them together.. this is my two Formulas. =if(isnumber(search("cardboard",E5))*AND(...
- Apr 24, 2020
You may simplify a bit
=D5 & IF(ISNUMBER(SEARCH("cardboard",E5))*((D5="WT")+(D5="NT")),"C","")
SergeiBaklan
Apr 24, 2020Diamond Contributor
You may simplify a bit
=D5 & IF(ISNUMBER(SEARCH("cardboard",E5))*((D5="WT")+(D5="NT")),"C","")
Norman_Glenn
Apr 24, 2020Brass Contributor
Great help it got me were i needed to be. Again thank you.
- SergeiBaklanApr 24, 2020Diamond Contributor
Norman_Glenn , you are welcome
- Norman_GlennApr 24, 2020Brass ContributorThank you for you help