English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

The third column needs a formula that calculates the date that a particular child turns 3. What is this formula?

2006-07-09 15:52:13 · 4 answers · asked by Jules 1 in Computers & Internet Software

4 answers

I think i have found the solution of your problem
The formula will be
DATE(YEAR(B5)+3,MONTH(B5),
DAY(B5))
Where B5 is Date of Birth.
Have a good time.

2006-07-14 18:36:15 · answer #1 · answered by Piyush 2 · 0 0

You should have a column that shows the birth date. In the fourth column then you can have this formula birthdate + (365 * 3). Format it using the date format and you should have the date. If there is a leap year in between then you have to add one day. It can get complicated if you really want an accurate formula because of the leap year.

crazyhumans@yahoo.com

2006-07-09 16:06:17 · answer #2 · answered by crazyhumans2 4 · 0 0

If A1 has 7/10/07 and B1 has 8/10/07, you've this formula in C1: =B1 - A1 this provides the answer of 31, obviously, on the grounds that July has 31 days. EDIT: be conscious, if the answer in C1 feels like a million/31/00, replace its format with format - Cells - volume tab - %. volume. .

2016-11-06 03:06:37 · answer #3 · answered by Anonymous · 0 0

=B1+((3*365)-(+A1*365))

Format the cell to date of choice. When entering the date use # of days old to calculate exact date of the third birthday.

Example: A 6 month old will be .5 years old. A 2 month old will be .16 years old (assuming two 30 day months).

2006-07-09 16:36:55 · answer #4 · answered by barbiequedcat 2 · 0 0

fedest.com, questions and answers