Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I am trying to sum column H when column C's first 6 characters are "818590".
Can anyone help me on the formula? Thanks -- Eric |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Maybe this:
=SUMIF(C2:C10,"818590*",H2:H10) -- Biff Microsoft Excel MVP "Eric D" wrote in message ... I am trying to sum column H when column C's first 6 characters are "818590". Can anyone help me on the formula? Thanks -- Eric |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
=SUMPRODUCT(--(LEFT(C2:C100,6)="818590"),(H2:H100))
-- John C "Eric D" wrote: I am trying to sum column H when column C's first 6 characters are "818590". Can anyone help me on the formula? Thanks -- Eric |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
thank you both of these work wonderfully
-- Eric "John C" wrote: =SUMPRODUCT(--(LEFT(C2:C100,6)="818590"),(H2:H100)) -- John C "Eric D" wrote: I am trying to sum column H when column C's first 6 characters are "818590". Can anyone help me on the formula? Thanks -- Eric |
#5
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Thank you for the feedback, don't forget to check the Yes box.
-- John C "Eric D" wrote: thank you both of these work wonderfully -- Eric "John C" wrote: =SUMPRODUCT(--(LEFT(C2:C100,6)="818590"),(H2:H100)) -- John C "Eric D" wrote: I am trying to sum column H when column C's first 6 characters are "818590". Can anyone help me on the formula? Thanks -- Eric |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
SUMIF statement with AND statement | Excel Discussion (Misc queries) | |||
Can an If statement answer an If statement? | Excel Discussion (Misc queries) | |||
appending and IF statement to an existing IF statement | Excel Worksheet Functions | |||
If statement and Isblank statement | Excel Worksheet Functions | |||
Help please, IF statement/SUMIF statement | Excel Worksheet Functions |