Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 25
Default Excel Tables - Cross tbl tp Reg tbl

Hello, Can any one help me with my dilemma he I am tring to convert my
"cross-table" looking table to a regular table, see below details:

"cross-tbl"
clmn A clmn B clmn C Totals 2008 Totals 2009 Totals 2010
Info1 data data $$$ $$$ $$$
Info2 data data $$$ $$$ $$$
Info3 data data $$$ $$$ $$$

I want:
clmn A clmn B clmn C colmn D Value
Info1 data data Totals 2008 $$$
Info1 data data Totals 2009 $$$
Info1 data data Totals 2010 $$$
Info2 data data Totals 2008 $$$
Info2 data data Totals 2009 $$$
Info2 data data Totals 2010 $$$
Info3 data data Totals 2008 $$$
Info3 data data Totals 2009 $$$
Info3 data data Totals 2010 $$$

Please help. I tried Pivot but it would show only once of Info and the two
datas.
Thanks in advance.



  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 8,520
Default Excel Tables - Cross tbl tp Reg tbl

Suppose your data starts from Row2 of sheet "cross-tbl" with Row1 having
headers..as below

Head1 Head2 Head3 2008 2009
Info1 data data 1 4
Info2 data data 2 5
Info3 data data 3 6


Try the below formula in another Sheet cell A1 and copy/drag the formula to
cells B1 and C1..Now drag down the formula as required...

=INDEX(cross-tbl!$A:$F,CEILING(ROW(A1)/3,1)+1,COLUMN(A1))

In cell D1 enter the formula and copy down as required
=INDEX(cross-tbl!$D:$F,1,MOD(ROW(A1)-1,3)+1)

In cell E1 enter the formula and copy down as required
=INDEX(cross-tbl!$D:$F,CEILING(ROW(D1)/3,1)+1,MOD(ROW(A1)-1,3)+1)

--
Jacob


"alish" wrote:

Hello, Can any one help me with my dilemma he I am tring to convert my
"cross-table" looking table to a regular table, see below details:

"cross-tbl"
clmn A clmn B clmn C Totals 2008 Totals 2009 Totals 2010
Info1 data data $$$ $$$ $$$
Info2 data data $$$ $$$ $$$
Info3 data data $$$ $$$ $$$

I want:
clmn A clmn B clmn C colmn D Value
Info1 data data Totals 2008 $$$
Info1 data data Totals 2009 $$$
Info1 data data Totals 2010 $$$
Info2 data data Totals 2008 $$$
Info2 data data Totals 2009 $$$
Info2 data data Totals 2010 $$$
Info3 data data Totals 2008 $$$
Info3 data data Totals 2009 $$$
Info3 data data Totals 2010 $$$

Please help. I tried Pivot but it would show only once of Info and the two
datas.
Thanks in advance.



  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 25
Default Excel Tables - Cross tbl tp Reg tbl

Thanks, Jacob. It worked!

"Jacob Skaria" wrote:

Suppose your data starts from Row2 of sheet "cross-tbl" with Row1 having
headers..as below

Head1 Head2 Head3 2008 2009
Info1 data data 1 4
Info2 data data 2 5
Info3 data data 3 6


Try the below formula in another Sheet cell A1 and copy/drag the formula to
cells B1 and C1..Now drag down the formula as required...

=INDEX(cross-tbl!$A:$F,CEILING(ROW(A1)/3,1)+1,COLUMN(A1))

In cell D1 enter the formula and copy down as required
=INDEX(cross-tbl!$D:$F,1,MOD(ROW(A1)-1,3)+1)

In cell E1 enter the formula and copy down as required
=INDEX(cross-tbl!$D:$F,CEILING(ROW(D1)/3,1)+1,MOD(ROW(A1)-1,3)+1)

--
Jacob


"alish" wrote:

Hello, Can any one help me with my dilemma he I am tring to convert my
"cross-table" looking table to a regular table, see below details:

"cross-tbl"
clmn A clmn B clmn C Totals 2008 Totals 2009 Totals 2010
Info1 data data $$$ $$$ $$$
Info2 data data $$$ $$$ $$$
Info3 data data $$$ $$$ $$$

I want:
clmn A clmn B clmn C colmn D Value
Info1 data data Totals 2008 $$$
Info1 data data Totals 2009 $$$
Info1 data data Totals 2010 $$$
Info2 data data Totals 2008 $$$
Info2 data data Totals 2009 $$$
Info2 data data Totals 2010 $$$
Info3 data data Totals 2008 $$$
Info3 data data Totals 2009 $$$
Info3 data data Totals 2010 $$$

Please help. I tried Pivot but it would show only once of Info and the two
datas.
Thanks in advance.



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
How do i cross reference two excel spreadsheets? Paula Excel Worksheet Functions 6 October 2nd 07 05:00 PM
Cross referencing on tables Rich B[_2_] Excel Discussion (Misc queries) 2 October 2nd 07 10:22 AM
how do i set up cross tabulation in excel file SIM Setting up and Configuration of Excel 1 August 28th 07 11:07 AM
How do i cross reference two excel spreadsheets? Paula Excel Worksheet Functions 0 March 30th 06 10:27 AM
Cross Reference of Excel Workbook LinzNac Excel Discussion (Misc queries) 1 February 10th 05 12:45 AM


All times are GMT +1. The time now is 11:46 AM.

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

About Us

"It's about Microsoft Excel"