Edit formula over a range

N

Nate

I have a formula that extends over a large range.
A1 A2
=ROUND(forecast!X3*$Q8,0) =ROUND(forecast!Y3*$Q8,0)

How do I modify the entire range so that it no longer rounds without
completely running a new formula.

Thank ou
 
P

Pete_UK

Highlight column A and do CTRL-H (Find and Replace) as follows:

Find What: ,0)
Replace With: ,10)
then click Replace All

This will round to 10 decimal places, but that should be sufficient to
appear like no rounding.

Hope this helps.

Pete
 

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