Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Pelham
 
Posts: n/a
Default Averaging across worksheets

I have a bunch of worksheets showing rental income data across four
different cities. Within each city there are about eight (8) different
real estate types (ie 1 bedroom, 2 bedroom etc.).

How can I calculate an average (in a new worksheet) of a specific real
estate type across the four cities when the respective data ranges in
each city do not appear in the same rows in each worksheet? However,
the ranges will be in the same columns across each worksheet.
Furthermore, in a different column on each worksheet will be the name
of the 'real estate type' which is consistent across all cities.
Basically, I am trying to capture the relevant rental income range in
each city where each range corresponds to the same real estate type,
and then take an average of that entire range.

If this does not make sense please let me know - and thanks in
advance...

Regards
Pelham Higgins

  #2   Report Post  
Pelham
 
Posts: n/a
Default

test

Pelham wrote:
I have a bunch of worksheets showing rental income data across four
different cities. Within each city there are about eight (8) different
real estate types (ie 1 bedroom, 2 bedroom etc.).

How can I calculate an average (in a new worksheet) of a specific real
estate type across the four cities when the respective data ranges in
each city do not appear in the same rows in each worksheet? However,
the ranges will be in the same columns across each worksheet.
Furthermore, in a different column on each worksheet will be the name
of the 'real estate type' which is consistent across all cities.
Basically, I am trying to capture the relevant rental income range in
each city where each range corresponds to the same real estate type,
and then take an average of that entire range.

If this does not make sense please let me know - and thanks in
advance...

Regards
Pelham Higgins


  #3   Report Post  
Bernard Liengme
 
Posts: n/a
Default

Try getting something to work in the SAME file first - maybe on a new sheet
Without more detail on layout, try something like
=(SUMIF(Sheet2!D10:D15,"1 bedroom",Sheet2!F10:F15)+SUMIF(Sheet3!D10:D15,"1
bedroom",Sheet3!F10:F15) )/(COUNTIF(Sheet2!D10:D15,"1
bedroom")+COUNTIF(Sheet3!D10:D15,"1 bedroom"))
--
Bernard V Liengme
www.stfx.ca/people/bliengme
remove caps from email

"Pelham" wrote in message
oups.com...
test

Pelham wrote:
I have a bunch of worksheets showing rental income data across four
different cities. Within each city there are about eight (8) different
real estate types (ie 1 bedroom, 2 bedroom etc.).

How can I calculate an average (in a new worksheet) of a specific real
estate type across the four cities when the respective data ranges in
each city do not appear in the same rows in each worksheet? However,
the ranges will be in the same columns across each worksheet.
Furthermore, in a different column on each worksheet will be the name
of the 'real estate type' which is consistent across all cities.
Basically, I am trying to capture the relevant rental income range in
each city where each range corresponds to the same real estate type,
and then take an average of that entire range.

If this does not make sense please let me know - and thanks in
advance...

Regards
Pelham Higgins




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
Adding multiple worksheets Craig Excel Worksheet Functions 1 July 6th 05 07:21 PM
Define list of worksheets Judy Ward Excel Worksheet Functions 4 June 15th 05 09:44 PM
Spawning worksheets and a summary per worksheet username Excel Discussion (Misc queries) 0 May 23rd 05 09:57 PM
HELP! How do you--> Lock a set of rows but also link worksheets to FRUSTRATED Excel Discussion (Misc queries) 6 December 29th 04 10:05 PM
Trouble with Averaging across several worksheets Fysh Excel Worksheet Functions 7 December 2nd 04 02:36 AM


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