+ Reply to Thread
Results 1 to 3 of 3

I see "error" in my formula and not sure how to fix.

  1. #1
    Registered User
    Join Date
    05-22-2016
    Location
    Loganville, GA
    MS-Off Ver
    2013
    Posts
    1

    I see "error" in my formula and not sure how to fix.

    =IF(OR(ISTEXT(L26),ISTEXT(L29)),"Error in C12 or C15",(L26+L29))

    When I started working this past Dec the formulas were already put in by someone else. Somewhere along the way I started having to auto fill and calculate the hours I worked. I would like to fix this so when the next person comes on board and I have to share the time sheet that it is correct for them. I do believe this particular box is the only one with an error. It is Sunday thru Saturday but this particular err or is only on Friday's after lunch time to check back in for the rest of the day. (If that matters)

  2. #2
    Forum Expert Sam Capricci's Avatar
    Join Date
    06-14-2012
    Location
    Palm Harbor, Florida
    MS-Off Ver
    16.84 for Mac MS 365
    Posts
    8,500

    Re: I see "error" in my formula and not sure how to fix.

    What is it you want to "fix" in that formula.
    it is telling you that if either L26 or L29 are text there is an error in C12 or C15, otherwise add L26 to L29 because you can't add text.
    Make contributors happy, click on the "* Add Reputation" as a way to say thank you.
    Sam Capricci

  3. #3
    Forum Guru
    Join Date
    02-27-2016
    Location
    Vietnam
    MS-Off Ver
    2016
    Posts
    5,915

    Re: I see "error" in my formula and not sure how to fix.

    Try this ...

    =IFERROR(L26+L29,"Error in C12 or C15")

+ 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: 35
    Last Post: 01-13-2016, 02:16 AM
  2. = EMBED("Forms.ComboBox.1","") error "Reference not valid."
    By CatharinaCatharina in forum Excel General
    Replies: 2
    Last Post: 12-11-2014, 09:58 AM
  3. [SOLVED] If Not ActiveSheet.Range("A1").Value Like "apple" Then MsgBox "Error"
    By HerryMarkowitz in forum Excel Programming / VBA / Macros
    Replies: 8
    Last Post: 02-18-2014, 02:16 PM
  4. [SOLVED] How to Count number of "Error" and "OK" after the word "Instrument" found in table row
    By eltonlaw in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 05-17-2012, 06:26 AM
  5. Replies: 5
    Last Post: 10-12-2010, 06:46 AM
  6. If changed array formula reduce ""\""\""\ - signs to #Missing, will it make ...
    By Maria J-son in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 03-05-2006, 08:25 AM
  7. What is Error "Method "Paste" of object "_Worksheet" failed?
    By vat in forum Excel Programming / VBA / Macros
    Replies: 7
    Last Post: 02-17-2006, 04:10 PM

Tags for this Thread

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