Ignore null value

  • Thread starter Thread starter nerv2010
  • Start date Start date
N

nerv2010

I'm trying to figure out the easiest way to ignore a value.
Currently I'm using a simple x,y set of data and lineest to get a
slope/intercept.
What I'd like to do is to have the ability to remove a pair of data from
that set and recalculate the slope/intercept.
The only thing I've been able to do is to revaluate the cell as a 0 which
still throws off the actual measured 0 values.
 
I'm trying to figure out the easiest way to ignore a value.
Currently I'm using a simple x,y set of data and lineest to get a
slope/intercept.
What I'd like to do is to have the ability to remove a pair of data from
that set and recalculate the slope/intercept.
The only thing I've been able to do is to revaluate the cell as a 0 which
still throws off the actual measured 0 values.

Can you not make a copy of your data set to another area and delete
the rows on which the unwanted data pairs are on from the copy. Then
do your analysis on the modified data set.
 

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

Back
Top