Counting inputted cells

happyman123uk

Board Regular
Joined
Mar 19, 2012
Messages
69
I have a table that has a range of cells in it
abcdefghijklmnopqrstuvwxy
1121847
2726767
370454556
43456
55667
6total inputted cells is14

<tbody>
</tbody>
So my question is: how do I count the cells that have been inputted with numbers and keep a running total in say cell F6
 

Excel Facts

Remove leading & trailing spaces
Save as CSV to remove all leading and trailing spaces. It is faster than using TRIM().
Excel Workbook
ABCDEFGHIJKLMNOPQRSTUVWXY
1121847
2726767
370454556
43456
55667
6total inputted cells is14
Sheet
 
Upvote 0
Sheet

ABCDEFGHIJKLMNOPQRSTUVWXY
112 18 47
2 72 67 67
3 70 45 45 56
4 34 56
5 56 67
6 total inputted cells is14

<colgroup><col style="font-weight:bold; width:30px; "><col style="width:32px;"><col style="width:32px;"><col style="width:32px;"><col style="width:32px;"><col style="width:67px;"><col style="width:32px;"><col style="width:32px;"><col style="width:32px;"><col style="width:32px;"><col style="width:32px;"><col style="width:32px;"><col style="width:32px;"><col style="width:32px;"><col style="width:32px;"><col style="width:32px;"><col style="width:32px;"><col style="width:32px;"><col style="width:32px;"><col style="width:32px;"><col style="width:32px;"><col style="width:32px;"><col style="width:32px;"><col style="width:32px;"><col style="width:32px;"><col style="width:32px;"></colgroup><tbody>
</tbody>

Formeln der Tabelle
ZelleFormel
F6=COUNT(A1:Y5)

<tbody>
</tbody>

<tbody>
</tbody>


Excel Tabellen im Web darstellen >> Excel Jeanie HTML 4.8

Thanks but what if I have a gap in the data say I cant input column e,j,u as they already contain text or data I don't want to include in the count
 
Upvote 0
I'm glad to help you. Thanks for the feedback.
 
Upvote 0

Forum statistics

Threads
1,215,419
Messages
6,124,796
Members
449,189
Latest member
kristinh

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