Sum nonadjacente cells but ignore zero value

Excel Facts

Select a hidden cell
Somehide hide payroll data in column G? Press F5. Type G1. Enter. Look in formula bar while you arrow down through G.
Your request seems simple enough but can we see an example
 
Upvote 0
=D3+F3+H3+J3+L3+C7+E7+G7+I7+K7
at any given time some of the cells have value and some don't but I am getting " #VALUE1 " instead of a value

I should note that those cells do have formulas in them
 
Last edited:
Upvote 0
I think the best thing would be to have IFERROR functions around the formulas in those cells

e.g if the formula in D3 =C2/D2, you can use IFERROR(C2/D2,0) or IFERROR(C2/D2,"") that way, an error would default to zero, so that your sum is unaffected

cos to start writing IFERROR(D3,0)+IFERROR(F3,0)+IFERROR(I3,0) doesn't look so cool, but would work
 
Upvote 0
Thank you for your time, I actually fixed it by changing the formula in the other cell to return a zero value instead of a blank value
 
Upvote 0

Forum statistics

Threads
1,214,520
Messages
6,120,016
Members
448,936
Latest member
almerpogi

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top