Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.newusers
Dn_
 
Posts: n/a
Default Exclude specific cell from entire column

Is it possible to exclude the column header from an entire column range, so
that it is not included a COUNTA range?
  #2   Report Post  
Posted to microsoft.public.excel.newusers
Ron Coderre
 
Posts: n/a
Default Exclude specific cell from entire column

This may seem overly simple, but:

Just subtract 1 from the formula
Example:

A1: =COUNTA(B1:B1000)-1
Counts all non-blank cells in B1:B1000, then subtracts 1 for the column
header.

Does that help?

***********
Regards,
Ron

XL2002, WinXP-Pro


"Dn_" wrote:

Is it possible to exclude the column header from an entire column range, so
that it is not included a COUNTA range?

  #3   Report Post  
Posted to microsoft.public.excel.newusers
CLR
 
Posts: n/a
Default Exclude specific cell from entire column

=IF(LEN(A1)0,COUNTA(A:A)-1,COUNTA(A:A))

Vaya con Dios,
Chuck, CABGx3



"Dn_" wrote:

Is it possible to exclude the column header from an entire column range, so
that it is not included a COUNTA range?

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Return SEARCHED Column Number of Numeric Label and Value Sam via OfficeKB.com Excel Worksheet Functions 23 January 30th 06 06:16 PM
run a macro in a locked cell Ray Excel Discussion (Misc queries) 8 January 10th 06 12:02 AM
use same cell w/in a function in a entire column. collegeboy28 Excel Discussion (Misc queries) 2 November 22nd 05 02:46 AM
Copy one cell to entire column Tom Excel Discussion (Misc queries) 6 April 27th 05 11:39 PM
How do I reference every "n" cell in a column in Excel? Alma Excel Worksheet Functions 2 March 22nd 05 06:19 PM


All times are GMT +1. The time now is 05:39 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"