how to exclude data outliers from formula or chart without deleti.

G

Guest

I have a data set with some outliers (blunders usually) that I want to
temporarily exclude from formula or charts. I would like a way of
"locking-out" these data cells. I could selectively skip over them but this
is sometimes cumbersome. I need a way to toggle them in or out depending on
my analysis.
 
D

Dave Peterson

If your data is in columns, maybe just use an additional column and use some
kind of formula:

=if(c2=somesortofoutlier,na(),c2)

Where SomeSortOfOutlier is whatever rule you want.
 
A

AlfD

Hi!

Easy way. Copy the workbook: delete the offending or suspect data. Work
on that.

Alf
 

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