Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 50
Default Sum if statement with a left statement

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   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 15,768
Default Sum if statement with a left statement

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   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1,358
Default Sum if statement with a left statement

=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   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 50
Default Sum if statement with a left statement

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   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1,358
Default Sum if statement with a left statement

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
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
SUMIF statement with AND statement Eric D Excel Discussion (Misc queries) 2 July 14th 08 07:24 PM
Can an If statement answer an If statement? M.A.Tyler Excel Discussion (Misc queries) 2 June 24th 07 04:14 AM
appending and IF statement to an existing IF statement spence Excel Worksheet Functions 1 February 28th 06 11:00 PM
If statement and Isblank statement Rodney C. Excel Worksheet Functions 0 January 18th 05 08:39 PM
Help please, IF statement/SUMIF statement Brad_A Excel Worksheet Functions 23 January 11th 05 02:24 PM


All times are GMT +1. The time now is 10:04 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"