Excel: Circular References with Ifs

Ethan Strauss 21 Reputation points
2021-01-08T18:57:56.457+00:00

I have a formula in Excel where the value is dependent on the value of the cell above under one condition and the cell below under another condition. Excel sees that there are references which will end up circular with certain values and gives circular ref error, but I know that it would never been an issue because of the way the conditions and values are written.

Is there any way I can tell it to ignore the potential problem and just calculate?

=IFS(B31=100-C$4,C$6*C$5,B31>100-C$4, D30*C$8,TRUE, D32*C$7)
all numbers are positive
C$8 & C$7 are less than 1.

Thanks for any help!

Microsoft 365 and Office | Excel | For business | Windows
0 comments No comments
{count} votes

Accepted answer
  1. Andrew 76 Reputation points
    2021-01-09T17:23:44.107+00:00

    You can try this: https://www.ablebits.com/office-addins-blog/2015/12/15/circular-reference-excel/#iterative-calculations

    If it doesnt work I think you need to restructure your table to avoid it.

    Also Im not sure that what you shared is enough to resolve the problem I couldnt tell where the circular error is coming from, but maybe thats just me.


1 additional answer

Sort by: Most helpful
  1. Erin Ding-MSFT 4,476 Reputation points
    2021-01-11T10:20:12.567+00:00

    @Ethan Strauss

    Please check if the answer given by Andrew-6911 is helpful to you.
    Any updates or questions, please let us know.


    If an Answer is helpful, please click "Accept Answer" and upvote it.
    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.