I have a formula in my template Sheet Summary that I need to add the dollar amounts in the Annual Cost (Original) column. However, some of the rows will generate #DIVIDE BY ZERO. I need this formula to add only the cells that have a dollar value in them and to ignore the #DIVIDE BY ZERO.
The formula I currently have in the Sheet Summary is:
=IFERROR(SUM([Annual Cost (Original)]:[Annual Cost (Original)]), " ")
This formula is not returning an error but is instead leaving the Sheet Summary field blank.
Can anyone advise on how to fix this? It's not feasible for me to modify the formula in each Sheet Summary as sheets are created from the template to include only the applicable lines.
Thank you!