=SUMPRODUCT(--(MID(A$1,ROW(INDIRECT("1:"&LEN(A$1))),1)=MID(A2,ROW
(INDIRECT("1:"&LEN(A2))),1)))>=5
this formula will put a condition on the cell if it matches "x" amount of digits. how can i get this to recognize any cell, or at least a few up or down instead of just the one cell. possible??
(INDIRECT("1:"&LEN(A2))),1)))>=5
this formula will put a condition on the cell if it matches "x" amount of digits. how can i get this to recognize any cell, or at least a few up or down instead of just the one cell. possible??