Hi,
I am trying to obtain the sum of the differences between two rows column by column. I have two criteria to choose the column to compare. The first one is to have the word "Rank" in the heading of the column, this seems to work when I look to the calculation step by step. The second criterion is to skip columns where the difference gives an error because of a non-numeric value.
I figured the following function but somehow it doesn't work (I do Ctrl+Shift+Enter after editing) and I always get a zero.
=SUM(IF(AND($CT$6:$DF$6="Rank",ISERR(CT8:DF8-CT9:DF9)=FALSE),CT8:DF8-CT9:DF9))
Any idea of what is going wrong?
Thanks in advance!
I am trying to obtain the sum of the differences between two rows column by column. I have two criteria to choose the column to compare. The first one is to have the word "Rank" in the heading of the column, this seems to work when I look to the calculation step by step. The second criterion is to skip columns where the difference gives an error because of a non-numeric value.
I figured the following function but somehow it doesn't work (I do Ctrl+Shift+Enter after editing) and I always get a zero.
=SUM(IF(AND($CT$6:$DF$6="Rank",ISERR(CT8:DF8-CT9:DF9)=FALSE),CT8:DF8-CT9:DF9))
Any idea of what is going wrong?
Thanks in advance!