Forum Discussion
Simple Excel--WHAT has changed in new version?
Is it possible for you to post a copy of the spreadsheet on OneDrive or GoogleDrive and paste a link here that grants edit access to it? Please do so.
I have the computer-based Home and Student version and get the message that my administrator has turned off the Help feature. I am the admin and did not turn it off???
- Nedra1776Feb 08, 2023Copper ContributorHow can synch be speeded up in OneDrive?
- Nedra1776Feb 08, 2023Copper Contributor
- JoeUser2004Feb 08, 2023Bronze Contributor
When we download and open the example file, Excel notes a circular reference in E12. There is a similar circular reference in D12. The formulas are:
D12: =SUM(D2:D12)
E12: =SUM(E2:E12)
When there are circular references, Excel aborts the worksheet recalculation. That might leave some cells in inconsistence states.
That is why the calculations in D13 and E13 return zero.
The remedy is to eliminate the circular references. One way:
D12: =SUM(D2:D11)
E12: =SUM(E2:E11)
Alternatively, the following formula allows you to insert rows above the SUM row.
D12: =SUM(D$2:INDEX(D:D,ROW()-1))
Copy D12 into E12
- mathetesFeb 08, 2023Silver Contributor
Does the attached file work on your system? If it does--which it should--there's nothing wrong with your system. You may have somehow inadvertently set a column to something other than general.
Feel free to post a copy of your spreadsheet on OneDrive or GoogleDrive with a link pasted here that grants edit access to that file. We can't diagnose with just a description that does "It doesn't work."