Home |
Search |
Today's Posts |
|
#1
![]() |
|||
|
|||
![]()
I want to know what formula I would use to figure out in Excel how many days
before birthday. I also have the date they were born. |
#2
![]() |
|||
|
|||
![]()
If you just subtract dates and format the result as general, you'll see the
number of days between the dates. So if your birthdate was in A1 (say June 10, 1973), you could use: =DATE(YEAR(TODAY()),MONTH(A1),DAY(A1))-TODAY() or =DATE(YEAR(TODAY()),MONTH(A1),DAY(A1))-TODAY()-1 Depending on if you count the birthday or not. Penny wrote: I want to know what formula I would use to figure out in Excel how many days before birthday. I also have the date they were born. -- Dave Peterson |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
IF formula? | Excel Worksheet Functions | |||
writing a formula for a colored value | New Users to Excel | |||
referencing named formula using INDIRECT function | Excel Worksheet Functions | |||
Simplify formula | Excel Worksheet Functions | |||
Match / Vlookup within an Array formula | Excel Discussion (Misc queries) |