Forum Discussion
Hugh Oake
Oct 03, 2018Copper Contributor
Error "The formula in this cell refers to a range that has additional numbers adjacent to it." Formu
Error "The formula in this cell refers to a range that has additional numbers adjacent to it." Formula "=IF(OR(ISBLANK(O13)),"",(SUM(G12:G13)*0.09/365*O13))" what's wrong? I like for this in a column...
Hugh Oake
Oct 03, 2018Copper Contributor
What needs to be changed? Thanks.
SergeiBaklan
Oct 03, 2018MVP
I didn't catch what you'd like to calculate, at least the formula shall not refer to itself. Perhaps something like
=IF(OR(ISBLANK(N12)),"",SUM($R$2:R11)+SUM($S$2:S10))
but again, I'm not sure what is the business logic behind
- rebeccahibbenDec 02, 2018Copper Contributor
I have the same error message, but I don't know what a circular reference is. Why is it bad?
- SergeiBaklanDec 03, 2018MVP
- Hugh OakeDec 03, 2018Copper Contributor
Thank you very much for your help. I love to be as good with this spreadsheet as you are.