One way ..
Assuming source table in cols A to C,
listed in B2:C2 are: DHC-8 311, DHC-8 102
and listed in A3 down are the destinations: AXA, BGI, etc,
Then in say, E2:F4 are
Destination: AXA
A/C Type: DHC-8 311
Burn-off: ?
To get the burn-off, place in F4:
=INDEX(C:C,MATCH(F2,A:A,0),MATCH(F3,$B$2:$C$2,0))

Signature
Max
Singapore
http://savefile.com/projects/236895
xdemechanik
---
> I have some data in columns and just can't seem to find the right command to
> use.
[quoted text clipped - 31 lines]
> burnt
> which I wanna get fron the table
Max - 27 Nov 2006 05:39 GMT
Correction to earlier formula in F4, sorry:
> To get the burn-off, place in F4:
> =INDEX(C:C,MATCH(F2,A:A,0),MATCH(F3,$B$2:$C$2,0))
In F4 should be:
=INDEX(OFFSET(A:A,,MATCH(F3,$B$2:$C$2,0)),MATCH(F2,A:A,0))

Signature
Max
Singapore
http://savefile.com/projects/236895
xdemechanik
---
Max - 27 Nov 2006 06:23 GMT
Correction to earlier formula in F4, sorry:
> To get the burn-off, place in F4:
> =INDEX(C:C,MATCH(F2,A:A,0),MATCH(F3,$B$2:$C$2,0))
In F4 should be:
=INDEX(OFFSET(A:A,,MATCH(F3,$B$2:$C$2,0)),MATCH(F2,A:A,0))

Signature
Max
Singapore
http://savefile.com/projects/236895
xdemechanik
---
Swyne - 27 Nov 2006 13:59 GMT
Thanx a million Max
> Correction to earlier formula in F4, sorry:
> > To get the burn-off, place in F4:
> > =INDEX(C:C,MATCH(F2,A:A,0),MATCH(F3,$B$2:$C$2,0))
>
> In F4 should be:
> =INDEX(OFFSET(A:A,,MATCH(F3,$B$2:$C$2,0)),MATCH(F2,A:A,0))
Max - 27 Nov 2006 14:29 GMT
You're welcome !

Signature
Max
Singapore
http://savefile.com/projects/236895
xdemechanik
---
> Thanx a million Max