Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
How could I Calculate average of each cell in multiple sheets ex
(sheet1!b10,sheet31!b10) but ignore sheets where ex: cell b3 says Saturday |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
=SUMPRODUCT(SUMIF(INDIRECT("Sheet"&ROW(INDIRECT("1 :3"))&"!B3"),"<Saturday",
INDIRECT("Sheet"&ROW(INDIRECT("1:3"))&"!B10"))) -- HTH Bob Phillips (replace somewhere in email address with gmail if mailing direct) "Blackstar79" wrote in message ... How could I Calculate average of each cell in multiple sheets ex ('sheet1'!b10,'sheet31'!b10) but ignore sheets where ex: cell b3 says "Saturday" |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Macros-creating new sheets | Excel Worksheet Functions | |||
copying the same cells from many sheets | Excel Worksheet Functions | |||
AVERAGE and STDEV functions with logic | Excel Worksheet Functions | |||
calculating excel spreadsheet files for pensions and life insurance (including age calculation sheets) | Excel Worksheet Functions | |||
Multiple sheets selected | Excel Discussion (Misc queries) |