excel experts

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I would be thankful if anybody having a formula that eliminates completely
errors from a range.'ISERROR' function only hiding the error value.A range
has some data values and some error values.I want to extract only data values
from this range and put them in new range leaving completely error cells in
old range.in the new range all data cells be shifted to upside of a row
Any articles to deal with errors?
 
How about copy the error free values? Select the range,
press F5, click special, select formulas (or constants depending on the
data) and uncheck errors, copy and paste

--
Regards,

Peo Sjoblom

(No private emails please)
 
I would be thankful if anybody having a formula that eliminates completely
errors from a range.'ISERROR' function only hiding the error value.A range
has some data values and some error values.I want to extract only data values
from this range and put them in new range leaving completely error cells in
old range.in the new range all data cells be shifted to upside of a row
Any articles to deal with errors?

You can use the Advanced Filter to deal with this issue.

Look at HELP for Advanced Filter to read about it, and see examples of criteria
using formulas. The formula you will be interested in will be
=NOT(ISERROR(cell_ref))


--ron
 
Thanks but,my range that contains error values and data values always changes
as it is function based range.With your idea my output will not match with
current range.
 

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