Forum Discussion
MarkShnier__You
3 years agoQrew Legend
Never knew what that meant in Excel.
Google says:
Can you round to significant figures in Excel?
Google says:
Can you round to significant figures in Excel?
For example, to round 2345678 down to 3 significant digits, you use the ROUNDDOWN function with the parameter -4, as follows: = ROUNDDOWN(2345678,-4). This rounds the number down to 2340000, with the "234" portion as the significant digits.
... When I get a chance I can respond, but it will take a formula as I doubt Quickbase supports that nuance of rounding to significant digits.
... When I get a chance I can respond, but it will take a formula as I doubt Quickbase supports that nuance of rounding to significant digits.
------------------------------
Mark Shnier (YQC)
mark.shnier@gmail.com
------------------------------
- AndrewKonopacki3 years agoQrew MemberThanks Mark. Yes, that is what I'm trying to accomplish in QB.
Here is another formula I used in Excel that returns what I want but doesn't return the same value in QuickBase.
=ROUND([value],[figure]-(1+INT(LOG10(ABS([value])))))
------------------------------
Andrew Konopacki
------------------------------