Home |
Search |
Today's Posts |
#1
![]() |
|||
|
|||
![]()
Col A Col B
400.001 5 400.002 6 400.2 3 401.00 5 401.23 5 403 15 405 4 Some time ago, a question was asked how to sum the values in Column B for rows with the same three digit prefixes (ie. 400 results in 14, 401 results in 10, etc.) Suggested formula =SUMPRODUCT((--LEFT(A1:A7,3)=C1)*B1:B7) where cell C1 entry of 400, 401, etc., prduces the desired results. In order to provide for potential additions to the array, I modified this formula. First, I determined that I could return the Value "A7" with the formula ="A"&COUNTA(A:A) Then I substituted this formula for "A7" in the original one so that it read =SUMPRODUCT((--LEFT(A1:"A"&COUNTA(A:A),3)=C1)*B1:B7) which results in an error. Can someone advise? Dan |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Dynamic Range for Function (Vlookup etc) | Excel Worksheet Functions | |||
Dynamic Print Range Help | Excel Worksheet Functions | |||
Add up a Dynamic Range with 2 Variables | Excel Worksheet Functions | |||
Dynamic Range Problem | Excel Discussion (Misc queries) | |||
Add a Dynamic Range with 2 Conditions Q | Excel Worksheet Functions |