Formula results not updating when inserting cells

mrstoked

New Member
Joined
Jul 11, 2014
Messages
5
Basically, I have a formula that checks to see if the text of one column is within the text of another. Pretty simple.

However, when I insert cells then the formula does not automatically update even though I have it set to Auto Update.

Here's a short video of the problem: Screen Recording 2022-10-25 at 02.07.34.02 PM

This thing is frustrating me -- probably a little too much.

Thanks
 

Excel Facts

Square and cube roots
The =SQRT(25) is a square root. For a cube root, use =125^(1/3). For a fourth root, use =625^(1/4).
When you are deleting a row/column that is directly addressed in a formula (such as cell F366, which had Santa Rosa County, FL), the formula that it was being used in now has nothing to point to on that side, so it will show you a #REF! instead. If this were a range, you would be able to sneak away no problem, but not this way.

I would suggest using a series of SUMIF or VLOOKUP, as opposed to matching and shifting them.

Also....the 2 counties that you deleted, check out the St. vs Saint
 
Upvote 0

Forum statistics

Threads
1,225,761
Messages
6,186,890
Members
453,383
Latest member
SSXP

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