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

Using Function Arguments with nested formulas
If writing INDEX in Func. Arguments, type MATCH(. Use the mouse to click inside MATCH in the formula bar. Dialog switches to MATCH.
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,216,073
Messages
6,128,645
Members
449,461
Latest member
kokoanutt

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