Hi again,
I am looking now for solution to highlight cells with conditional formatting if they consist some special symbol (such as , . / "" : &). On the internet i found this as a possible solution:
SUMPRODUCT((CODE(MID(BB8,ROW(INDIRECT("1:"&LEN(BB8))),1))<48)*(CODE(MID(BB8,ROW(INDIRECT("1:"&LEN(BB8))),1))<>45))+SUMPRODUCT((CODE(MID(BB8,ROW(INDIRECT("1:"&LEN(BB8))),1))>57)*(CODE(MID(BB8,ROW(INDIRECT("1:"&LEN(BB8))),1))<65))+SUMPRODUCT((CODE(MID(BB8,ROW(INDIRECT("1:"&LEN(BB8))),1))>90)*(CODE(MID(BB8,ROW(INDIRECT("1:"&LEN(BB8))),1))<97)*(CODE(MID(BB8,ROW(INDIRECT("1:"&LEN(BB8))),1))<>95))+SUMPRODUCT((CODE(MID(BB8,ROW(INDIRECT("1:"&LEN(BB8))),1))>122)*1)
but it counts also the empty space as special character. As i can not understand the formula is there a more simple way to get the desirable result or how to rework the formula to not take into account the empty spaces.
Thanks in advance
Bookmarks