#1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
MLShef
 
Posts: n/a
Default Average

I have a workbook with 3 worksheets. In each worksheet i have a list of
attorneys in column A - the next 12 columns are monthly statistics for each
month and then grand total by person.

The three worksheets contain the data for three different years. for
instance i have one worksheet with the monthly data for 2003, one for 2004,
and one for 2005.

i have taken that data (it was in the form of a pivot table) and changed the
#s to % of rows.

I want to create a fourth worksheet showing the three year average % by
month for each person. I have two issues. First - i was thinking that I
could use a vertical lookup to ensure I have the right data for the right
person - but in that vertical lookup how do I calculate the averages of the
three years of data? Second - what if someone does not appear in all three
worksheets - but started in the second or third year?
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Marcelo
 
Posts: n/a
Default Average

Try to create a formula as:

=average(vlookup(A4,'2003'!A4:B9,2,0);vlookup(A4,' 2004'!A4:B9,2,0);vlookup(A4,'2005'!A4:B9,2,0))

Marcelo

"MLShef" escreveu:

I have a workbook with 3 worksheets. In each worksheet i have a list of
attorneys in column A - the next 12 columns are monthly statistics for each
month and then grand total by person.

The three worksheets contain the data for three different years. for
instance i have one worksheet with the monthly data for 2003, one for 2004,
and one for 2005.

i have taken that data (it was in the form of a pivot table) and changed the
#s to % of rows.

I want to create a fourth worksheet showing the three year average % by
month for each person. I have two issues. First - i was thinking that I
could use a vertical lookup to ensure I have the right data for the right
person - but in that vertical lookup how do I calculate the averages of the
three years of data? Second - what if someone does not appear in all three
worksheets - but started in the second or third year?

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Marcelo
 
Posts: n/a
Default Average

MLShef,

You could also, copy all the information for the fourth worksheet and use a
Dinamic table to get the average.


"Marcelo" escreveu:

Try to create a formula as:

=average(vlookup(A4,'2003'!A4:B9,2,0);vlookup(A4,' 2004'!A4:B9,2,0);vlookup(A4,'2005'!A4:B9,2,0))

Marcelo

"MLShef" escreveu:

I have a workbook with 3 worksheets. In each worksheet i have a list of
attorneys in column A - the next 12 columns are monthly statistics for each
month and then grand total by person.

The three worksheets contain the data for three different years. for
instance i have one worksheet with the monthly data for 2003, one for 2004,
and one for 2005.

i have taken that data (it was in the form of a pivot table) and changed the
#s to % of rows.

I want to create a fourth worksheet showing the three year average % by
month for each person. I have two issues. First - i was thinking that I
could use a vertical lookup to ensure I have the right data for the right
person - but in that vertical lookup how do I calculate the averages of the
three years of data? Second - what if someone does not appear in all three
worksheets - but started in the second or third year?

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
rolling average William Okumu Excel Worksheet Functions 5 May 25th 06 03:49 PM
Modified Average Function PA Excel Worksheet Functions 3 May 15th 06 12:20 PM
plotted Average Micayla Bergen Charts and Charting in Excel 4 July 15th 05 12:13 PM
What is this kind of average called? havocdragon Excel Worksheet Functions 3 June 24th 05 05:10 PM
AVERAGE and STDEV functions with logic t-rung Excel Worksheet Functions 1 May 26th 05 07:11 PM


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