Using same concept, is there a way to make a formula show how many of the digits in the cell are high digits
Greater than or equal to 5,
And low digits less than or equal to 4
example number
4532
I want the display to read
"1-High 3-Low"
And also in another cell display
The even odd count
Even number
02468
Odd 13579
Answer
"2-Odd 2-Even"
But if the number are all even or all odd
"All Even", "All Odd"
or all high and low
"All High, "All Low"