+ Reply to Thread
Page 1 of 2 12 LastLast
Results 1 to 15 of 17
  1. #1
    Forum Contributor marc5354's Avatar
    Join Date
    11-10-2009
    Location
    India
    MS-Off Ver
    Excel 2003 & Excel 2010
    Posts
    197

    Command buttons for filtering

    Hello everyone...

    I am looking for command buttons for filters and IF And OR formulas for find out the turn around time. Some functions are working properly and some aren't. Please help me regarding this issue. Here attached file for your reference.

    Thank you
    ...Marc

  2. #2
    Forum Guru martindwilson's Avatar
    Join Date
    06-23-2007
    Location
    London,England
    MS-Off Ver
    office 97 ,2007
    Posts
    10,477

    Re: Command buttons for filtering

    =IF(OR(D7="",D7="Pending",D7="Cancelled"),"",(D7-C7)*OR(F7="",F7="Pending",F7="Cancelled")-(F7-E7))
    what is this supposed to do/show?
    Mojito connoisseur and a dabbler in Cisco
    where does code go ?
    look here
    how to insert code

    how to enter array formula

    why use -- in sumproduct
    recommended reading
    wiki Mojito

    how to say no convincingly

    most important thing you need
    Martin Wilson: SPV
    and RSMBC

  3. #3
    Forum Contributor marc5354's Avatar
    Join Date
    11-10-2009
    Location
    India
    MS-Off Ver
    Excel 2003 & Excel 2010
    Posts
    197

    Re: Command buttons for filtering

    Hello Guru,

    Thank you for your time and help..

    Please find attached file for with Query details. This is what i want i explained hope this will help us.


    Thank you very much Guru
    ...Marc
    Attached Files Attached Files

  4. #4
    Forum Contributor marc5354's Avatar
    Join Date
    11-10-2009
    Location
    India
    MS-Off Ver
    Excel 2003 & Excel 2010
    Posts
    197

    Re: Command buttons for filtering

    =IF(OR(D7="",D7="Pending",D7="Cancelled"),"",(D7-C7)), its shows time difference between file completed time and file received time.

    Thank you for your time
    ...Marc

  5. #5
    Forum Guru martindwilson's Avatar
    Join Date
    06-23-2007
    Location
    London,England
    MS-Off Ver
    office 97 ,2007
    Posts
    10,477

    Re: Command buttons for filtering

    =IF(OR(D7="",D7="Pending",D7="Cancelled"),"",(D7-C7)) is fine but i dont see what the second part is trying to do
    *OR(F7="",F7="Pending",F7="Cancelled")-(F7-E7))
    Mojito connoisseur and a dabbler in Cisco
    where does code go ?
    look here
    how to insert code

    how to enter array formula

    why use -- in sumproduct
    recommended reading
    wiki Mojito

    how to say no convincingly

    most important thing you need
    Martin Wilson: SPV
    and RSMBC

  6. #6
    Forum Contributor marc5354's Avatar
    Join Date
    11-10-2009
    Location
    India
    MS-Off Ver
    Excel 2003 & Excel 2010
    Posts
    197

    Re: Command buttons for filtering

    Sir Mr. Pike also working on this query in another post.. i was wrongly posted twicely. In new post i added some new functions.

    Please forgive me, for my mistake...

    Thank you for your time and patience
    ...Marc

  7. #7
    Forum Guru martindwilson's Avatar
    Join Date
    06-23-2007
    Location
    London,England
    MS-Off Ver
    office 97 ,2007
    Posts
    10,477

    Re: Command buttons for filtering

    all yours pike!
    Mojito connoisseur and a dabbler in Cisco
    where does code go ?
    look here
    how to insert code

    how to enter array formula

    why use -- in sumproduct
    recommended reading
    wiki Mojito

    how to say no convincingly

    most important thing you need
    Martin Wilson: SPV
    and RSMBC

  8. #8
    Forum Contributor marc5354's Avatar
    Join Date
    11-10-2009
    Location
    India
    MS-Off Ver
    Excel 2003 & Excel 2010
    Posts
    197

    Re: Command buttons for filtering

    *OR(F7="",F7="Pending",F7="Cancelled")-(F7-E7)), Yes sir this part doesn't working.. Even i don't know. Are there any possibilities to run both the formulas same time.

  9. #9
    Forum Contributor marc5354's Avatar
    Join Date
    11-10-2009
    Location
    India
    MS-Off Ver
    Excel 2003 & Excel 2010
    Posts
    197

    Re: Command buttons for filtering

    i don't know how get the time difference between D-C and L-F.

  10. #10
    Forum Contributor marc5354's Avatar
    Join Date
    11-10-2009
    Location
    India
    MS-Off Ver
    Excel 2003 & Excel 2010
    Posts
    197

    Re: Command buttons for filtering

    Sir

    Can you please help me out.., how to get time difference between D7-C7 or F7-E7.

    Thank you
    ...Marc

  11. #11
    Forum Guru martindwilson's Avatar
    Join Date
    06-23-2007
    Location
    London,England
    MS-Off Ver
    office 97 ,2007
    Posts
    10,477

    Re: Command buttons for filtering

    TRY
    =IF(OR(F7="",F7="Pending",F7="Cancelled"),IF(OR(D7="",D7="Pending",D7="Cancelled"),"",(D7-C7)),F7-E7)
    Mojito connoisseur and a dabbler in Cisco
    where does code go ?
    look here
    how to insert code

    how to enter array formula

    why use -- in sumproduct
    recommended reading
    wiki Mojito

    how to say no convincingly

    most important thing you need
    Martin Wilson: SPV
    and RSMBC

  12. #12
    Forum Contributor marc5354's Avatar
    Join Date
    11-10-2009
    Location
    India
    MS-Off Ver
    Excel 2003 & Excel 2010
    Posts
    197

    Re: Command buttons for filtering

    Sir,

    Can you please see the file, which i attached. still having some problems

    ...Marc

  13. #13
    Forum Guru martindwilson's Avatar
    Join Date
    06-23-2007
    Location
    London,England
    MS-Off Ver
    office 97 ,2007
    Posts
    10,477

    Re: Command buttons for filtering

    02/04/2010 08:00:00 PM 02/04/2010 09:10:00 AM
    the second time is earlier than the first you cant have -ve times thats why you are getting #############
    Mojito connoisseur and a dabbler in Cisco
    where does code go ?
    look here
    how to insert code

    how to enter array formula

    why use -- in sumproduct
    recommended reading
    wiki Mojito

    how to say no convincingly

    most important thing you need
    Martin Wilson: SPV
    and RSMBC

  14. #14
    Forum Contributor marc5354's Avatar
    Join Date
    11-10-2009
    Location
    India
    MS-Off Ver
    Excel 2003 & Excel 2010
    Posts
    197

    Re: Command buttons for filtering

    Yes sir you are correct, Thank you

    In E8 & F8 both are blank, so i want K8 also blank. if search on hold and search received thn only search period will show the search hours in K8.

    ...Marc

  15. #15
    Forum Guru martindwilson's Avatar
    Join Date
    06-23-2007
    Location
    London,England
    MS-Off Ver
    office 97 ,2007
    Posts
    10,477

    Re: Command buttons for filtering

    this is looking to go on a long time! thats not what you asked for you said if e8 and f8 are blank then use the values in d8 and c8 which is what that formula does
    Mojito connoisseur and a dabbler in Cisco
    where does code go ?
    look here
    how to insert code

    how to enter array formula

    why use -- in sumproduct
    recommended reading
    wiki Mojito

    how to say no convincingly

    most important thing you need
    Martin Wilson: SPV
    and RSMBC

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.2.0