How can calculate age in excel?



How can calculate age in excel?..

Answer / Seema Gupta

To calculate age in Excel, you can subtract the birth date from the current date. Here's an example formula: =YEAR(NOW()) - YEAR(your_birthdate) - IF(MONTH(NOW()) < MONTH(your_birthdate), 1, 0)

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More MS Excel Microsoft Interview Questions

How do you delete multiple rows in excel fast?

1 Answers  


What is a column break?

1 Answers  


What is the definition of goal seek in excel?

1 Answers  


What is meant by a macro in ms- excel?

1 Answers  


What are the three main parts of a spreadsheet?

1 Answers  


What do u mean by append?

1 Answers  


How many formulas in ms excel?

1 Answers  


How do I search for specific data in excel?

1 Answers  


Can we increase the number of rows in excel?

1 Answers  


I want to count the number of cells in a range that have a particular interior color. The countif function seems like the right kind of answer but how to I return thecolor of the interior for each cell in a range? I would like to do something like: =countif(b1:b10, cell("interior","red"))?

1 Answers  


What an excel file is called?

1 Answers  


How do you change preferences in excel?

1 Answers  


Categories