Sum if from two different column an

Kirma

New Member
Joined
Oct 21, 2017
Messages
3
Hey, i have the column W that sum the value from column E only if there is specific value in G column
I want to merge it to sum only if there is a value in H column like "2016c" and the is a number at the same row in E column

You can take a look at my excel file, hope you understand
[FONT=source_sans_proregular]https://mega.nz/#!cckDRTrR!zgYZxRdu-e1Obu3Q9ii1tLRNflyanuxz2MRVAsB9jrQ


Thanks[/FONT]
 

Excel Facts

Back into an answer in Excel
Use Data, What-If Analysis, Goal Seek to find the correct input cell value to reach a desired result
Perhaps try
=IF(ISNUMBER(טבלה5[@משוכלל]);IF(טבלה5[@עשיתי]="2016c";IFERROR(ROUND(SUM(SUMIF($G:$G;$K21;$E:$E)/SUMIF($G:$G;$K21;$C:$C));1);0);"");"")
 
Upvote 0
Can you give more details about the error, and better give a link the file with error, as you did before.
 
Upvote 0
"There's a problem with this formula"
38b1b648-6844-4b27-80db-638e4b8f225c.png
 
Upvote 0

Forum statistics

Threads
1,215,162
Messages
6,123,382
Members
449,097
Latest member
Jabe

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