Formula for columns

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

Guest

I have a Spreadhseet that I need to get some numbers on.

Example:

If I have a phrase in Column Q and want the amount in column O in the same
row to add with all of the other rows witht that same phrase. In Column Q
each row has "ER", "RE" or "IND" and I need the amount in column O that
corresponds with the Column Q to equal an amount in another box that I
create.

Is there a formula for that I can write for this?

Thanks
 
=SUMIF(Q1:Q100,"ER",O1:O100)
OR
=SUMIF(Q1:Q100,A1,O1:O100) where Ai hold the value ER

OR experiment with the powerful Pivot Table feature
best wsihes
 
Vanessa,

For the first part, try this in some cell in row 2; =SUMIF(Q:Q,Q2,O:O)

For the second part, It isn't clear how you want "I need the amount in column O that
corresponds with the Column Q to equal an amount in another box that I
create" implemented.
 
Thank you so much! That helped me tremendously.

Bernard Liengme said:
=SUMIF(Q1:Q100,"ER",O1:O100)
OR
=SUMIF(Q1:Q100,A1,O1:O100) where Ai hold the value ER

OR experiment with the powerful Pivot Table feature
best wsihes
 

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