Simple Formula Questions

juic

New Member
Joined
Sep 9, 2011
Messages
1
Hi,

First time poster. Excel isn't my forte, but I'm trying to modify a list and am having trouble doing some pretty basic stuff.

First of all, I have a little formula: =IF(A2=A3,"",K2). If A2 and A3 match, then delete the contents of A2. If they don't match, replace A2 with the contents of K2. When I enter the formula and drag it down through the cells, it changes every cell to "0". I'm not sure where this 0 is coming from, but I know I'm doing something wrong, I just don't know what.

Also, when I enter the formula it gives me a circular reference warning. Is that why the 0 is there? It's not calculating right?

An help would be greatly appreciated!
 

Excel Facts

Which lookup functions find a value equal or greater than the lookup value?
MATCH uses -1 to find larger value (lookup table must be sorted ZA). XLOOKUP uses 1 to find values greater and does not need to be sorted.
you can't compare two cells in the same column with the same formula...in other words, you can't compare cell A2 to A3 and if they equal, change one of the values, because then they DON'T equal...thus according to the formula, now A2 should be K2.

by placing "" in the formula, you are not deleting the formula (as this technically would eliminate the circular reference...). you are simply making the value of the cell "blank"

hope this makes sense. I would recommend not comparing cells in the same column using the same formula...
 
Upvote 0

Forum statistics

Threads
1,224,566
Messages
6,179,550
Members
452,927
Latest member
rows and columns

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