+ Reply to Thread
Results 1 to 6 of 6

Formula Needed please

  1. #1
    Registered User
    Join Date
    05-01-2017
    Location
    Paris, On
    MS-Off Ver
    2016
    Posts
    2

    Formula Needed please

    Hello: I am hoping for some help on a time sheet if statement ...
    3 different cells.
    If cell A is equal to or greater than 6 am and cell b is less than or equal to 6 pm and cell c is less then 10 hours, "1","0"

    TIA
    Last edited by saturngirl74; 05-01-2017 at 11:37 PM.

  2. #2
    Banned User!
    Join Date
    02-05-2015
    Location
    San Escobar
    MS-Off Ver
    any on PC except 365
    Posts
    12,168

    Re: Formula Needed please

    try =IF(AND(A1>=TIME(6,0,0),B1<=TIME(6,0,0),C1<10),1,0)
    or shorter:
    =--AND(A1>=TIME(6,0,0),B1<=TIME(6,0,0),C1<10)
    Last edited by sandy666; 05-01-2017 at 11:18 PM.

  3. #3
    Registered User
    Join Date
    05-01-2017
    Location
    Paris, On
    MS-Off Ver
    2016
    Posts
    2

    Re: Formula Needed please

    Thanks that one did not work
    Last edited by saturngirl74; 05-01-2017 at 11:35 PM.

  4. #4
    Banned User!
    Join Date
    02-05-2015
    Location
    San Escobar
    MS-Off Ver
    any on PC except 365
    Posts
    12,168

    Re: Formula Needed please

    Attach a sample workbook. Make sure there is just enough data to demonstrate your need. Include a BEFORE sheet and an AFTER sheet in the workbook if needed to show the process you're trying to complete or automate. Make sure your desired results are shown, mock them up manually if necessary.

    Remember to desensitize the data.

    Click on GO ADVANCED and then scroll down to Manage Attachments to open the upload window.

  5. #5
    Banned User!
    Join Date
    02-05-2015
    Location
    San Escobar
    MS-Off Ver
    any on PC except 365
    Posts
    12,168

    Re: Formula Needed please

    you can try this one
    Formula: copy to clipboard
    Please Login or Register  to view this content.
    The formula has been modified

    but if it doesn't work for you, attach sample file (not a picture)
    Last edited by sandy666; 05-02-2017 at 12:20 AM. Reason: format G removed

  6. #6
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    52,926

    Re: Formula Needed please

    saturngirl74, welcome to the forum



    Please take a moment to read the forum rules and then amend your thread title to something descriptive of your problem - not what you think the answer might be. (think google search terms?). Once you have done this please send me a PM and I will remove this request. (Also, include a link to your thread - copy from the address bar)

    Many members search our previous posts, and thread titles play a big part of the search. I doubt anybody would do a search based on your title?

    To change a Title on your post, click EDIT POST then Go Advanced and change your title, if 2 days have passed ask a moderator to do it for you.

    (note: this change is not optional )
    1. Use code tags for VBA. [code] Your Code [/code] (or use the # button)
    2. If your question is resolved, mark it SOLVED using the thread tools
    3. Click on the star if you think someone helped you

    Regards
    Ford

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Replies: 3
    Last Post: 04-06-2016, 12:19 PM
  2. Replies: 1
    Last Post: 01-11-2016, 02:31 PM
  3. [SOLVED] Formula needed to depend formula's range on specified cells
    By VincentNL in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 12-01-2014, 06:15 AM
  4. Replies: 3
    Last Post: 06-09-2014, 03:29 PM
  5. Replies: 7
    Last Post: 02-03-2013, 06:25 PM
  6. [SOLVED] index formula needed--how to get a formula to skip columns
    By rsmidtisu in forum Excel Formulas & Functions
    Replies: 9
    Last Post: 10-02-2012, 11:22 AM
  7. Replies: 3
    Last Post: 09-07-2012, 12:07 AM

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