needed formula for conditional sum

kamaruddinjnv

Board Regular
Joined
Mar 14, 2014
Messages
56
PROBLEM WRITTEN IN PICTURE
 

Attachments

  • needed formula of conditional sum.png
    needed formula of conditional sum.png
    76.5 KB · Views: 12

Excel Facts

Can Excel fill bagel flavors?
You can teach Excel a new custom list. Type the list in cells, File, Options, Advanced, Edit Custom Lists, Import, OK
Book1.xlsx
ABCDEFGHIJK
2100100100100505050
3Sub-1Sub-2Sub-3Sub-4Sub-5Sub-6Sub-7
4Total MaxTotal Obtained
51A8080808040450360
62B8080404040350280
73C7070703030400270
Sheet1
Cell Formulas
RangeFormula
J5:J7J5=SUMPRODUCT((C5:I5<>"")*($C$2:$I$2))
K5:K7K5=SUM(C5:I5)
 
Upvote 0
Try this in cell J5 "=SUMIF($C5:$I5,">"&0,C$2:I$2)". Copy down
 
Upvote 0
Solution
Thanks Mr Irobbo314 for your nice solution but working only without formula in C2:I2 , when putting formula in C2:I2 its showing error.
 
Upvote 0

Forum statistics

Threads
1,215,222
Messages
6,123,704
Members
449,118
Latest member
MichealRed

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