Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I’m trying to understand how the various sumif and sumproduct functions
work, because I want to sum up data based format of the cell containing the data. Please note that I'm using EXCEL97 with all of the latest Microsoft patches. If seen the following formula used to sum the values in column “B” where column “A” contains the term “income”. =SUMPRODUCT((A2:A6="Income")*(B2:E6)) The fact that it works implies that the test (A2:A6="Income") returns a value of unity when “true” rather than the text “true”. The SUMPRODUCT FUNCTION then performs the equivalent of a matrix multiplication and returns the sum. I find it rather strange that the test returns the value unity. HOW COME? I’ve also observed that if I place the function formula. =Cell(“format”,B2:E6) any place else on the worksheet, the SUMPRODUCT formula shown above returns “#value”. WHY SHOULD A FORMULA IN ONE PART OF WORKSHEET IMPACT RESULTS IN ANOTHER? I’ve also observed that if I use the formula =Cell(“format”,B2:E6) and then change the formatting of a cell within the range being tested, such as B2, the output of =Cell(“format”,B2:E6) does not change until I force a recalculation even though the sheet is set for automatic recalc. WHY? |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
abdualmohsn | Excel Discussion (Misc queries) | |||
Returning Results Based on Two Criteria | Excel Worksheet Functions | |||
criteria 1(a,b,c), criteria 2 (T,F) - Results (3 answers) achievab | Excel Discussion (Misc queries) | |||
Search Range for Criteria in given cell and produce results | Excel Discussion (Misc queries) | |||
Automate grading of performance test results | Excel Worksheet Functions |