B
Bucky
I have a cell E5 that is =SUM(E1:E4) as well as =SUM(A5
5). The
vertical and horizontal sums should agree. If they don't agree, then it
should display an error or shade the cell red.
Does Excel have any built-in features to do this verification?
Currently, I'm just doing it manually with
=IF(SUM(E1:E4) = SUM(A5
5), SUM(E1:E4), "error")

vertical and horizontal sums should agree. If they don't agree, then it
should display an error or shade the cell red.
Does Excel have any built-in features to do this verification?
Currently, I'm just doing it manually with
=IF(SUM(E1:E4) = SUM(A5
