sumif Question

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have two column of data like:

A B
A45 $345.68
A35 $23.96
G38 $457.98
A13 $670.01
G68 $43.82

How may I sum the Column B data only if the corresponding column A data is
started by G?

Thanks.

Jason
 
=SUMPRODUCT(--(LEFT(A1:A100,1)="G"),B1:B100)

--

HTH

RP
(remove nothere from the email address if mailing direct)
 

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

Similar Threads


Back
Top