+ Reply to Thread
Results 1 to 8 of 8

Function to understand blank cell for no digits (time),#value# , & time overlapping

  1. #1
    Forum Contributor
    Join Date
    06-24-2012
    Location
    Australia
    MS-Off Ver
    Office365
    Posts
    302

    Function to understand blank cell for no digits (time),#value# , & time overlapping

    Hi Experts,

    I am facing three issues , when "if" function is used to add time the cell remains blank and time is not shown.
    second issue is for result to remain blank instead #value# results
    Third issue is overlapping of time before first item is finished,

    Attached file has details please see remarks challenges is faced by me.

    Currently I fill details manually

    Thanks
    Karnik
    Attached Files Attached Files

  2. #2
    Forum Moderator AliGW's Avatar
    Join Date
    08-10-2013
    Location
    Retired in Ipswich, Suffolk, but grew up in Sawley, Derbyshire (England)
    MS-Off Ver
    MS 365 Subscription Insider Beta Channel v. 2404 (Windows 11 22H2 64-bit)
    Posts
    81,106

    Re: Function to understand blank cell for no digits (time),#value# , & time overlapping

    First problem:

    =IF(C3>1,MOD(C3+K3,1),"")

    evaluates to FALSE (i.e. that value of C3 is less than 1).

    Second problem:

    =IFERROR(IF(C3>1,MOD(C3+K3,1),""),"")

    I am not clear about the third problem.
    Ali


    Enthusiastic self-taught user of MS Excel who's always learning!
    Don't forget to say "thank you" in your thread to anyone who has offered you help.
    You can reward them by clicking on * Add Reputation below their user name on the left, if you wish.

    Forum Rules (updated August 2023): please read them here.

  3. #3
    Forum Contributor
    Join Date
    06-24-2012
    Location
    Australia
    MS-Off Ver
    Office365
    Posts
    302

    Re: Function to understand blank cell for no digits (time),#value# , & time overlapping

    Hi AliGW,
    Thanks for looking it;
    Issue 1, How do I get result in cell D3 as 9:37:46 and cell does not remain blank
    Issue 2; how do i get results in cell D4 to remain blank without#value#

    Issue 3: if column D has time value (not blank) than to be added in added in C column time + 2 min

    let me elaborate issue 3;
    Cell D12 time shows 10:04:12
    but in cell C13 time should show only after D12 time and not before (C13 shows 10:00:03) , it may show 2 minutes as 10:06:12,
    How do i add time in C13 2 min if cell D12 has time shown and not blank

    if issues 1,2 are resolved may be I will be able to solve with limited knowledge

    Thanks once again

  4. #4
    Forum Moderator Glenn Kennedy's Avatar
    Join Date
    07-08-2012
    Location
    Digital Nomad... occasionally based in Ireland.
    MS-Off Ver
    O365 (PC) V 2403
    Posts
    44,099

    Re: Function to understand blank cell for no digits (time),#value# , & time overlapping

    In C3,

    =IF(ISNUMBER(D2),IF(E3="Z",MOD(B3+9/1440,1),""),IF(E3="Z",MOD(B3+7/1440,1),""))

    In D3,

    =IFERROR(IF(C3>0,MOD(C3+7/1440,1),""),"")
    Attached Files Attached Files
    Glenn




    None of us get paid for helping you... we do this for fun. So DON'T FORGET to say "Thank You" to all who have freely given some of their time to help YOU

  5. #5
    Forum Contributor
    Join Date
    06-24-2012
    Location
    Australia
    MS-Off Ver
    Office365
    Posts
    302

    Re: Function to understand blank cell for no digits (time),#value# , & time overlapping

    Hi Glen,
    Thanks for suggesting simple function to my complex issue....
    Saved huge amount of manual time!
    Cheers
    Karnik

  6. #6
    Forum Moderator Glenn Kennedy's Avatar
    Join Date
    07-08-2012
    Location
    Digital Nomad... occasionally based in Ireland.
    MS-Off Ver
    O365 (PC) V 2403
    Posts
    44,099

    Re: Function to understand blank cell for no digits (time),#value# , & time overlapping

    You're welcome and thanks for the Rep.

  7. #7
    Forum Contributor
    Join Date
    06-24-2012
    Location
    Australia
    MS-Off Ver
    Office365
    Posts
    302

    Re: Function to understand blank cell for no digits (time),#value# , & time overlapping

    Hi Glenn,

    Wondering what is digit 1440 in the function, is it some constant?
    Also if I have to add one more item "ZZ" as OR besides "Z", how do I re-arrange the same function?
    Thanks in advance,
    Karnik

  8. #8
    Forum Moderator Glenn Kennedy's Avatar
    Join Date
    07-08-2012
    Location
    Digital Nomad... occasionally based in Ireland.
    MS-Off Ver
    O365 (PC) V 2403
    Posts
    44,099

    Re: Function to understand blank cell for no digits (time),#value# , & time overlapping

    1440: it divides minutes into a faction of a day 1440=60*24

    I'm going to sleep exactly right now... but I will come back to you in UK morning about the other bit...

+ 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. Overlapping Time (Schedules)
    By leysanity in forum Excel General
    Replies: 9
    Last Post: 12-02-2016, 10:40 PM
  2. [SOLVED] Overlapping time within one column
    By heneli627 in forum Excel Formulas & Functions
    Replies: 10
    Last Post: 05-07-2015, 05:47 AM
  3. [SOLVED] Start Time and Stop Time: Disable End Button If Cell Is Blank
    By FLani in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 03-22-2013, 09:20 AM
  4. [SOLVED] Extracted time from date/time field does not flag on =IF(TIME function.
    By Vlad717 in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 02-09-2013, 03:29 PM
  5. Replies: 2
    Last Post: 04-27-2011, 08:21 AM
  6. Counting Overlapping Time & Non-Overlapping Time
    By I_need_help1 in forum Excel General
    Replies: 4
    Last Post: 02-08-2011, 02:36 PM
  7. Overlapping Time Formula
    By misterzr in forum Excel General
    Replies: 4
    Last Post: 01-21-2011, 05:55 PM

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