Lookup

S

Steved

Hello from Steved

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

Thankyou
 
M

Max

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
 
S

Steved

Hello Max

Thankyou

Steved

Max said:
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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top