How can I apply If statement using two row, multi columns

G

Guest

How can i use If statement using two row, multi colums to get sum dollar
amount. For example
colums A colums B colums C colums D colums E
ROW 2 100.00 100.00 100.00 100.00 100.00
ROW 3 500 500 501 501 500

Using if statement as, if row 3 = 500; sum row 2 = $300.00
same thing if row 3 = 501; sum row 2 = $200.00
 
G

Guest

=sumif(3:3,500,2:2) will add all the cells in row 2 where the corresponding
cell in row 3 is 500.
 

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