Good morning.
I am expecting the answer to this question to be no based my current knowledge but someone her may have better advise.
I want to do an concatenate with an if. something that looks at a2 to see if the font is "strike thorough" and if it is then don't include in the concatenate, if it is not "strike through", include in the concatenate.
I wrote a formula below with parts of if statement are not proper wording but I hope it gives a better idea of what Is in my head
I am expecting the answer to this question to be no based my current knowledge but someone her may have better advise.
I want to do an concatenate with an if. something that looks at a2 to see if the font is "strike thorough" and if it is then don't include in the concatenate, if it is not "strike through", include in the concatenate.
I wrote a formula below with parts of if statement are not proper wording but I hope it gives a better idea of what Is in my head
HTML:
=if(format(a2)<>strikethougth, concatenate(a2,b2,c2), concatenate(b2,c2)
Last edited: