Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I'm trying to get the sum of a list of numbers that start with a certain
group of 7 numbers (in this example 1234567). I've tried =SUMPRODUCT(--(LEFT(A1:A1000,7)=1234567),B1:T1000) to no avail. Can someone help out with this?Thanks in advance. |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
try "1234567"
quotation -- Don Guillett Microsoft MVP Excel SalesAid Software "tacgibeht" wrote in message ... I'm trying to get the sum of a list of numbers that start with a certain group of 7 numbers (in this example 1234567). I've tried =SUMPRODUCT(--(LEFT(A1:A1000,7)=1234567),B1:T1000) to no avail. Can someone help out with this?Thanks in advance. |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]() If all the numbers you are trying to sum are in column B, this should work, =SUMPRODUCT(--(LEFT(A1:A1000,7)="1234567"),B1:B1000) "tacgibeht" wrote: I'm trying to get the sum of a list of numbers that start with a certain group of 7 numbers (in this example 1234567). I've tried =SUMPRODUCT(--(LEFT(A1:A1000,7)=1234567),B1:T1000) to no avail. Can someone help out with this?Thanks in advance. |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Thanks. It's always the simple things...
"Nikki" wrote: If all the numbers you are trying to sum are in column B, this should work, =SUMPRODUCT(--(LEFT(A1:A1000,7)="1234567"),B1:B1000) "tacgibeht" wrote: I'm trying to get the sum of a list of numbers that start with a certain group of 7 numbers (in this example 1234567). I've tried =SUMPRODUCT(--(LEFT(A1:A1000,7)=1234567),B1:T1000) to no avail. Can someone help out with this?Thanks in advance. |
#5
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]() Glad to help -- Don Guillett Microsoft MVP Excel SalesAid Software "tacgibeht" wrote in message ... Thanks. It's always the simple things... "Nikki" wrote: If all the numbers you are trying to sum are in column B, this should work, =SUMPRODUCT(--(LEFT(A1:A1000,7)="1234567"),B1:B1000) "tacgibeht" wrote: I'm trying to get the sum of a list of numbers that start with a certain group of 7 numbers (in this example 1234567). I've tried =SUMPRODUCT(--(LEFT(A1:A1000,7)=1234567),B1:T1000) to no avail. Can someone help out with this?Thanks in advance. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
sumif for multi conditions. i.e sumif(A1:A10,"Jon" and B1:B10,"A" | Excel Worksheet Functions | |||
SUMIF | Excel Worksheet Functions | |||
Embedding a Sumif in a sumif | Excel Worksheet Functions | |||
nested sumif or sumif with two criteria | Excel Worksheet Functions | |||
SUMIF - Range name to used for the "sum_range" portion of a SUMIF function | Excel Worksheet Functions |