Thread: Lookup
View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Steved Steved is offline
external usenet poster
 
Posts: 519
Default Lookup

Hello Max

Thankyou

Steved

"Max" wrote:

In Schools Short Version,
I'll presume you want the results from col B (from 'School Timetable')
to be extracted also into col B?

Place something like this in B2, array-enter it with CSE*:
=INDEX('School Timetable'!B$2:B$10,MATCH(1,('School
Timetable'!C$2:C$10=C2)*('School Timetable'!D$2:D$10=D2),0))
*CSE = Press CTRL+SHIFT+ENTER to confirm the formula

Adapt the ranges to suit
--
Max
Singapore
http://savefile.com/projects/236895
xdemechanik
---
"Steved" wrote:
I've 2 worksheets "School Timetable" and "Schools Short Version"
I've 3 columns "Col B", "Col C" and "Col D"
Columns "Col C" and "Col D" are Identical on both worksheets
My question is please how do I update "Schools Short Version" from "School
Timetable" I have over 700 rows to update