W Wendi Jul 23, 2008 #1 How do I get a row and a column to add up in the same cell, if it's correct give the answer, if it's wrong give an error message.
How do I get a row and a column to add up in the same cell, if it's correct give the answer, if it's wrong give an error message.
R RagDyer Jul 23, 2008 #2 Maybe something like this: =IF(SUM(A1:F1)=SUM(A2:A25),SUM(A1:F1),"No Match")