#1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3
Default Executive summary

I am using Excel Ver2003.
I have several tabs of data tracking customer complaints by year (2006,
2007, etc.). Each tab contains about 20 columns of the complaint specifics.
Each tab may contain up to 100 complaints. Some of the complaints are open,
some are closed. I have been tasked with generating an "Executive Summary"
showing all open complaints and their status. I would like to be able to
select a department and have all open complaints from that specific
department populate the summary tab.
On the Excutive Summary tab I created a pulldown list for the departments.
Using the pulldown value I can get the Hlookup to find and transfer the data
from the first occurrence of the departments complaints from one tab, but it
doesn't transfer the rest.

Sorry for the long winded description. I would be open to trying other
methods if they would be better suited.

Perp
  #2   Report Post  
Posted to microsoft.public.excel.misc
Max Max is offline
external usenet poster
 
Posts: 9,221
Default Executive summary

Here's a formulas driven model which delivers it ..

Illustrated in this sample:
http://freefilehosting.net/download/42m58
Exec Summary.xls

Construct:
Source data assumed in sheets named as eg: 2008, 2007, etc
data in cols A to F from row2 down,
with key cols B & C (col B = Dept, col C = Status, eg Open, Closed)

In the sheet: Exec Summary,
In A1 is a DV to select the source sheetname, eg: 2008, 2007
In A2 is a DV to select the Dept, eg: Dept1, Dept2

In B2:
=IF(AND(INDIRECT("'"&$A$1&"'!B"&ROWS($1:1)+1)=$A$2 ,INDIRECT("'"&$A$1&"'!C"&ROWS($1:1)+1)="Open"),ROW (),"")
Leave B1 blank

In C2:
=IF(ROWS($1:1)COUNT($B:$B),"",INDEX(OFFSET(INDIRE CT("'"&$A$1&"'!A:A"),,COLUMNS($A:A)-1),SMALL($B:$B,ROWS($1:1))))

Copy C2 to H2. Select B2:H2, fill down to cover the max expected extent of
source data, eg down to H200?. Minimize col B. Cols C to H will return the
required extracts, all neatly packed at the top, depending on the selections
made in the DVs in A1 and A2.
--
Max
Singapore
http://savefile.com/projects/236895
Downloads:21,000 Files:365 Subscribers:65
xdemechanik
---
"Perp" wrote:
I am using Excel Ver2003.
I have several tabs of data tracking customer complaints by year (2006,
2007, etc.). Each tab contains about 20 columns of the complaint specifics.
Each tab may contain up to 100 complaints. Some of the complaints are open,
some are closed. I have been tasked with generating an "Executive Summary"
showing all open complaints and their status. I would like to be able to
select a department and have all open complaints from that specific
department populate the summary tab.
On the Executive Summary tab I created a pulldown list for the departments.
Using the pulldown value I can get the Hlookup to find and transfer the data
from the first occurrence of the departments complaints from one tab, but it
doesn't transfer the rest.

Sorry for the long winded description. I would be open to trying other
methods if they would be better suited.


  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3
Default Executive summary

Max,
Thank you for your efforts. You were right on the money and it worked
perfectly the first time. Truely the best help I've ever received.

Perp

"Perp" wrote:

I am using Excel Ver2003.
I have several tabs of data tracking customer complaints by year (2006,
2007, etc.). Each tab contains about 20 columns of the complaint specifics.
Each tab may contain up to 100 complaints. Some of the complaints are open,
some are closed. I have been tasked with generating an "Executive Summary"
showing all open complaints and their status. I would like to be able to
select a department and have all open complaints from that specific
department populate the summary tab.
On the Excutive Summary tab I created a pulldown list for the departments.
Using the pulldown value I can get the Hlookup to find and transfer the data
from the first occurrence of the departments complaints from one tab, but it
doesn't transfer the rest.

Sorry for the long winded description. I would be open to trying other
methods if they would be better suited.

Perp

  #4   Report Post  
Posted to microsoft.public.excel.misc
Max Max is offline
external usenet poster
 
Posts: 9,221
Default Executive summary

Welcome. Could you press the YES button (like the one below) in that
response, pl?
--
Max
Singapore
http://savefile.com/projects/236895
Downloads:21,000 Files:365 Subscribers:65
xdemechanik
---
"Perp" wrote:
Max,
Thank you for your efforts. You were right on the money and it worked
perfectly the first time. Truely the best help I've ever received.


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
Creating an executive summary worksheet [email protected] Excel Discussion (Misc queries) 9 November 4th 07 09:20 PM
How to create an executive summary of a text-based data list? Hummingbird Excel Discussion (Misc queries) 2 October 10th 06 01:26 PM
How to create an executive summary of a text-based data list? Magnus Excel Discussion (Misc queries) 1 October 10th 06 01:22 PM
multi group with summary above with 1 overall summary line below Freddy Excel Discussion (Misc queries) 2 November 7th 05 03:30 PM
multi group with summary above with 1 overall summary line below Freddy Excel Discussion (Misc queries) 1 November 1st 05 08:50 PM


All times are GMT +1. The time now is 01:14 PM.

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"