Results 1 to 5 of 5

iserror and vlookup with multiple criteria from multiple tables along with concatenation.

Threaded View

  1. #1
    Registered User
    Join Date
    01-19-2015
    Location
    Warrington, PA
    MS-Off Ver
    2013
    Posts
    41

    iserror and vlookup with multiple criteria from multiple tables along with concatenation.

    Hello Group.

    I have the following delima, I keep getting lost in my formula. basically a bunch of if statements with iserror and vlookup.

    Scenario
    I have 3 Data Tables
    Each Table has a date and name field.
    I have a calendar heading that basically needs to pull the data from those 3 data tables for the specific date(s) on the calendar, and either just display the name of a specific date that may be in the data table, or concatenate the names separated by a /.
    Table Names are as follows: Holidays, EventDates, BirthDays
    Here is what I currently have for a formula but so far I've lost myself and am getting an error during testing.

    =IF(ISERROR(AND(B$7=VLOOKUP(B$7,Holidays,1,0),B$7=VLOOKUP(B$7,EventDates,1,0),B$7=VLOOKUP(B$7,BirthDays,1,0))),IF(ISERROR(AND(B$7=VLOOKUP(B$7,Holidays,1,0),B$7=VLOOKUP(EventDates,1,0))),CONCATENATE(VLOOKUP(B$7,Holidays,2,0), " / ",VLOOKUP(B$7,EventDates,2,0)),IF(ISERROR(AND(B7=VLOOKUP(B7,Holidays,1,0),B7=VLOOKUP(B7,BirthDays,1,0))),CONCATENATE(VLOOKUP(B7,Holidays,2,0), " / ", VLOOKUP(B7,BirthDays,2,0)),)),CONCATENATE(VLOOKUP(B$7,Holidays,2,0), " / ",VLOOKUP(B$7,EventDates,2,0), " / ",VLOOKUP($B$7,BirthDays,2,0)))
    Attached Files Attached Files
    Last edited by marcusduton; 02-23-2015 at 04:13 AM.

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Vlookup (or index/match) with multiple criteria over multiple sheets
    By Groovicles in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 09-18-2013, 01:56 PM
  2. multiple scenarios in an if,iserror,vlookup formula.....
    By pugh616 in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 07-02-2013, 10:17 AM
  3. Replies: 2
    Last Post: 05-10-2012, 10:38 AM
  4. Including ISERROR - Multiple IF/VLOOKUP formula
    By okjam in forum Excel General
    Replies: 7
    Last Post: 02-01-2012, 05:34 PM
  5. Vlookup + multiple criteria + multiple data returned
    By stonesy in forum Excel General
    Replies: 6
    Last Post: 02-17-2010, 08:53 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