+ Reply to Thread
Results 1 to 4 of 4

Formula to check if a Multi-Cell Range contains any errors

  1. #1
    Forum Contributor
    Join Date
    12-11-2014
    Location
    dubai
    MS-Off Ver
    2010
    Posts
    142

    Formula to check if a Multi-Cell Range contains any errors

    Hi Friends

    Is there any formula where i can check in a specified range if contains any error #N/A, #ref!,#Div/0 etc etc.

    =if(iserror(A1:P35),TRUE,FALSE), this formula doesnt work..

    Thanks in advance

  2. #2
    Forum Expert XOR LX's Avatar
    Join Date
    04-18-2013
    Location
    Turin, Italy
    MS-Off Ver
    Office 365
    Posts
    7,742

    Re: Formula to check if a Multi-Cell Range contains any errors

    Hi.

    =SUMPRODUCT(0+(ISERROR(A1:P35)))>0

    Regards
    Click * below if this answer helped

    Advanced Excel Techniques: http://excelxor.com/

  3. #3
    Forum Guru benishiryo's Avatar
    Join Date
    03-25-2011
    Location
    Singapore
    MS-Off Ver
    Excel 2013
    Posts
    5,147

    Re: Formula to check if a Multi-Cell Range contains any errors

    hi anzafsa. try:
    =SUMPRODUCT(--(ISERROR(A1:P35)))

    Thanks, if you have clicked on the * and added our rep.

    If you're satisfied with the answer, click Thread Tools above your first post, select "Mark your thread as Solved".

    "Contentment is not the fulfillment of what you want, but the realization of what you already have."


    Tips & Tutorials I Compiled | How to Get Quick & Good Answers

  4. #4
    Forum Contributor
    Join Date
    12-11-2014
    Location
    dubai
    MS-Off Ver
    2010
    Posts
    142

    Re: Formula to check if a Multi-Cell Range contains any errors

    Both worked amazing..thanks a lot guys

+ 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. [SOLVED] Need Excel 2007 Formula to Check For Accounting Errors in Long Column
    By alcharbonneau in forum Excel General
    Replies: 4
    Last Post: 09-14-2012, 06:16 AM
  2. Multi cell check VBA
    By kipper2 in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 11-08-2011, 12:58 PM
  3. Multi Cell Check
    By kipper2 in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 11-08-2011, 11:32 AM
  4. Multi cell check
    By kipper2 in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 11-08-2011, 11:16 AM
  5. Ignore Errors on multi-cell range without looping over cells
    By dlh in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 10-07-2011, 08:25 PM
  6. Multi character in cell check
    By brad_x81 in forum Excel General
    Replies: 5
    Last Post: 09-22-2011, 06:56 AM
  7. Replies: 1
    Last Post: 01-25-2011, 10:37 PM
  8. To Check Errors for a range of cells
    By AccessHelp in forum Excel Programming / VBA / Macros
    Replies: 10
    Last Post: 12-01-2005, 11:50 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