LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #4   Report Post  
Peo Sjoblom
 
Posts: n/a
Default

If you use a name for all three ranges, let's call it MyTable, then select 3
cells across and use this formula (also array entered)

=INDEX(MyTable,MATCH($B$2,SIN,0),COLUMN(A:C))

COLUMN(A:C) has noting to do with those particular columns, you can also use

=INDEX(MyTable,MATCH($B$2,SIN,0),{1,2,3})

--
Regards,

Peo Sjoblom


"Lisa" wrote in message
...
Thanks,
When I enter this they appear all in the same cell?? How can I display the
information in different cells?


"Peo Sjoblom" wrote:

This entered with ctrl + shift & enter should give you all 3 items

=INDEX(Last_Name&" "&First_Name&" "&Student,MATCH($B$2,SIN,0))

you can switch places between the ranges

--
Regards,

Peo Sjoblom


"Lisa" wrote in message
...
Criterion
SIN 212475929
Student # =INDEX(Student,MATCH($B$2,SIN,0))
Last Name =INDEX(Last_Name,MATCH($B$2,SIN,0))
First Name =INDEX(First_Name,MATCH($B$2,SIN,0))

I have a table on another worksheet where the user will enter in the
SIN #
and the other information is extracted from it. I need to lookup this
information using ONLY ONE formula. As you can see here I have 3
different
ones.

Any ideas?
Lisa






 
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
Match Function arguments Stan Altshuller Excel Worksheet Functions 3 March 11th 05 08:48 PM
Need help on index and match function Susan Hayes Excel Worksheet Functions 2 December 22nd 04 10:31 PM
Match & Index Phyllis B. Excel Worksheet Functions 2 November 27th 04 03:26 PM
Find a match that;s not exact Phyllis Excel Worksheet Functions 0 November 8th 04 08:12 PM
Vlookup, Index & Match Phyllis Excel Worksheet Functions 1 November 8th 04 06:11 PM


All times are GMT +1. The time now is 07:01 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"