![]() |
![]() |
|
|||||||
| Excel Questions All Excel/VBA questions - formulas, macros, pivot tables, general help, etc. Please post to this forum in English only. |
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
New Member
Join Date: Apr 2002
Posts: 7
|
Hi I would like all of the cells that contain anything in a column to report a column total.
Something like COUNTIF(C11:C250,"apple") but i dont want it to find all of the apples and count them I want it to find everything in tyhe column and total how many there are. A Strong flour Regal ice(White) Regal ice(Green) Regal ice(Brown) Regal ice(black) Cinnamon Caramel doughnuts as you like it bread flour Total = 8 like that |
|
|
|
|
|
#2 | |
|
MrExcel MVP
Join Date: Feb 2002
Location: The Hague
Posts: 50,319
|
Quote:
=COUNTA(C11:C250) Aladin |
|
|
|
|
|
|
#3 |
|
MrExcel MVP
Join Date: Feb 2002
Location: Austin, Texas USA
Posts: 11,654
|
Enter the formula...
="Total = "&COUNTA($A$1:OFFSET(A10,-1,)) ...into cell A10. |
|
|
|
|
|
#4 |
|
New Member
Join Date: Apr 2002
Posts: 7
|
Thanks alot that worked great
|
|
|
|
![]() |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|