+ Reply to Thread
Results 1 to 2 of 2

int. nested function

  1. #1
    Registered User
    Join Date
    04-14-2013
    Location
    Indiana USA
    MS-Off Ver
    Excel 2010
    Posts
    1

    Angry int. nested function

    Capture.PNG

    says to determine the person's age as an integer and not a decimal with a formula (Cell B4)

  2. #2
    Forum Guru benishiryo's Avatar
    Join Date
    03-25-2011
    Location
    Singapore
    MS-Off Ver
    Excel 2013
    Posts
    5,147

    Re: int. nested function

    hi rainydai, welcome to the forum. there's this formula called DATEDIF you can use. it is without the screen tip all other formulas have though. so if your Date Of Birth is in B4 and the cut-off date is today, then:
    =DATEDIF(B4,TODAY(),"y")

    this will change everyday. if you want a fixed cutoff date, maybe something like:
    =DATEDIF(B4,--"1Jan2013","y")

    Thanks, if you have clicked on the * and added our rep.

    If you're satisfied with the answer, click Thread Tools above your first post, select "Mark your thread as Solved".

    "Contentment is not the fulfillment of what you want, but the realization of what you already have."


    Tips & Tutorials I Compiled | How to Get Quick & Good Answers

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1