+ Reply to Thread
Results 1 to 5 of 5

cell filtering

  1. #1
    Registered User
    Join Date
    09-03-2012
    Location
    manila, philippines
    MS-Off Ver
    Excel 2010
    Posts
    7

    cell filtering

    guys i need some advice on this

    lets say i ahve 3 columns, in the first column, the input is in this format, 12/01/11 7:00 PM, in the second column, i would jsut like to filter 12/01/11, meaning just the date, and then on the 3rd column, just filter AM or PM. i do this because i filter date inputs, and then would have to only display and classify data by date, and then if they are morning or afternonn inputs


    thx

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

    Re: cell filtering

    hi reipanik. 2 methods each for each column. 2nd column:
    =INT(A1)
    format cells to desired format (dd/mm/yy)
    or
    =TEXT(A1,"dd/mm/yy")+0

    column 3:
    =IF(MOD(A1,1)>=0.5,"PM","AM")
    or
    =TEXT(A2,"AM/PM")

    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

  3. #3
    Registered User
    Join Date
    09-03-2012
    Location
    manila, philippines
    MS-Off Ver
    Excel 2010
    Posts
    7

    Re: cell filtering

    will this function work for an excel 2003

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

    Re: cell filtering

    yes it should

  5. #5
    Registered User
    Join Date
    09-03-2012
    Location
    manila, philippines
    MS-Off Ver
    Excel 2010
    Posts
    7

    Re: cell filtering

    thx alot!!!!!!

+ 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