Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I need a formula to sum values in the same column on multiple sheets
if it finds a specified value in the same row of a different column. SUMIF works fine if I select a single sheet but as soon as I select multiple sheets it errors and returns #VALUE |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
See
http://www.mcgimpsey.com/excel/threedsumif.html In article , lotivbarjoh wrote: I need a formula to sum values in the same column on multiple sheets if it finds a specified value in the same row of a different column. SUMIF works fine if I select a single sheet but as soon as I select multiple sheets it errors and returns #VALUE |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Assume you have a Summary sheet and
3 sheets called Y2005, Y2006 and Y2007. On each of the year sheets, you have 2 columns named Month and Sales. On the Summary sheet, you want to find the the total January sales for all years. On the Summary sheet enter January into the cell named Target and enter this formula: =SUMPRODUCT(SUMIF(INDIRECT("Y"&TEXT(ROW(INDIRECT ("2005:2007")),"0000")&"!Month"),Target, INDIRECT("Y"&TEXT(ROW(INDIRECT("2005:2007")),"0000 ")&"!Sales"))) |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Copying as absolute values across multiple sheets | Excel Discussion (Misc queries) | |||
subtracting multiple values between sheets | Setting up and Configuration of Excel | |||
searching and collating values in multiple sheets | Excel Discussion (Misc queries) | |||
Find values from cells in multiple sheets | Excel Worksheet Functions | |||
Weighted Avg - using values from multiple sheets | Excel Worksheet Functions |