Share Bài 138: Lấy ngày cuối cùng của tháng trong Excel

bangsonmuscle

New member
** Làm thế nào để có được ngày cuối cùng của tháng ở Excel? **

Hàm Eomonth trả về ngày cuối cùng của tháng.

** Ví dụ 1: Nhận ngày cuối cùng của tháng hiện tại **

`` `
= Eomonth (hôm nay (), 0)
`` `

** Ví dụ 2: Nhận ngày cuối cùng của tháng tiếp theo **

`` `
= Eomonth (hôm nay (), 1)
`` `

** Ví dụ 3: Nhận ngày cuối cùng của 8 tháng trước **

`` `
= Eomonth (hôm nay (),-8)
`` `

** Lưu ý: ** Hàm eomonth trả về số thứ tự trong ngày.Bạn cần áp dụng định dạng ngày để hiển thị ngày.

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

[Tags]: Excel, Nhận ngày cuối cùng của tháng, Eomonth
=======================================
**How to get the last day of the month in Excel?**

The EoMonth function returns the last day of the month.

**Example 1: Get the last day of the current month**

```
=EOMONTH(TODAY(),0)
```

**Example 2: Get the last day of the next month**

```
=EOMONTH(TODAY(),1)
```

**Example 3: Get the last day of 8 months ago**

```
=EOMONTH(TODAY(),-8)
```

**Note:** The EoMonth function returns the order number of the day. You need to apply the date format to display the date.

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

[tags]: excel, get the last day of the month, EoMonth
 
Join Telegram ToolsKiemTrieuDoGroup
Back
Top