SUMIFS with multiple sumrange

mmille10

New Member
Joined
Dec 12, 2017
Messages
9
Hi,

I am looking for the best way to make a formula to sum two different columns. I have my sumrange in columun G and T. I want it to use the number in G if the cell in T is blank, if it is not blank use the value in T in the sum.


Thanks in advance for your help.


<colgroup><col><col><col span="2"><col><col><col span="2"><col span="2"><col><col><col><col></colgroup><tbody>
</tbody>
 

Excel Facts

How to total the visible cells?
From the first blank cell below a filtered data set, press Alt+=. Instead of SUM, you will get SUBTOTAL(9,)
Welcome to the Board!

Here is one way:
Code:
=SUM(T:T) + SUMPRODUCT(--(T:T=""),--(G:G))
 
Last edited:
Upvote 0
Are you able to explain the dashes please? If i don't understand it i am less likely to remember.

Thanks for the quick response!
 
Upvote 0
Upvote 0

Forum statistics

Threads
1,215,376
Messages
6,124,594
Members
449,174
Latest member
chandan4057

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