LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 68
Default Index Function

I am having trouble figuring out nested function to pull the correct
information without error. I have created a calendar in excel for various
time periods to show instructors booked for training classes. Across the top
row is a julian dates and down the first column in a name of an instructor. I
need an index/lookup to find the location of each class. Example below:

Julian Date
2454486

Instructor Location

Anthony O'Briant USA Town
Bart Decker Anytown, USA

The array is a separate worksheet with a list of several classes and
locations all of which can start on the same day. Because of this I think it
has to be an index to isolate the instructor(s) as well as the start class
date.

Julian
Begin
Class Date INSTR CLASS LOCATION
2454486 Bart Anytown, USA
2454486 Jim Anytown, USA
2454486 Justin Anytown, USA
2454486 Lee Anytown, USA
2454486 Dusty USA Town
2454486 Anthony USA Town
2454486 Tim USA Town
2454486 Geoff USA Town
2454491 Bart Town USA
2454491 Jim Town USA
2454491 Anthony Town USA
2454491 Tim Town USA

I have tried several variations of functions without success. Below is one
of the [non-index] variations of functions I have tried with a "#Value!"
error..........Can anyone help? [V4= Julian Date, A9=Instructors name]

=IF(AND(VLOOKUP(V4,'[TRAINING Location
Sheet.xls]Classes'!$A:$K,7,FALSE),VLOOKUP(A9,'[TRAINING Location
Sheet.xls]Classes'!$C:$K,5,FALSE)),'[TRAINING Location
Sheet.xls]Classes'!$G$2,"Need Class Information")

Thanks in advance
Carrie
 
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Index Function Mike Excel Worksheet Functions 2 August 27th 07 12:45 AM
Index Function/Match Function M Moore Excel Discussion (Misc queries) 3 September 3rd 06 11:49 AM
Index function Shirley Excel Worksheet Functions 3 August 10th 06 06:51 PM
Index function help JAB Excel Worksheet Functions 3 May 24th 06 02:58 PM
Emulate Index/Match combo function w/ VBA custom function Spencer Hutton Excel Worksheet Functions 2 May 2nd 05 05:26 PM


All times are GMT +1. The time now is 07:16 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"