ajmal_pottekattil_yoousufIron ContributorDec 05, 2022SolvedHow to Extract the decimal digit from the value Extract the decimal digit count. Extract the resolution.xlsx9 KBLorenzoDec 05, 2022Hi ajmal_pottekattil_yoousuf One way, in C3:=IFERROR(LEN(B3) - SEARCH(".",B3), 0)
LorenzoSilver ContributorDec 05, 2022Hi ajmal_pottekattil_yoousuf One way, in C3:=IFERROR(LEN(B3) - SEARCH(".",B3), 0)