Looking for formula (Left function, Right Function, or Mid Function) to extract values to three decimal places. See desired outcome below.
Examples:
Format
11.9166666666667 Desired outcome = 11.916
6.96666666666667 Desired outcome = 6.966
Thanks
Looking for formula (Left function, Right Function, or Mid Function) to extract values to three decimal places. See desired outcome below.
Examples:
Format
11.9166666666667 Desired outcome = 11.916
6.96666666666667 Desired outcome = 6.966
Thanks
=int(a1*1000)/1000
Ben Van Johnson
=trunc(a1, 3)
But I'm not sure what you mean by "extract". Extract from what context?!
Or tryFormula:
Please Login or Register to view this content.
Or tryFormula:
Please Login or Register to view this content.
Outstanding solution, protonLeah! Thanks for the rep.
Great solution, HansDouwe
Thanks for the feedback and rep.
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks