SUM cells in every other column IF adjacent cell equals a criteria???

  • Thread starter christopherphartley
  • Start date
C

christopherphartley

I'm setting up a spreadsheet that will be added to daily. Each day has
two columns... column A is a drop down list with limited choices (lets
say 2). Column B will be a number. Day two will be column C and D... C
will be the drop down list and D will be a number. Day three will be
column E and F and so on. Now the tricky part is for me to SUM the
numbers from each day for the matching drop down choice.

Example:
I want to SUM B1,D1,F1... but only if A1,C1,E1... equals the criteria.

Trying to be as clear as possible... what I should have in the end is
2 (the drop down choices) different cells with the SUM of all the days
entries. If day one I selected X and the adjacent cells number was 10
and day two I selected X and the number was 3 and day three I select Y
and the number was 5, then the total for the "X" selection would be 13
and the total for the "Y" selection would be 5.

Thanks for any help.
 
D

Dave Peterson

Check your other post.



I'm setting up a spreadsheet that will be added to daily. Each day has
two columns... column A is a drop down list with limited choices (lets
say 2). Column B will be a number. Day two will be column C and D... C
will be the drop down list and D will be a number. Day three will be
column E and F and so on. Now the tricky part is for me to SUM the
numbers from each day for the matching drop down choice.

Example:
I want to SUM B1,D1,F1... but only if A1,C1,E1... equals the criteria.

Trying to be as clear as possible... what I should have in the end is
2 (the drop down choices) different cells with the SUM of all the days
entries. If day one I selected X and the adjacent cells number was 10
and day two I selected X and the number was 3 and day three I select Y
and the number was 5, then the total for the "X" selection would be 13
and the total for the "Y" selection would be 5.

Thanks for any help.
 

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