Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Average data from different spreadsheets

need a quick formulae help from you in excel.





This is what am trying to do.



I have 2 sheets (A and B ) . From sheet B am taking the average of (A1:
B3) and want it in the A1 cell of sheet A. To put it concisely



sheet A



A1 Average (SheetB!(A1:B3))
B1 Average( SheetB!(C1:D3))



A2 Average (SheetB!(A4:B6))
B2 Average( SheetB!(C4:D6)) and so on.





sheet B has (60*48) cells



I want a common formulae or macro to do this but not sure how to go
about using offset or index functions for the same.



Will be helpful if you have some thoughts on this.

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 747
Default Average data from different spreadsheets

Try:

=AVERAGE(OFFSET(INDIRECT("B!" & ADDRESS(3*ROW()-2, 2*COLUMN() - 1)), 0, 0,
3, 2))

- where "B" is the actual sheet name.

Best regards,
Greg

" wrote:

need a quick formulae help from you in excel.





This is what am trying to do.



I have 2 sheets (A and B ) . From sheet B am taking the average of (A1:
B3) and want it in the A1 cell of sheet A. To put it concisely



sheet A



A1 Average (SheetB!(A1:B3))
B1 Average( SheetB!(C1:D3))



A2 Average (SheetB!(A4:B6))
B2 Average( SheetB!(C4:D6)) and so on.





sheet B has (60*48) cells



I want a common formulae or macro to do this but not sure how to go
about using offset or index functions for the same.



Will be helpful if you have some thoughts on this.


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
Data from 2 spreadsheets John Excel Discussion (Misc queries) 2 January 24th 07 09:26 PM
Managing Data in 2 spreadsheets Bob Ettinger Excel Discussion (Misc queries) 16 January 13th 07 07:58 PM
USING DATA VALIDATION ACROSS SPREADSHEETS scratching head Excel Worksheet Functions 1 September 14th 06 05:58 PM
Looking up data from several spreadsheets mr_teacher Excel Discussion (Misc queries) 0 July 25th 06 04:47 PM
How do I combine data from various Excel spreadsheets into one Excel spreadsheets SouthAfricanStan Excel Programming 1 January 29th 06 05:01 PM


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