Results 1 to 4 of 4

Thread: How To Remove The Error Value Returned By Formula Using IFERROR function

  1. #1
    Member
    Join Date
    May 2013
    Posts
    84
    Rep Power
    12

    How To Remove The Error Value Returned By Formula Using IFERROR function

    I have attached a sample sheet which i have two questions on

    How can i get rid of the #value from the sheet? the column deducts the current time from the time required by in column v
    but i comes back with the #value until data is entered.(the time i column v is picked up from the time required column which is not the time just a way to enter four numbers to look like time)

    Secondly the actual time clock is in A1 activated by ctrl+c. is there a way to have this auto start on active sheet (without the curser pulsing)


    Regards


    Peter
    Attached Files Attached Files

  2. #2
    Administrator Excel Fox's Avatar
    Join Date
    Mar 2011
    Posts
    1,402
    Rep Power
    10
    You can use K6=IFERROR(V6-A$1,"") and drag the formula down

    For the second query, why don't you just use the NOW() function to give you the latest time as it is volatile. You must know that this calculates itself each time there's a change in the sheet. So effectively, your NOW() function gets updated whenever there is an event (a few defined events that is) on the sheet/workbook.
    A dream is not something you see when you are asleep, but something you strive for when you are awake.

    It's usually a bad idea to say that something can't be done.

    The difference between dream and aim, is that one requires soundless sleep to see and the other requires sleepless efforts to achieve

    Join us at Facebook

  3. #3
    Member
    Join Date
    May 2013
    Posts
    84
    Rep Power
    12
    Thank you for the code, it looks a lot better now :-)

    I will try the now() to see how it works but what triggers the update? as the sheet may stay dormant for some time and the count down time still need to work?

    Peter

  4. #4
    Administrator Excel Fox's Avatar
    Join Date
    Mar 2011
    Posts
    1,402
    Rep Power
    10
    The count down can only work using a VBA based timer that fires at periodic intervals. For that, you'll need to run a macro from the moment the workbook opens, till the time it closes.
    A dream is not something you see when you are asleep, but something you strive for when you are awake.

    It's usually a bad idea to say that something can't be done.

    The difference between dream and aim, is that one requires soundless sleep to see and the other requires sleepless efforts to achieve

    Join us at Facebook

Similar Threads

  1. Replies: 13
    Last Post: 06-10-2013, 09:05 AM
  2. Remove Special Characters From Text Or Remove Numbers From Text
    By Excel Fox in forum Excel and VBA Tips and Tricks
    Replies: 5
    Last Post: 05-31-2013, 04:43 PM
  3. LTRIM() Function VBA: To Remove Spaces
    By Transformer in forum Tips, Tricks & Downloads (No Questions)
    Replies: 0
    Last Post: 05-17-2013, 12:32 AM
  4. Use Native Excel Function Lookup Formula In VBA
    By ramananhrm in forum Excel Help
    Replies: 8
    Last Post: 05-03-2013, 09:10 AM
  5. Nested Search Function Excel Formula
    By trankim in forum Excel Help
    Replies: 6
    Last Post: 10-29-2012, 10:29 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •