SUMIF - SUM FROM TWO COLUMNS

amit96

New Member
Joined
Feb 15, 2022
Messages
27
Office Version
  1. 2013
Platform
  1. Windows
Hello,

someone knows how can i sum two coulmns in sumif?

explenation -

if range B3:B1700 = B3 ,then sum
coulmns "W" and "X"
(im in cell Y3)



thank you!
 

Excel Facts

Create a chart in one keystroke
Select the data and press Alt+F1 to insert a default chart. You can change the default chart to any chart type
Hi,

May be:

Excel Formula:
=SUMIF(B3:B1700,B3,W3:W1700)+SUMIF(B3:B1700,B3,X3:X1700)
 
Upvote 0
does
=SUMPRODUCT(($W$3:$X$1700)*($B$3:$B$1700=$B$3))
work
Sumproduct grid based on Header.xlsx
ABCUVWXY
1
2
3a1722
4b28
5c31
6a42
7a53
8c64
Sheet2
Cell Formulas
RangeFormula
Y3Y3=SUMPRODUCT(($W$3:$X$1700)*($B$3:$B$1700=$B$3))
 
Upvote 0

Forum statistics

Threads
1,215,004
Messages
6,122,656
Members
449,091
Latest member
peppernaut

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