View Single Post
 
Old 08-26-2011, 07:57 AM
judicial85 judicial85 is offline Windows 7 Office 2010 (Version 14.0)
Advanced Beginner
 
Join Date: Nov 2010
Posts: 64
judicial85 is on a distinguished road
Default Standard Dev. Rounding - Excel

Hello all,

I was wondering what the best way to round standard deviations in excel would be? I have a series of columns as follows:
"2.4567(1)"
"3.2345(12)"
"3.2435(5)

and I would need the macro to "round" 3.2345(12) into 3.234(1) to fit with the rest. The list always has a random order and quantity of values needing rounding, so I would have to allow it to recognize ...(xy) versus ...(z).

Thanks for your advice! ~Bryan~

PS - Due to the brackets, these are initially considered strings in their columns.
Reply With Quote