Hi
I have two Columns. First Column shows a YYYY, second column shows MM/YYYY. I compare if(Column1=right(Column2,4),1,0). So far it works fine, it shows a "1" if both years match. But it is impossible to sum up the resulting column. It just shows "1", but the Total doesnt show anything. I would expect it sums up all "1". That would be the result I am looking for. What do I wrong? At the end I only want to see the totals.