+ Reply to Thread
Results 1 to 18 of 18

count based on multiple date criteria

  1. #1
    Registered User
    Join Date
    08-09-2005
    Posts
    1

    count based on multiple date criteria

    I am trying to work out a spreadsheet formula for calculating if an age range is between two values say between 30 and 40.

    Using DATEDIF the age column is formated as a number and is based on another column called Date of birth.

    Can the countif take multiple criteria?

  2. #2
    Aladin Akyurek
    Guest

    Re: count based on multiple date criteria

    =COUNTIF(CalculatedAgeRange,">="&X2)-COUNTIF(CalculatedAgeRange,">"&Y2)

    where X2 houses a value like 30 and Y2 40. This calculates an inclusive
    count.

    lisaw wrote:
    > I am trying to work out a spreadsheet formula for calculating if an age
    > range is between two values say between 30 and 40.
    >
    > Using DATEDIF the age column is formated as a number and is based on
    > another column called Date of birth.
    >
    > Can the countif take multiple criteria?
    >


  3. #3
    Aladin Akyurek
    Guest

    Re: count based on multiple date criteria

    =COUNTIF(CalculatedAgeRange,">="&X2)-COUNTIF(CalculatedAgeRange,">"&Y2)

    where X2 houses a value like 30 and Y2 40. This calculates an inclusive
    count.

    lisaw wrote:
    > I am trying to work out a spreadsheet formula for calculating if an age
    > range is between two values say between 30 and 40.
    >
    > Using DATEDIF the age column is formated as a number and is based on
    > another column called Date of birth.
    >
    > Can the countif take multiple criteria?
    >


  4. #4
    Aladin Akyurek
    Guest

    Re: count based on multiple date criteria

    =COUNTIF(CalculatedAgeRange,">="&X2)-COUNTIF(CalculatedAgeRange,">"&Y2)

    where X2 houses a value like 30 and Y2 40. This calculates an inclusive
    count.

    lisaw wrote:
    > I am trying to work out a spreadsheet formula for calculating if an age
    > range is between two values say between 30 and 40.
    >
    > Using DATEDIF the age column is formated as a number and is based on
    > another column called Date of birth.
    >
    > Can the countif take multiple criteria?
    >


  5. #5
    Aladin Akyurek
    Guest

    Re: count based on multiple date criteria

    =COUNTIF(CalculatedAgeRange,">="&X2)-COUNTIF(CalculatedAgeRange,">"&Y2)

    where X2 houses a value like 30 and Y2 40. This calculates an inclusive
    count.

    lisaw wrote:
    > I am trying to work out a spreadsheet formula for calculating if an age
    > range is between two values say between 30 and 40.
    >
    > Using DATEDIF the age column is formated as a number and is based on
    > another column called Date of birth.
    >
    > Can the countif take multiple criteria?
    >


  6. #6
    Aladin Akyurek
    Guest

    Re: count based on multiple date criteria

    =COUNTIF(CalculatedAgeRange,">="&X2)-COUNTIF(CalculatedAgeRange,">"&Y2)

    where X2 houses a value like 30 and Y2 40. This calculates an inclusive
    count.

    lisaw wrote:
    > I am trying to work out a spreadsheet formula for calculating if an age
    > range is between two values say between 30 and 40.
    >
    > Using DATEDIF the age column is formated as a number and is based on
    > another column called Date of birth.
    >
    > Can the countif take multiple criteria?
    >


  7. #7
    Aladin Akyurek
    Guest

    Re: count based on multiple date criteria

    =COUNTIF(CalculatedAgeRange,">="&X2)-COUNTIF(CalculatedAgeRange,">"&Y2)

    where X2 houses a value like 30 and Y2 40. This calculates an inclusive
    count.

    lisaw wrote:
    > I am trying to work out a spreadsheet formula for calculating if an age
    > range is between two values say between 30 and 40.
    >
    > Using DATEDIF the age column is formated as a number and is based on
    > another column called Date of birth.
    >
    > Can the countif take multiple criteria?
    >


  8. #8
    Aladin Akyurek
    Guest

    Re: count based on multiple date criteria

    =COUNTIF(CalculatedAgeRange,">="&X2)-COUNTIF(CalculatedAgeRange,">"&Y2)

    where X2 houses a value like 30 and Y2 40. This calculates an inclusive
    count.

    lisaw wrote:
    > I am trying to work out a spreadsheet formula for calculating if an age
    > range is between two values say between 30 and 40.
    >
    > Using DATEDIF the age column is formated as a number and is based on
    > another column called Date of birth.
    >
    > Can the countif take multiple criteria?
    >


  9. #9
    Aladin Akyurek
    Guest

    Re: count based on multiple date criteria

    =COUNTIF(CalculatedAgeRange,">="&X2)-COUNTIF(CalculatedAgeRange,">"&Y2)

    where X2 houses a value like 30 and Y2 40. This calculates an inclusive
    count.

    lisaw wrote:
    > I am trying to work out a spreadsheet formula for calculating if an age
    > range is between two values say between 30 and 40.
    >
    > Using DATEDIF the age column is formated as a number and is based on
    > another column called Date of birth.
    >
    > Can the countif take multiple criteria?
    >


  10. #10
    Aladin Akyurek
    Guest

    Re: count based on multiple date criteria

    =COUNTIF(CalculatedAgeRange,">="&X2)-COUNTIF(CalculatedAgeRange,">"&Y2)

    where X2 houses a value like 30 and Y2 40. This calculates an inclusive
    count.

    lisaw wrote:
    > I am trying to work out a spreadsheet formula for calculating if an age
    > range is between two values say between 30 and 40.
    >
    > Using DATEDIF the age column is formated as a number and is based on
    > another column called Date of birth.
    >
    > Can the countif take multiple criteria?
    >


  11. #11
    Aladin Akyurek
    Guest

    Re: count based on multiple date criteria

    =COUNTIF(CalculatedAgeRange,">="&X2)-COUNTIF(CalculatedAgeRange,">"&Y2)

    where X2 houses a value like 30 and Y2 40. This calculates an inclusive
    count.

    lisaw wrote:
    > I am trying to work out a spreadsheet formula for calculating if an age
    > range is between two values say between 30 and 40.
    >
    > Using DATEDIF the age column is formated as a number and is based on
    > another column called Date of birth.
    >
    > Can the countif take multiple criteria?
    >


  12. #12
    Aladin Akyurek
    Guest

    Re: count based on multiple date criteria

    =COUNTIF(CalculatedAgeRange,">="&X2)-COUNTIF(CalculatedAgeRange,">"&Y2)

    where X2 houses a value like 30 and Y2 40. This calculates an inclusive
    count.

    lisaw wrote:
    > I am trying to work out a spreadsheet formula for calculating if an age
    > range is between two values say between 30 and 40.
    >
    > Using DATEDIF the age column is formated as a number and is based on
    > another column called Date of birth.
    >
    > Can the countif take multiple criteria?
    >


  13. #13
    Aladin Akyurek
    Guest

    Re: count based on multiple date criteria

    =COUNTIF(CalculatedAgeRange,">="&X2)-COUNTIF(CalculatedAgeRange,">"&Y2)

    where X2 houses a value like 30 and Y2 40. This calculates an inclusive
    count.

    lisaw wrote:
    > I am trying to work out a spreadsheet formula for calculating if an age
    > range is between two values say between 30 and 40.
    >
    > Using DATEDIF the age column is formated as a number and is based on
    > another column called Date of birth.
    >
    > Can the countif take multiple criteria?
    >


  14. #14
    Aladin Akyurek
    Guest

    Re: count based on multiple date criteria

    =COUNTIF(CalculatedAgeRange,">="&X2)-COUNTIF(CalculatedAgeRange,">"&Y2)

    where X2 houses a value like 30 and Y2 40. This calculates an inclusive
    count.

    lisaw wrote:
    > I am trying to work out a spreadsheet formula for calculating if an age
    > range is between two values say between 30 and 40.
    >
    > Using DATEDIF the age column is formated as a number and is based on
    > another column called Date of birth.
    >
    > Can the countif take multiple criteria?
    >


  15. #15
    Aladin Akyurek
    Guest

    Re: count based on multiple date criteria

    =COUNTIF(CalculatedAgeRange,">="&X2)-COUNTIF(CalculatedAgeRange,">"&Y2)

    where X2 houses a value like 30 and Y2 40. This calculates an inclusive
    count.

    lisaw wrote:
    > I am trying to work out a spreadsheet formula for calculating if an age
    > range is between two values say between 30 and 40.
    >
    > Using DATEDIF the age column is formated as a number and is based on
    > another column called Date of birth.
    >
    > Can the countif take multiple criteria?
    >


  16. #16
    Aladin Akyurek
    Guest

    Re: count based on multiple date criteria

    =COUNTIF(CalculatedAgeRange,">="&X2)-COUNTIF(CalculatedAgeRange,">"&Y2)

    where X2 houses a value like 30 and Y2 40. This calculates an inclusive
    count.

    lisaw wrote:
    > I am trying to work out a spreadsheet formula for calculating if an age
    > range is between two values say between 30 and 40.
    >
    > Using DATEDIF the age column is formated as a number and is based on
    > another column called Date of birth.
    >
    > Can the countif take multiple criteria?
    >


  17. #17
    Aladin Akyurek
    Guest

    Re: count based on multiple date criteria

    =COUNTIF(CalculatedAgeRange,">="&X2)-COUNTIF(CalculatedAgeRange,">"&Y2)

    where X2 houses a value like 30 and Y2 40. This calculates an inclusive
    count.

    lisaw wrote:
    > I am trying to work out a spreadsheet formula for calculating if an age
    > range is between two values say between 30 and 40.
    >
    > Using DATEDIF the age column is formated as a number and is based on
    > another column called Date of birth.
    >
    > Can the countif take multiple criteria?
    >


  18. #18
    Aladin Akyurek
    Guest

    Re: count based on multiple date criteria

    =COUNTIF(CalculatedAgeRange,">="&X2)-COUNTIF(CalculatedAgeRange,">"&Y2)

    where X2 houses a value like 30 and Y2 40. This calculates an inclusive
    count.

    lisaw wrote:
    > I am trying to work out a spreadsheet formula for calculating if an age
    > range is between two values say between 30 and 40.
    >
    > Using DATEDIF the age column is formated as a number and is based on
    > another column called Date of birth.
    >
    > Can the countif take multiple criteria?
    >


+ Reply to Thread

Thread Information

Users Browsing this Thread

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

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