+ Reply to Thread
Results 1 to 2 of 2

Formula to handle more than seven possible errors

Hybrid View

  1. #1
    Registered User
    Join Date
    01-05-2009
    Location
    Southern Pines, NC
    MS-Off Ver
    Excel 2007
    Posts
    95

    Formula to handle more than seven possible errors

    In the attached, I have a file that will have changing data populated to columns B through Q. In column R I need to return if "Review" if all columns C through G are > 0 and at least one column H through Q is > 0.

    You can see a formula in column R that attempts this.

    The populated data comes from a cross query in Access to another file and I use HLookups to pull in data to this file. Because the data comes from a cross query, at different times, columns H through Q will not always be exported from Access (if a no loans in the subset has one of these documents). Due to this, all columns H through Q can possibly return error messages such as the current error messages in Columns I, K, O & Q.

    Can someone please help me build a formula in column R that will do what the current formula in column R is trying, but also flexible to an error message being presented in any of the columns in H through Q?

    Thanks in advance.
    Attached Files Attached Files
    Last edited by mjhopler; 03-05-2010 at 12:52 PM.

  2. #2
    Forum Expert JBeaucaire's Avatar
    Join Date
    03-21-2004
    Location
    Bakersfield, CA
    MS-Off Ver
    2010, 2016, Office 365
    Posts
    33,492

    Re: Formula to handle more than seven possible errors

    Try this in R2 and copy down:

    =IF(SUMIF($N2:$Q2,"<>#N/A"),"Review","Not Ready")

    This assumes all the possible relevant values will be numeric, text values will not be counted.
    _________________
    Microsoft MVP 2010 - Excel
    Visit: Jerry Beaucaire's Excel Files & Macros

    If you've been given good help, use the icon below to give reputation feedback, it is appreciated.
    Always put your code between code tags. [CODE] your code here [/CODE]

    ?None of us is as good as all of us? - Ray Kroc
    ?Actually, I *am* a rocket scientist.? - JB (little ones count!)

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

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