Hi there,
I’d like to sum up a column if and only if other column say so. I thought it could be done with SUMIF. My problem is that I have a sheet with dates on column A and values on column B and I am trying to do weekday report of progress…
My first try was something like this: “=SUMIF(B1:B100,WEEKDAY(A1)=3)”. It is obivious wrong because it sums up all elements or it does nothing. I’d like when I try to sum up B2 I test B1 and not A1. Sum up B3, test A3 and so on.