I am having problems with sumif. What I’d like to do is to sum 3 numbers depending on whether a specific cell contains X,Y or Z, but I can only get my formula to ‘see’ the fisrt cell in the target range. Ie my formula in cell A5 is:
=sumif(A1,”X”,A2:A4). If A1 to A4 has the values, X,2,3,4 then my formula is returning a value of 2 instead of 9
There will be 365 lines of this formula with the 1st cell having X Y or Z and 2nd – 4th cells having a wide variety or values. I will have 3 columns to create a total for each of the X Y or Z ‘s
Many Thanks
=sumif(A1,”X”,A2:A4). If A1 to A4 has the values, X,2,3,4 then my formula is returning a value of 2 instead of 9
There will be 365 lines of this formula with the 1st cell having X Y or Z and 2nd – 4th cells having a wide variety or values. I will have 3 columns to create a total for each of the X Y or Z ‘s
Many Thanks