0

Using Excel 2010, I have a sheet filled with "almost" the same formula. I need to replace all instances from =COUNTIFS to =1-(COUNTIFS and then the last ) needs replaced with ))

Trying to use CTRL+H gives errors that the formula is missing a )

Anyother smart way to get this done?

2
  • This might help: mrexcel.com/forum/excel-questions/… Commented Jul 14, 2016 at 8:45
  • It gave a hint. But even though - it still gives same error. Perhaps replacing the last ) with )) to begin with.. and then replacing the =countifs.. Commented Jul 14, 2016 at 8:54

1 Answer 1

1

There's a way if you're using Excel 2013 or newer.

  1. Use FORMULATEXT() function to modify your formulae, like this: ="1-("&FORMULATEXT(A1)&")".
  2. Copy and paste the results of this as values.
  3. Now you have correct formulae as text. To force their evaluation simply select them and replace (Ctrl+H) = for =. This way formulae are not changed but forced to re-evaluate.
Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.