Forum Discussion
Matt_Mys
Aug 29, 2022Copper Contributor
ANSWERED - Making a formula count the number of digits in a cell before executing
Edit - I got the answer I needed. Thank you! Hello all, I am trying to get a formula to count how many digits are in a cell, and if they contain a certain amount of digits, then (do the rest ...
- Aug 30, 2022=IF(LEN(A1)>1,"do something","do nothing")