New to the community, and seeking answers if they can be found. Hello all! I understand some basics of formulas, but not enough to create my own routinely. I am trying to select from a column of numbers "B" ONLY the numbers that have a corresponding check mark "ü" in the adjacent cell in column "A" then sum only those numbers. I apologize, about the format of the following example, as I am not sure how to make the table work in this forum just yet.
Example:
Column A
ü
Blank
ü
ü
Blank
Column B
10
12
22
05
16
Total: 37
I've tried the SUMIF function:
=SUMIF(A3:A15), "ü", (B3:B15)
which only yeilds: ü ??
Will it work to use some version of an IF/AND/Then statement? Something like?
=if(A3:A25),<>,AND(B3:B25)="ü",SUM(B3:B25)
Neither of these ideas seem to address my need to select only those numbers which have a check mark next to them and give a total of only those numbers. There might also be a way to copy those numbers into a separate list, sum that list, and return the value I need. I appreciate the help of anyone who can crack this simple task. Thanks!
Bookmarks