changing formula - here is formula

  • Thread starter Thread starter Alien
  • Start date Start date
You could use the Find-Next button in that dialog to step over those that
you don't want to change. Not perfect, but probably quicker than manually.

Other than that it is VBA.
 
Hi, Bob:

In this situation, if an adjacent cell is blank, I've found it easiest to select the target cell
and the adjacent blank cell. Then the replacement will work only on those cells. If there's no
adjacent blank cell, it may or may not be worthwhile to insert a blank row or column, do the
replacement as described, then delete that added row/column.
 
Myrna,

I was unaware of that trick.

Even hearing it, I don't get it. Why/how does it work?

--

HTH

Bob Phillips

Myrna Larson said:
Hi, Bob:

In this situation, if an adjacent cell is blank, I've found it easiest to select the target cell
and the adjacent blank cell. Then the replacement will work only on those cells. If there's no
adjacent blank cell, it may or may not be worthwhile to insert a blank row or column, do the
replacement as described, then delete that added row/column.
 

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