J
Joe
Hi, I have 2 problems
My first problem is that I have a large amount of data that I want to be
rounded to the nearest integer value. What I have been using is
"=INT(ROUND(Q795,2-(1+INT(LOG10(ABS(Q795))))))" to get it to 2 significant
figures, and then to only take the integer value of that. It is having
problems though since it will truncate numbers like 2.6 to 2 and I need them
to be 3.
My other problem is that I want some sort of formula to make a certain cell
equal + if the number I am testing is positive... I'm not good with coding
but something like
If N16>0 then N15 = +
also if you tell me the code can you please walk me through how to input that?
Thanks a lot
My first problem is that I have a large amount of data that I want to be
rounded to the nearest integer value. What I have been using is
"=INT(ROUND(Q795,2-(1+INT(LOG10(ABS(Q795))))))" to get it to 2 significant
figures, and then to only take the integer value of that. It is having
problems though since it will truncate numbers like 2.6 to 2 and I need them
to be 3.
My other problem is that I want some sort of formula to make a certain cell
equal + if the number I am testing is positive... I'm not good with coding
but something like
If N16>0 then N15 = +
also if you tell me the code can you please walk me through how to input that?
Thanks a lot