Juggler_IN
Active Member
- Joined
- Nov 19, 2014
- Messages
- 358
- Office Version
- 2003 or older
- Platform
- Windows
I have this array formula which calculates the highest decimal place in a range.
How can this be modified to return the lowest decimal place in a range?
Code:
{=MAX(LEN(SUBSTITUTE($A$1:$A$9,TRUNC($A$1:$A$9)&"","",1))-1)}
How can this be modified to return the lowest decimal place in a range?