+ Reply to Thread
Results 1 to 2 of 2

Stop circular reference warning

Hybrid View

  1. #1
    Forum Contributor
    Join Date
    04-12-2013
    Location
    Crayford, kent
    MS-Off Ver
    Excel 2013
    Posts
    394

    Stop circular reference warning

    Is there a way to stop the circular reference warnng from happening?

    Basically my formulas depend on the value of D4 to where they are looking for the cell value, but my formulas return a circular reference warning, and this is the only way i can figure out exactly what i need. I dont want to add another cell(s) in my sheet and creat unecessary data just to resolve this

    Is there a way?

    In cell D14

    Formula: copy to clipboard
    =IF(D4="Budget",'Volume Splits'!D5,IF(D4="Actual",D20/$D$24,IF(D4="Reforecast",'Volume Splits'!D5)))


    In cell D20

    Formula: copy to clipboard
    =IF(D4="Budget",D14*D$9,IF(D4="Actual",'Order Summary'!C107,IF(D4="Reforecast",D14*D$9)))

  2. #2
    Forum Contributor
    Join Date
    04-12-2013
    Location
    Crayford, kent
    MS-Off Ver
    Excel 2013
    Posts
    394

    Re: Stop circular reference warning

    Solved

    Some of my data was summing the %'s, by multiplying the total by the second total, instead i changed it to sum totals and sum %'s, and this removed the circular reference

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Tags for this Thread

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