Share Bài 190: Rút gọn số thập phân trong Excel

xuanthien104

New member
** Cách rút ngắn số thập phân trong Excel **

** int **

Hàm INT làm tròn một số vào số nguyên gần nhất.

`` `
= Int (số)
`` `

Ví dụ: các vòng công thức sau 12.3456 đến 12:

`` `
= Int (12.3456)
`` `

** Trunc **

Hàm Trunc luôn loại bỏ số thập phân.

`` `
= Trunc (số, [số thập phân])
`` `

Các số thập phân ** tùy chọn ** Đối số chỉ định số lượng vị trí thập phân cần giữ.Nếu bạn bỏ qua đối số ** số thập phân **, tất cả các vị trí thập phân sẽ bị xóa.

Ví dụ: các vòng công thức sau 12.3456 đến 12:

`` `
= Trunc (12.3456)
`` `

Các vòng công thức sau 12.3456 đến 12.3:

`` `
= Trunc (12.3456, 2)
`` `

** Ngoài ra, bạn cũng có thể xem nhiều hướng dẫn Excel khác ở đây. **

[** Tham gia kênh Telegram của TrickSmmo **] (TricksMMO)

** Thẻ: ** #Excel #tutorial #ExcelFormula #ShortEndecimals
=======================================
**How to shorten decimal numbers in Excel**

**Int**

The INT function rounds a number to the nearest integer.

```
=INT(number)
```

For example, the following formula rounds 12.3456 to 12:

```
=INT(12.3456)
```

**Trunc**

The TRUNC function always removes decimal numbers.

```
=TRUNC(number, [decimals])
```

The optional **decimals** argument specifies the number of decimal places to keep. If you omit the **decimals** argument, all decimal places are removed.

For example, the following formula rounds 12.3456 to 12:

```
=TRUNC(12.3456)
```

The following formula rounds 12.3456 to 12.3:

```
=TRUNC(12.3456, 2)
```

**In addition, you can also see many other Excel tutorials here.**

[**Join the Telegram channel of Tricksmmo**](https://t.me/trickmmo)

**Tags:** #Excel #tutorial #ExcelFormula #ShortEndecimals
 
Join Telegram ToolsKiemTrieuDoGroup
Back
Top