I would love some help correcting this pickle! I need to show the total of 1 column, based on whether another column contains certain text.
Looking through posts and blogs, I have gotten this far, but it will only total if BBA is the only Program in column P. It would solve my problem if I could use wildcard around BBA but of course sumproduct doesn't work that way.
=SUMPRODUCT((P6:P215="BBA")*(SUBTOTAL(109,OFFSET(I6,ROW(I6:I215)-MIN(ROW(I6:I215)),0))))
I have the Awards in Column I and Eligible Programs in Column P (which lists one or many programs). When I filter on Column F to show only Entrance Awards, I would like the BBA Award Total to be reflective of only the rows in the view.
Grateful for anyone able to assist!
Looking through posts and blogs, I have gotten this far, but it will only total if BBA is the only Program in column P. It would solve my problem if I could use wildcard around BBA but of course sumproduct doesn't work that way.
=SUMPRODUCT((P6:P215="BBA")*(SUBTOTAL(109,OFFSET(I6,ROW(I6:I215)-MIN(ROW(I6:I215)),0))))
I have the Awards in Column I and Eligible Programs in Column P (which lists one or many programs). When I filter on Column F to show only Entrance Awards, I would like the BBA Award Total to be reflective of only the rows in the view.
Grateful for anyone able to assist!