A sample of the data I'm working with looks like this:
Formations
313** 313**313** 317** 317**317**
TSC
21960000 12.737
21961000 10.259
21962000 11.584 12.860 24.542
21963000 13.155
21964000 14.038
21965000 14.333 15.511 32.200
21967000 11.293 12.762
24207000
I am trying to write a formula which will return the value of, for example,
TSC 2196200 and formation 317**. I 'm sure it's easy bit for the life of me
I can't get it to work. Can someone help please?
paul - 13 Jul 2006 11:30 GMT
vlookup and match will do what I think you wan
=vlookup(tsc_value,Entire_table_array,match(formation_value,formation_row_array,0),false)

Signature
paul
paul.shepherd@nospamparadise.net.nz
remove nospam for email addy!
> A sample of the data I'm working with looks like this:
>
[quoted text clipped - 12 lines]
> TSC 2196200 and formation 317**. I 'm sure it's easy bit for the life of me
> I can't get it to work. Can someone help please?
yhtak - 13 Jul 2006 11:59 GMT
I couldn't get that to work, I'm afraid. Must be me doing something wrong.
> A sample of the data I'm working with looks like this:
>
[quoted text clipped - 12 lines]
> TSC 2196200 and formation 317**. I 'm sure it's easy bit for the life of me
> I can't get it to work. Can someone help please?
Bob Phillips - 13 Jul 2006 12:50 GMT
See response in excel.misc.

Signature
HTH
Bob Phillips
(replace somewhere in email address with gmail if mailing direct)
> A sample of the data I'm working with looks like this:
>
[quoted text clipped - 12 lines]
> TSC 2196200 and formation 317**. I 'm sure it's easy bit for the life of me
> I can't get it to work. Can someone help please?
yhtak - 13 Jul 2006 13:20 GMT
I tried this but I couldn't get it to work... it must be me!
> See response in excel.misc.
>
[quoted text clipped - 16 lines]
> me
> > I can't get it to work. Can someone help please?
Dave Peterson - 13 Jul 2006 13:38 GMT
You have more replies in .misc.
> I tried this but I couldn't get it to work... it must be me!
>
[quoted text clipped - 25 lines]
> > me
> > > I can't get it to work. Can someone help please?

Signature
Dave Peterson