Sumif function problem

  • Thread starter Thread starter Thyag
  • Start date Start date
T

Thyag

Hi All,

Could somebody can provide with a formula to sum Column B data for all
the data that start with "009" in column A

Ex - The formula should give me 100 as answer.

Column A Column B
00911 60
00111 30
00112 20
00922 40

Thanks in Advance.
Thyag
 
=SUMIF(A:A,"009*",B:B)

--

HTH

Bob Phillips

(replace xxxx in the email address with gmail if mailing direct)
 
Hi All,

Could somebody can provide with a formula to sum Column B data for all
the data that start with "009" in column A

Ex - The formula should give me 100 as answer.

Column A        Column B
00911   60
00111   30
00112   20
00922   40

Thanks in Advance.
Thyag

Thanks Joel and Bob.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top