+ Reply to Thread
Results 1 to 3 of 3

Returning a result based on an age in number of days

  1. #1
    Registered User
    Join Date
    03-06-2009
    Location
    Birmingham
    MS-Off Ver
    Excel 2003
    Posts
    12

    Returning a result based on an age in number of days

    Hi chaps and chapesses,

    I have a problem I wonder if you would be so kind as helping me with.

    I have a spreadhseet to sort out and what I am trying to do is the following

    Colum F has a number of days old e.g 154, what I want to do in colum G is add a category to this to count if the cell in colum F is 29 or under, 30-59 days, 60-89 days or 90 days plus.

    Wasn't sure if countif or if etc would be of any use or how to go about doing it???

  2. #2
    Forum Expert shg's Avatar
    Join Date
    06-20-2007
    Location
    The Great State of Texas
    MS-Off Ver
    2003, 2010
    Posts
    40,678

    Re: Returning a result based on an age in number of days

    =lookup(f1, {0,30,60,90}, {"<=29","30-59","60-89","90+"})
    Entia non sunt multiplicanda sine necessitate

  3. #3
    Registered User
    Join Date
    03-06-2009
    Location
    Birmingham
    MS-Off Ver
    Excel 2003
    Posts
    12

    Re: Returning a result based on an age in number of days

    Thank you very much :-)

+ 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