Help Creating A Formula

R

rob nobel

=SUMIF(C2:C9,"ms fuel",E2:E9) should do that for you.
(and I'll have 2 chocos please ;) )
Rob
 
N

Norman Harker

Hi chocolab61571!

Try:
=SUMIF($C$2:$C$9,"="&"MS FUEL",$E$2:$E$9)

Or:
=SUMPRODUCT(($C$2:$C$9="MS FUEL")*($E$2:$E$9))

--
Regards
Norman Harker MVP (Excel)
Sydney, Australia
(e-mail address removed)
Excel and Word Function Lists (Classifications, Syntax and Arguments)
available free to good homes.
 

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

Top