Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 6
Default Find Every Occurance matching one Row and One Column

I'm trying to get a list of every orrurance when comparing a Column value (A,
B, C) to a Row Heading (2006, 2007, 2008)

Col A
Row 1 (Col B-D) 2006 2007 2008
A
B
C

On a separate Work sheet I'd like to get 2 columns - all possible occurances

A 2006
A 2007
A 2008
B 2006
B 2007
B 2008
C 2006
C 2007
C 2008

I can do this in Access by just pulling 2 tables of data (A,B,C) and (2006,
2007, 2008) into a query and just not linking the tables. Don;t know how to
do this in ExceL

  #2   Report Post  
Posted to microsoft.public.excel.misc
Max Max is offline
external usenet poster
 
Posts: 9,221
Default Find Every Occurance matching one Row and One Column

Assume the scenario you posted is in Sheet1
In Sheet2,
In A2: =OFFSET(Sheet1!$A$2,INT((ROWS($1:1)-1)/3),)
In B2: =INDEX(Sheet1!$B$1:$D$1,MOD(ROWS($1:1)-1,3)+1)
Copy A2:B2 down as far as required
--
Max
Singapore
http://savefile.com/projects/236895
Downloads:22,500 Files:370 Subscribers:66
xdemechanik
---
"rrcd124" wrote:
I'm trying to get a list of every occurance when comparing a Column value (A,
B, C) to a Row Heading (2006, 2007, 2008)

Col A
Row 1 (Col B-D) 2006 2007 2008
A
B
C

On a separate Work sheet I'd like to get 2 columns - all possible occurances

A 2006
A 2007
A 2008
B 2006
B 2007
B 2008
C 2006
C 2007
C 2008

I can do this in Access by just pulling 2 tables of data (A,B,C) and (2006,
2007, 2008) into a query and just not linking the tables. Don;t know how to
do this in ExceL

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1,180
Default Find Every Occurance matching one Row and One Column

Excel 2007
Without formulas or code.
http://www.mediafire.com/file/mmymimmz2m2/02_02_09.xlsx
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
Need to find matching criteria in 1 column, then add amounts in a HeatherJ Excel Worksheet Functions 4 November 11th 08 01:51 AM
Find if there is a matching number in another column Xhawk57 Excel Discussion (Misc queries) 1 July 24th 08 08:27 PM
Find the next occurance Lou Excel Worksheet Functions 6 April 8th 08 04:37 AM
Find next occurance Jambruins Excel Discussion (Misc queries) 5 August 10th 06 04:48 PM
find a cell matching separate column and row values LQEngineer Excel Worksheet Functions 2 July 26th 06 07:10 AM


All times are GMT +1. The time now is 09:11 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"