Thread: Index Match ?
View Single Post
  #3  
Old May 15th, 2009, 06:06 PM posted to microsoft.public.excel.misc
Rugby Al[_2_]
external usenet poster
 
Posts: 1
Default Index Match ?

Each row contains data which is entered on a daily basis, the text relates to
a location this data is then followed by 2 numeric enteries in the next 2
cells. Below I've comma seperated the data, so each bit of data is in a
single cell.
ABC,72,30,DEF,67,20,GHI,77,33,JKL,80,12
DEF,77,23,GHI,77,34,ABC,73,31,JKL,81,13

The output i'm looking for is to be able to sort the data, so I can list
each locations score on a daily basis which in turn will be used for chart
data. If tried using Index and match, hlookup but keep getting errors.
If I can send an extract oof the data it may help.
Regards

Allan



"CLR" wrote:

Please provide a bit more info. I don't really grasp what it is you have to
start with.....is all you data in Columns A, B, and C?


Vaya con Dios,
Chuck, CABGx3



"Rugby Al" wrote:

In my worksheet I rows of values as follows in individual cells
ABC 72 30 DEF 67 20 GHI 77 33 JKL 80 12
DEF 77 23 GHI 77 34 ABC 73 31 JKL 81 13
and so on.... The same text will not always be in the same column
What I'm trying to do, is then create a list that will return the values as
follows:
ABC DEF GHI JKL ABC DEF GHI JKL
72 67 77 80 30 20 33 12
73 77 77 81 31 23 34 13
Hope this has made sense