tinumathews
New Member
Hi,
I have a range say A1:D10, All of the cells in this range contain the number 8, except for three cells, which contain 5, 2 and 6. The cells are A2, B2 and C2.
I wanted to write a formula in "A11" or any other cell which would Sum only the cells that contain numbers other than 8,
I am able to sum the number 8 in this range in two ways
=SUMIFS(A1:D10,A1:D10,8)and
=SUMIF(A1:D10,8,A1:D10) and both gives me the sum of 296. Now i should be able to sum the ones which is not 8 in this range. What combination should i use.
Or is that its not possible. I dont have a clear idea.
Requesting your help,
Thanks and Regards,
Tinu Mathews
I have a range say A1:D10, All of the cells in this range contain the number 8, except for three cells, which contain 5, 2 and 6. The cells are A2, B2 and C2.
I wanted to write a formula in "A11" or any other cell which would Sum only the cells that contain numbers other than 8,
I am able to sum the number 8 in this range in two ways
=SUMIFS(A1:D10,A1:D10,8)and
=SUMIF(A1:D10,8,A1:D10) and both gives me the sum of 296. Now i should be able to sum the ones which is not 8 in this range. What combination should i use.
Or is that its not possible. I dont have a clear idea.
Requesting your help,
Thanks and Regards,
Tinu Mathews