Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 20
Default Consolidating Columns

Hello!
For columns with the same value, how do I consolidate the values under
those identical columns into one instance of the column name?


I have this:
Facility Plant 1 Plant 1 Plant 1 Plant 2 Plant 2 Plant 2
App app 1 app2 app 4 app 3 app 5 app 7

I would like this:
Facility Plant 1 Plant 2
Apps app 1 app 3
app 2 app 5
app 4 app 7

And this would be even better:
Facility Plant 1 Plant 2
Apps
App 1 x
App 2 x
App 3 x
App 4 x
App 5 x
App 6
App 7 x


Thanks!
--
Aidan
  #2   Report Post  
Posted to microsoft.public.excel.misc
Max Max is offline
external usenet poster
 
Posts: 9,221
Default Consolidating Columns

Assuming your source data is in Sheet1, in rows 1 and 2 across
and in Sheet2, you have the table below with the column & row headers
prepared:
Facility Plant 1 Plant 2
Apps
App 1
App 2
App 3

etc

Place in B3 (ie the top left cell to populate):
=IF(SUMPRODUCT((TRIM(Sheet1!$1:$1)=TRIM(B$1))*(TRI M(Sheet1!$2:$2)=TRIM($A3)))0,"x","")
Copy across to C3, fill down to populate

--
Max
Singapore
http://savefile.com/projects/236895
Downloads:27,000 Files:200 Subscribers:70
xdemechanik
---
"Aidan" wrote:
For columns with the same value, how do I consolidate the values under
those identical columns into one instance of the column name?


I have this:
Facility Plant 1 Plant 1 Plant 1 Plant 2 Plant 2 Plant 2
App app 1 app2 app 4 app 3 app 5 app 7

I would like this:
Facility Plant 1 Plant 2
Apps app 1 app 3
app 2 app 5
app 4 app 7

And this would be even better:
Facility Plant 1 Plant 2
Apps
App 1 x
App 2 x
App 3 x
App 4 x
App 5 x
App 6
App 7 x


Thanks!
--
Aidan

  #3   Report Post  
Posted to microsoft.public.excel.misc
Max Max is offline
external usenet poster
 
Posts: 9,221
Default Consolidating Columns

So, did it work out ok for you? I tested it ok here prior to posting. Post
some feedback, engage the responder(s).
--
Max
Singapore
http://savefile.com/projects/236895
Downloads:27,000 Files:200 Subscribers:70
xdemechanik
---
  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 20
Default Consolidating Columns

Max,
Worked perfectly. Thanks!!!!!!!!


--
Aidan


"Max" wrote:

So, did it work out ok for you? I tested it ok here prior to posting. Post
some feedback, engage the responder(s).
--
Max
Singapore
http://savefile.com/projects/236895
Downloads:27,000 Files:200 Subscribers:70
xdemechanik
---

  #5   Report Post  
Posted to microsoft.public.excel.misc
Max Max is offline
external usenet poster
 
Posts: 9,221
Default Consolidating Columns

Welcome, great to hear.
Thanks for feedback
--
Max
Singapore
http://savefile.com/projects/236895
Downloads:27,000 Files:200 Subscribers:70
xdemechanik
---
"Aidan" wrote in message
...
Max,
Worked perfectly. Thanks!!!!!!!!



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
Consolidating Data from Columns into Rows Mike Excel Discussion (Misc queries) 2 July 28th 09 07:17 PM
Consolidating data?? Louise Excel Worksheet Functions 2 November 8th 05 01:40 PM
consolidating two columns ad Excel Discussion (Misc queries) 1 May 23rd 05 11:11 PM
consolidating two columns Duke Carey Excel Discussion (Misc queries) 0 May 23rd 05 06:11 PM
Consolidating??? neil Excel Discussion (Misc queries) 1 February 14th 05 12:51 AM


All times are GMT +1. The time now is 12:32 PM.

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"