Sum the number of cells in a row

Peter083

Board Regular
Joined
Feb 26, 2011
Messages
53
Hi, can someone please help with the following. If I have 20% in C2, 30% in D2, 40% in E2, 0% in F2 and 0% in G2. I am trying to find a way that I can add these cells iin H2 so that H2 returns 3 (3 cells in Row 2 have been filled in) and not the sum of 20,30,40,0,0. I would guess its some kind of formatting but I can't figure it out after 3 days.
 

Excel Facts

Excel Joke
Why can't spreadsheets drive cars? They crash too often!
Hi, can someone please help with the following. If I have 20% in C2, 30% in D2, 40% in E2, 0% in F2 and 0% in G2. I am trying to find a way that I can add these cells iin H2 so that H2 returns 3 (3 cells in Row 2 have been filled in) and not the sum of 20,30,40,0,0. I would guess its some kind of formatting but I can't figure it out after 3 days.

Try...

=SUM(COUNTIF(C2:G2,{"<0",">0"}))
 
Upvote 0

Forum statistics

Threads
1,214,627
Messages
6,120,610
Members
448,973
Latest member
ChristineC

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