Ignoring specific number

P

patatwork

Okay I am try to sum up half a row and subtract away the other half of
row. It is a coding scheme however and I want excel to ignore every tim
there is a 99, so pretend it is a 0 in other words, but there is to
much data to change them all to 0. Thanks in advance for your help
 
C

Claus Busch

Hi,

Am Thu, 6 Jun 2013 19:29:11 +0100 schrieb patatwork:
Okay I am try to sum up half a row and subtract away the other half of a
row. It is a coding scheme however and I want excel to ignore every time
there is a 99, so pretend it is a 0 in other words, but there is too
much data to change them all to 0. Thanks in advance for your help.

try:
=SUMIF(A1:H1,"<>99",A1:H1)-SUMIF(I1:p1,"<>99",I1:p1)


Regards
Claus Busch
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top