Help expanding criteria on this function please:
=SUMIF(January!$B:$B,B3,January!$D:$D)
I want to add criteria to the formula. Add the corresponding cells in column D that match column B like above, but now separate it with another name from column F.
Why does this not work:
=SUMIF(January!$B:$B,B3&(IF(January!$F:$F="Bill")),January!$D:$D)
The bold part is what i want to add.
=SUMIF(January!$B:$B,B3,January!$D:$D)
I want to add criteria to the formula. Add the corresponding cells in column D that match column B like above, but now separate it with another name from column F.
Why does this not work:
=SUMIF(January!$B:$B,B3&(IF(January!$F:$F="Bill")),January!$D:$D)
The bold part is what i want to add.