Find/Replace based on CF result

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

Guest

I am looking for a macro that will change the formula for the cells that meet
my CF rule. If I use GoTo, it returns all cells that contain CF, but not
just those that meet the CF criteria. The spreadsheet I am working with is
quite large, and those cells that meet the CF criteria appear anywhere
throughout columns W-AG.

If Conditional Formatting is pink, then replace formula with
=NETWORKDAYS(N4,O4).

Can anyone help? Thanks in advance!
 
You need to select the cells that meet you CF condition.

--

HTH

RP
(remove nothere from the email address if mailing direct)
 
You need to select the cells that meet you CF condition.

Basically to test whether a cell qualifies for your changes,
you use the same formula that you use in
your CF condition(s)
 
How do I select ONLY those cells that meet my criteria? The CF is based upon
my formula result.
 
You have to find them, either using Find, looping through them, or some
other. We would need more details to say which.

--

HTH

RP
(remove nothere from the email address if mailing direct)
 

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