I keep getting this annoying message from excel warning me that I've made a
circular reference.
as per help definition: it's "a formula that directly or indirectly refers back
to the cell that contains the formula."
The formula i'm using is a very simple if statement like =IF(D4="Key",B4,"")
It's supposed to check if Cell D4 has the word "Key" then it would grab the
value of B4 otherwise it would remain blank
The formula works fine and gives me the output I want, I'm just trying to figure
out how the reference is circular .... I'm not refering back
to the cell containing the forumla! Any Ideas?