Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2
Default display 1 line of multiple worksheets into multiple lines on 1 wks

I have a workbook with individual worksheets for multiple people. Each sheet
has rows and columns of information then a summary row that displays the
minimum in each column. i want to create a consolidated worksheet that
displays this one line of information for each person. The workbook is of
golf scores for a league displaying actual scores for each hole on different
dates. It calculates the lowest score for each hole. I am trying to
summarize all the worksheets into one that shows the lowest score on each
hole for each person.
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Max Max is offline
external usenet poster
 
Posts: 9,221
Default display 1 line of multiple worksheets into multiple lines on 1 wks

One way ..

Assuming players' sheets are identically structured with col labels in
B1:S1, eg: "Hole 1", "Hole 2", ... and with min scores calculated in row10 ie
within B10:S10 (B10 for Hole 1's min score, S10 for Hole 18's). Players
sheets are named as eg: Peter, Mark, etc

In the summary sheet,
With the same col labels placed in B1:S1 : "Hole 1", "Hole 2", ...
and players' names* listed in A2 down

*names listed must match exactly what's on the tabs, except for case.
Watch out for any inconsistencies, eg: typos, extra white spaces, etc

Place in B2:
=OFFSET(INDIRECT("'"&$A2&"'!A10"),,COLUMN(A1))
Copy B2 across to S2, fill down as far as required to populate the min scores

Adapt to suit. Eg just change the text "A10" to "A15" within the INDIRECT
part in the formula if the min scores are in row15 (in B15:S15) instead of
row10
--
Max
Singapore
http://savefile.com/projects/236895
xdemechanik
---
"Golf Nut" wrote:
I have a workbook with individual worksheets for multiple people. Each sheet
has rows and columns of information then a summary row that displays the
minimum in each column. i want to create a consolidated worksheet that
displays this one line of information for each person. The workbook is of
golf scores for a league displaying actual scores for each hole on different
dates. It calculates the lowest score for each hole. I am trying to
summarize all the worksheets into one that shows the lowest score on each
hole for each person.

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
Functions across multiple worksheets starlight Excel Worksheet Functions 0 August 10th 05 05:10 PM
using multiple worksheets to do calculations trixma Excel Discussion (Misc queries) 3 August 6th 05 02:53 AM
Adding multiple worksheets Craig Excel Worksheet Functions 1 July 6th 05 07:21 PM
Formatting lines between data points in a line chart ltanner Charts and Charting in Excel 2 March 13th 05 05:12 AM
How to force continuous lines in line charts wal50 Charts and Charting in Excel 1 December 21st 04 10:43 PM


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