Forum Discussion

Matt_Mys's avatar
Matt_Mys
Copper Contributor
Aug 29, 2022
Solved

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 ...
  • Harun24HR's avatar
    Aug 30, 2022
    =IF(LEN(A1)>1,"do something","do nothing")

Resources