sum range with column priority

288enzo

Well-known Member
Joined
Feb 8, 2009
Messages
735
Office Version
  1. 2016
Platform
  1. Windows
Hi all,

I have two columns of numbers, one is an "estimate" and another is "actual". I'm trying to add up the total giving any number in the actual column priority. As an example:

EstimateActual
-$14.00
-$25.00-$28.00
$1,000.00$1,000.00
$961.00

Should equal $958.00

Estimate is D7:D16
Actual is E7:E16

Thanks!
 
I came up with this:

Excel Formula:
=SUM(FILTER(D7:D16, ISBLANK(E7:E16)))+sum(E7:E16)

Works, are there any unforeseen issues with it?
 
Upvote 0

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