Forum Discussion
Excel for my church financial reports
I have monthly, quarterly and annual reports. My quarterly reports are an accumulation of numbers for each category i.e. current, building fund, mission for January, February and March, I have been using these reports for number of years. My Pastor set this up for me. I have a column for income for my reports, but I'm getting the #ref in a cell each time I enter the formula. I used the online help and it said if you delete a cell or paste over it this will cause the #ref. How do I clean up these cells so I can re-enter formulas and get the number results I'm looking for ?
3 Replies
- Forgiven311Copper Contributor
The #REF errors happen because manual formulas break when you move or delete cells. If you're building monthly/quarterly/annual reports for your church, you might want to look at Excel add-ins designed for nonprofit and church financial reporting. They handle the report generation automatically from your transaction data, so you never deal with broken formula references again. Some even let you double-click any number to drill down to the underlying transactions.
- SergeiBaklanDiamond Contributor
skbp1970 if your formula refers on individual cell(s) and if you move/delete the cell (not cell value), #REF appears. The workaround is to use ranges and/or offset. That was discussed here https://techcommunity.microsoft.com/t5/Excel/REF-Informular-when-Cut-Paste-the-reference-cells/m-p/391197#M28080
- TwifooSilver ContributorThe error is alerting you that there is an inexistent reference in your formula. To evaluate whether all references in your function arguments are existing, select each function argument, press F9, then press Ctrl+Z.