Myriad_Rocker
Questioning Reality
- Local time
- Today, 09:56
- Joined
- Mar 26, 2004
- Messages
- 166
Hey everyone! Hopefully, someone can help me with this. I've searched the forum and can't find anything on it.
I want to take a number and reduce the number of decimal places from 4 to 3 WITHOUT rounding it. Just chop off that 4th number...I don't care about it.
Examples:
243.4586 = 243.458
22.0541 = 22.054
5.8577 = 5.857
1,587.2556 = 1,587.255
Seeing as how the numbers can be in the 10's, 100's, and 1000's, I can't just use the LEFT function.
That, of course, would be too easy.
Suggestions? Solutions?
Thanks in advance!
I want to take a number and reduce the number of decimal places from 4 to 3 WITHOUT rounding it. Just chop off that 4th number...I don't care about it.
Examples:
243.4586 = 243.458
22.0541 = 22.054
5.8577 = 5.857
1,587.2556 = 1,587.255
Seeing as how the numbers can be in the 10's, 100's, and 1000's, I can't just use the LEFT function.

Suggestions? Solutions?
Thanks in advance!