View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
fredlo[_2_] fredlo[_2_] is offline
external usenet poster
 
Posts: 1
Default Location data to grid


The grid is a usual data table. As discribed it is 26 row * 26 columns
The clolumns header are letters , the row headers are numbers. Th
entry in each cell should be the product name.

example:
Input data
item 1 - a1, b2
item 2 - a2
item 3 - b1

Result:
---| a | b |
1 | item 1 | item 3 |
2 | item 2 | item 1

--
fredl
-----------------------------------------------------------------------
fredlo's Profile: http://www.excelforum.com/member.php...fo&userid=1453
View this thread: http://www.excelforum.com/showthread.php?threadid=26160