I have two columns. Column B is the cash amount for person and column C is the company that they belong to.
I am trying to paste a formula down on Column E that only shows a value when the company number is the last one in the list. So right before the next company starts a total is placed.
THe forumla I am using is one I have used before starting with cell C2:
=IF(C2<>C3,SUMPRODUCT(--($C$2:$C$8248=C2,$B$2:$B$8248)),0)
In the cell where a total is supposed to be it is saying "#VALUE!"
The last row is 8248, that is why I used it in the formula... is this wrong?
What would cause this?
KC
I am trying to paste a formula down on Column E that only shows a value when the company number is the last one in the list. So right before the next company starts a total is placed.
THe forumla I am using is one I have used before starting with cell C2:
=IF(C2<>C3,SUMPRODUCT(--($C$2:$C$8248=C2,$B$2:$B$8248)),0)
In the cell where a total is supposed to be it is saying "#VALUE!"
The last row is 8248, that is why I used it in the formula... is this wrong?
What would cause this?
KC