Bài 137: Tính ngày đến sinh nhật trong Excel

thanhkhiem61

New member
#Excel #Date #birthday #Formula #GooglesSheets ## Bài 137: Tính ngày sinh nhật trong Excel

Trong bài học này, bạn sẽ học cách tính toán ngày sinh nhật ở Excel.Đây là một nhiệm vụ đơn giản có thể dễ dàng thực hiện bằng cách sử dụng chức năng Datedif.

Hàm Datedif có ba đối số: ngày bắt đầu, ngày kết thúc và đơn vị đo lường.Đơn vị đo lường có thể là một trong những điều sau đây:

*** y ** trong nhiều năm
*** m ** trong nhiều tháng
*** d ** trong nhiều ngày

Ví dụ: công thức sau đây sẽ tính toán số ngày từ ngày 1 tháng 1 năm 2023 đến ngày 1 tháng 1 năm 2024:

`` `
= Datedif (ngày (2023,1,1), ngày (2024,1,1), "d")
`` `

Kết quả của công thức này sẽ là 366.

Để tính toán ngày sinh nhật, bạn có thể sử dụng công thức sau:

`` `
= Ngày (năm (hôm nay ())-Năm (sinh nhật), tháng (sinh nhật), ngày (sinh nhật))
`` `

Ví dụ: nếu sinh nhật là ngày 1 tháng 1 năm 2023, công thức sau sẽ trả lại ngày sinh nhật cho năm hiện tại:

`` `
= Ngày (năm (hôm nay ())-2023, tháng (ngày (2023,1,1)), ngày (ngày (2023,1,1))))
`` `

Kết quả của công thức này sẽ là ngày 1 tháng 1 năm 2022.

Bạn cũng có thể sử dụng chức năng Datedif để tính tuổi của một người.Ví dụ, công thức sau đây sẽ tính toán tuổi của một người sinh ngày 1 tháng 1 năm 2023:

`` `
= Datedif (ngày (2023,1,1), hôm nay (), "y")
`` `

Kết quả của công thức này sẽ là tuổi của người đó trong nhiều năm.

## Tài nguyên bổ sung

* [Cách tính ngày sinh nhật ở Excel] (https://www.excel-asy.com/examples/date-time-formulas/calculate-date-of-birthday.html)
* [Cách tính tuổi của một người ở Excel] (https://www.excel-asy.com/examples/date-time-formulas/calculation-age-of-a-person.html)
=======================================
#Excel #Date #birthday #Formula #googlesheets ## Lesson 137: Calculating the date of birthday in Excel

In this lesson, you will learn how to calculate the date of birthday in Excel. This is a simple task that can be easily accomplished using the DATEDIF function.

The DATEDIF function takes three arguments: the start date, the end date, and the unit of measurement. The unit of measurement can be one of the following:

* **Y** for years
* **M** for months
* **D** for days

For example, the following formula will calculate the number of days between January 1, 2023 and January 1, 2024:

```
=DATEDIF(DATE(2023,1,1),DATE(2024,1,1),"D")
```

The result of this formula will be 366.

To calculate the date of birthday, you can use the following formula:

```
=DATE(YEAR(TODAY())-YEAR(Birthday),MONTH(Birthday),DAY(Birthday))
```

For example, if the birthday is January 1, 2023, the following formula will return the date of birthday for the current year:

```
=DATE(YEAR(TODAY())-2023,MONTH(DATE(2023,1,1)),DAY(DATE(2023,1,1)))
```

The result of this formula will be January 1, 2022.

You can also use the DATEDIF function to calculate the age of a person. For example, the following formula will calculate the age of a person who was born on January 1, 2023:

```
=DATEDIF(DATE(2023,1,1),TODAY(),"Y")
```

The result of this formula will be the person's age in years.

## Additional resources

* [How to Calculate the Date of Birthday in Excel](https://www.excel-easy.com/examples/date-time-formulas/calculate-date-of-birthday.html)
* [How to Calculate the Age of a Person in Excel](https://www.excel-easy.com/examples/date-time-formulas/calculate-age-of-a-person.html)
 
Join ToolsKiemTrieuDoGroup
Back
Top
AdBlock Detected

We get it, advertisements are annoying!

Sure, ad-blocking software does a great job at blocking ads, but it also blocks useful features of our website. For the best site experience please disable your AdBlocker.

I've Disabled AdBlock