+ Reply to Thread
Results 1 to 4 of 4

circular reference caused by reliance of formula in another cell

  1. #1
    Registered User
    Join Date
    02-20-2012
    Location
    A, A
    MS-Off Ver
    Excel for mac 2011
    Posts
    55

    circular reference caused by reliance of formula in another cell

    Hi all,
    I am writing a new spread sheet for my book keeping
    I use a formula in cell C to calculate the figure entered into cell A minus vat cell C is blank until a value is entered into cell A

    =IF(AND(A1="",B1=""),"",A1/1.2)

    now I want Cell B to automatically take the calculated value in cell C from the value entered in Cell A again showing a blank cell until a value is entered in cell A
    I have tried several things but always come up with a circular reference.

    I can limit iteration in the preferences, but this does not leave the cells blank, when no value is entered in cell A

    can anyone help me, probably easy for you guys!!!

    thank you for at least reading this post and hope it gives you a nice little problem to solve.

    by the way this is obviously so that the VAT and nett figures are automatically calculated when putting a gross figure in cell A.

    cheers
    Rob

  2. #2
    Valued Forum Contributor
    Join Date
    04-03-2012
    Location
    East Sussex, UK
    MS-Off Ver
    Excel 2003:2010
    Posts
    893

    Re: circular reference caused by reliance of formula in another cell

    Hi Rob,

    Could you post an example workbook including your formula showing a circ ref so we can have a look where it's going wrong?

    EDIT:

    Having read the OP again, I think this is what you need.
    In C1 enter =IF(A1="","",A1/1.2) and in B1 enter =IF(A1="","",A1-C1)

    Now everything stays blank until you put a value in A1.

    Does that fix your problem?

    S.
    Last edited by Spencer101; 07-15-2012 at 07:44 AM.
    If I've been of help, please hit the star

  3. #3
    Registered User
    Join Date
    02-20-2012
    Location
    A, A
    MS-Off Ver
    Excel for mac 2011
    Posts
    55

    Re: circular reference caused by reliance of formula in another cell

    Hi Spencer,
    sorry for the delay in getting back to you, the in laws came round, so I had to be sociable for a bit!!!!
    thank you so much for your reply, that has worked a treat.
    thank you again
    cheers
    Rob

  4. #4
    Valued Forum Contributor
    Join Date
    04-03-2012
    Location
    East Sussex, UK
    MS-Off Ver
    Excel 2003:2010
    Posts
    893

    Re: circular reference caused by reliance of formula in another cell

    Not a problem Rob. I hope the visit from the in-laws wasn't TOO traumatic

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1