+ Reply to Thread
Results 1 to 2 of 2

Checking multiple columns using IFERROR

  1. #1
    Registered User
    Join Date
    10-04-2018
    Location
    Canada
    MS-Off Ver
    Office 2016
    Posts
    58

    Checking multiple columns using IFERROR

    Hello,

    I am using the following formula:

    =IFERROR(INDEX(Roster!$F$9:$F$56,MATCH(D7,INDEX(Roster!$H$9:$AB$56,,MATCH($C$4,Roster!$H$8:$AB$8,0)),0)),0)

    To check a column for data and return the matching information in column F. What if Column F is blank... How do I write this same formula to then check column G? I tried using a range $F$9:$G$56 but that didn't work.

    Thank you!
    Chantel

  2. #2
    Forum Moderator
    Join Date
    01-21-2014
    Location
    St. Joseph, Illinois U.S.A.
    MS-Off Ver
    Office 365 v 2404
    Posts
    13,406

    Re: Checking multiple columns using IFERROR

    Try

    =IFERROR(INDEX(IF(Roster!$F$9:$F$56<>"",Roster!$F$9:$F$56,Roster!$G$9:$G$56),MATCH(D7,INDEX(Roster!$H$9:$AB$56,,MATCH($C$4,Roster!$H$8:$AB$8,0)),0)),0)

    You may have to array enter this. If you aren’t familiar with array-entered formulas array enter means the formula must be committed from edit mode by simultaneously pressing and holding down Ctrl and Shift while hitting Enter.
    Dave

+ 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] Multiple IFERROR or IFERROR w/ If Statements
    By SanchoPanza1 in forum Excel General
    Replies: 4
    Last Post: 03-31-2016, 08:09 PM
  2. Checking multiple criteria and select data over multiple columns
    By jy677 in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 01-25-2013, 09:38 PM
  3. Help with moving multiple columns and checking alignment
    By TheMegs in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 06-22-2012, 05:54 PM
  4. Vlookup checking multiple columns
    By caippers in forum Excel - New Users/Basics
    Replies: 2
    Last Post: 05-06-2010, 12:23 PM
  5. Replies: 3
    Last Post: 11-17-2009, 11:25 AM
  6. Checking Multiple Values Against Multiple Columns
    By Maglor in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 09-22-2009, 08:40 PM
  7. Checking for a zero value in multiple columns
    By johnsoned in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 12-14-2005, 08:30 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