Find and Repace on column

pbt

Well-known Member
Joined
Oct 18, 2005
Messages
1,613
I have a spreadsheet where I have created a column to show the Percent Increase based off of two cells. The current price and the increase price. Pretty simple.

My problem is I copied my formula down to the end of my data which is some 1000 rows. In between those rows are blank cells so naturally the Formula returns #DIV/0!.

I clicked on the column that has this formula and did a Ctrl H to replace the #DIV/0! with nothing (no input & with a space), with the Look in Box selected to Formulas. Excel tells me it can't find anything.

My question is, How can I get rid of all the #DIV/0! without having to go to each cell and manually deleting?

It's been awhile since I have been on Mr. Excel, not to mention new computer that is not set up with add-on to portray my sheet.

So to explain below: Third column is formatted as Percent. Formula in that column represent cell address that =(797-766)/766. This formula is copied down, so naturally third column returns the error that I would like to get rid of.

766 797.00 4.05%
729 758.00 3.98%
#DIV/0!
#DIV/0!
766 797.00 4.05%

Any help would be greatly appreciated
 

Excel Facts

How to find 2nd largest value in a column?
MAX finds the largest value. =LARGE(A:A,2) will find the second largest. =SMALL(A:A,3) will find the third smallest
You did not post your formula, so I'll give you a general approach. You can either test the cell for being blank ("") and return "" if it is... or you can wrap your current formula with an IFERROR function call and return "" if the error occurs.
 
Last edited:
Upvote 0
Thanks for the Look

I have This formula in Col K =(I4-G4)/G4 which is copied down to 1000 + rows

Being that I am not set up to post my spreadsheet with the add-on for Mr. Excel at this time, I tried to give a verbal of what I needed.

As my previous post shows it take the Large number minus the Small number divided by the Small to give the Percent increase. This works.

The problem is to get rid of the #DIV/0! being that the formula was copied down.
 
Upvote 0

Forum statistics

Threads
1,214,869
Messages
6,122,015
Members
449,060
Latest member
LinusJE

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top