Below is a possible solution to the problem Challenge 31 – Increment All Digits by 1
Use below formula –
=A1+REPT(1,LEN(A1))
Below is a possible solution to the problem Challenge 31 – Increment All Digits by 1
Use below formula –
=A1+REPT(1,LEN(A1))