Value separation and then adding

  • Thread starter Thread starter Walt Moeller
  • Start date Start date
W

Walt Moeller

Here is what I would like to do:

If any cell in this list k10,k36 = "R-C" the take the corresponding cell in
e10,e36 and add as a total in e37
 
Try this:

E37: =SUMIF(K10:k36,"R-C",E10:E36 )

Is that something you can work with?
--------------------------

Regards,

Ron
Microsoft MVP (Excel)
(XL2003, Win XP)
 

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

Matching data 3
Help with formula 2
Count Ranges Q 2
Adding Hours & Minutes 3
Use ROUND to return an average date 6
Cell reference in formula 1
Show date based on conditions 0
Data Validation - Complex Q 2

Back
Top