Forum Discussion
clh_1496
May 27, 2022Brass Contributor
alternative to "" when using in Macros
Hi, I have this formula, which contains multiple "" when looking to see if text is in the cell : =IF(ISNUMBER(SEARCH("Sling",D6)),"Sling/Lab",IF(ISNUMBER(SEARCH("Dress",D6)),"Dressing",IF(ISNUM...
- May 27, 2022""Sling""
""Dress"" ...etc.
NikolinoDE
May 27, 2022Platinum Contributor
""Sling""
""Dress"" ...etc.
""Dress"" ...etc.
clh_1496
May 30, 2022Brass Contributor
ah perfect, I tried the double "" in the formula in excel but have realised it only works in the formula in the VBA