In my app there are cells for Months (which correspond with month columns in a sharepoint list), these month cells are text fields which form a grid.
I'm creating an auto-populate feature that uses an invisible table with dates and some basic math (total amounts, divided by months equals monthly amount).
I got this to work successfully in my test environment, however - when working with the live app, any time I try to have one of the visible month cells reference one of the hidden math cells (either total, monthly count, or monthly amount) it tells me it creates a 'circular reference' between properties - but it doesn't, I don't think.
The monthly cells do total up in another area, but that field isn't being referenced in any of the equations - has anyone else had trouble with non-existent circular references?