Respuesta :

Answer:

You round?

Explanation:

fichoh

The round function in excel can be used to change the value of 7.877 to 7.9 by writing the following code in cell d1 ; =round(7.877, 1)

  1. The round function is used in excel to approximate numbers to a certain number of decimal places.

  • The round function takes in two arguments ; the number to be rounded and the number of decimal places.

  • To obtain a value of 7.9 ; round 7.877 to 1 decimal place., the value after the first decimal is above 5 ; it is rounded to 1 and added to the first decimal value.

Therefore, the round function could be used to accomplish the above task.

Learn more :https://brainly.com/question/17566733