REF error when deleting cells

cherry1810

New Member
Joined
Aug 9, 2018
Messages
1
Error #REF ! Occurs when a formula references an invalid cell, most commonly when the cell is referenced by a formula that has been deleted or pasted.




For example, in the image below, the Outcome column is referenced by the formula: = SUM (A2, B2, C2). If you delete the "Number 2" column, Excel will issue a #REF !
 

Excel Facts

Convert text numbers to real numbers
Select a column containing text numbers. Press Alt+D E F to quickly convert text to numbers. Faster than "Convert to Number"
Re: What is the hole? help me!

Can't see your image, but by deleting the column you have broken the sequence....A2,B2,C2.
While C2 becomes B2, there is part of the formula component missing, so it fails !!!
 
Upvote 0
Re: What is the hole? help me!

Error #REF ! Occurs when a formula references an invalid cell, most commonly when the cell is referenced by a formula that has been deleted or pasted.




For example, in the image below, the Outcome column is referenced by the formula: = SUM (A2, B2, C2). If you delete the "Number 2" column, Excel will issue a #REF !

try using the IF function:
example.. =IF(sum(A2,B2,C2)>0,sum(A2,B2,C2),"")
HTH
 
Upvote 0
Re: What is the hole? help me!

try using the IF function:
example.. =IF(sum(A2,B2,C2)>0,sum(A2,B2,C2),"")
HTH

SO SORRY,
I think the above will not work either....

try this instead:
=IFERROR(SUM(A2,B2,C2),0)
HTH
 
Last edited:
Upvote 0

Forum statistics

Threads
1,215,066
Messages
6,122,948
Members
449,095
Latest member
nmaske

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