Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
 
Posts: n/a
Default table to xyz list

I have a worksheet like this:

200 201 202 203
199 5.8 5.7 5.6 5.6
198 6 6.2 6.1 5.8
197 6 5.5 5.6 5.3
196 5.6 0 0 0

The header row goes all the way to 299, and the first column goes from
199 to 1. What I need is an xyz style list that I can import into
mapinfo, how can I do this?

What I want is something like this:

199 200 5.8
199 201 5.7
199 202 5.6
199 203 5.6
198 200 6
198 201 6.2
198 202 6.1
198 203 5.8
197 200 6
197 201 5.5
197 202 5.6
197 203 5.3
196 200 5.6
196 201 0
196 202 0
196 202 0

Can anyone help me?

  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
CaptainQuattro
 
Posts: n/a
Default table to xyz list


Try this:

A2 = 199
A3 = 198
B1 = 200
C1 = 201
D1 = 202
E1 = 203
B2 = 5.8
C2 = 5.7
D2 = 5.6
E2 = 5.6
B3 = 6
C3 = 6.2
D3 = 6.1
E3 = 5.8
G1 = =OFFSET(A$1,ROUNDUP(CELL("row",A1)/4,0),0
H1 = =OFFSET($A$1,0,IF(MOD(CELL("row",A1),4)=0,4,MOD(CE LL("row",A1),4)))
I1 = =OFFSET($A$1,ROUNDUP(CELL("row",F1)/4,0),IF(MOD(CELL("row",A1),4)=0,4,MOD(CELL("row",A 1),4)))


--
CaptainQuattro
------------------------------------------------------------------------
CaptainQuattro's Profile: http://www.excelforum.com/member.php...o&userid=32763
View this thread: http://www.excelforum.com/showthread...hreadid=548230

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
excelent
 
Posts: n/a
Default table to xyz list



CaptainQuattro <-- Excelent job :-)

  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
 
Posts: n/a
Default table to xyz list

Thank you very much, it worked perfectly.

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
lookup? list data into summary table Joe Excel Worksheet Functions 6 December 22nd 05 12:25 AM
pivot table sort entries that don't yet appear in table rachael Excel Discussion (Misc queries) 11 September 19th 05 11:29 PM
how to delete/clean out the row list in pivot table john² Excel Worksheet Functions 1 May 26th 05 04:56 AM
How do I remove items listed in a pivot table drop down list box Hart165Hour Excel Discussion (Misc queries) 3 March 16th 05 04:19 AM
How do I use multiple worksheets (List) in a Pivot Table Report? Robert Excel Worksheet Functions 1 December 2nd 04 04:16 PM


All times are GMT +1. The time now is 07:06 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"