How to get excel to display a certain number of significant figures?

前端 未结 10 1310
太阳男子
太阳男子 2021-01-05 04:10

I am using excel and i want to display a value to a certain number of significant figures.

I tried using the following equation

=ROUND(value,sigfigs-         


        
10条回答
  •  轮回少年
    2021-01-05 04:19

    As a very simple display measure, without having to use the rounding function, you can simply change the format of the number and remove 3 significant figures by adding a decimal point after the number.

    I.e. #,###. would show the numbers in thousands. #,###.. shows the numbers in millions.

    Hope this helps

提交回复
热议问题