Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
TechMGR
 
Posts: n/a
Default Creating a counter that does not include hidden rows

I am using a simple counter to apply #'s to a list of notes in Excel. For
example...

1) If anchor is ....
2) When using...
3) Always....

The note numbers are in one column while the notes themselves are in
another. I have a simple counter function that automatically numbers the
notes...
first cell in counter =1, all other cells below equal the previous cell +1
(i.e. =B3 +1). I would like to rewrite this counter such that if the row is
hidden it would equal zero....

I know this won't work as written but this is what I have experimented with...

(Referring to Cell B3)

=IF(Rows("3:3").EntireRow.Hidden, 0, B2+1)

Thanks in advance!


  #2   Report Post  
TechMGR
 
Posts: n/a
Default

I realized I never asked the question...

How can I create a counter that does not include hidden rows?

Thanks

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
Pivot Table unable to Include Hidden Items In Subtotals TC319 Excel Discussion (Misc queries) 1 March 21st 05 07:58 PM
Pivot Table unable to Include Hidden Items In Subtotals TC319 Charts and Charting in Excel 0 February 24th 05 08:53 PM
Ignore Hidden Rows in Sum Function? Jugglertwo Excel Discussion (Misc queries) 3 February 10th 05 01:00 AM
Hidden Data HT Excel Discussion (Misc queries) 3 January 23rd 05 09:41 PM
Hidden page bracks in Excel should be deactivated Tonywww Excel Discussion (Misc queries) 0 December 21st 04 06:21 PM


All times are GMT +1. The time now is 07:03 AM.

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"