N
nikos
Hi to everyone.
I have a column in an Excel sheet , let’s say A1:A10 where
A1:A10=1,2,3,4,5,6,0,ABC,9,10 and all the cells of A column have been
declared as text.
I would like to apply conditional formatting with multiple criteria as
follows:
1) = not(isnumber(value(A1))) the cells to change in red color
2) = value(A1)=0 also the cells to change in red color
(These conditions must be apply in all cells A1:A10)
When apply these conditions separately it works fine and the cells 0, ABC
become red at the same time.
When apply these conditions in one line as follows:
Or (value(A1)=0;not(isnumber(value(A1)))) then only the cell that include 0
become red.
Does anyone have any explanation for that?
Thank you.
I have a column in an Excel sheet , let’s say A1:A10 where
A1:A10=1,2,3,4,5,6,0,ABC,9,10 and all the cells of A column have been
declared as text.
I would like to apply conditional formatting with multiple criteria as
follows:
1) = not(isnumber(value(A1))) the cells to change in red color
2) = value(A1)=0 also the cells to change in red color
(These conditions must be apply in all cells A1:A10)
When apply these conditions separately it works fine and the cells 0, ABC
become red at the same time.
When apply these conditions in one line as follows:
Or (value(A1)=0;not(isnumber(value(A1)))) then only the cell that include 0
become red.
Does anyone have any explanation for that?
Thank you.