Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi
When it's possible, then simply avoid such situations - it makes your life much easier :-) When you can't avoid gaps, use an hidden column with enough predefined formulas, to create an always contignous column, and use this column to calculate the number of rows in range. P.e. something like this for cell A100 =IF(AND(OFFSET(A100;1;0)="",B100=""),"",ROW()-NumberOfHeaderRows) -- Arvi Laanemets ( My real mail address: arvil<attarkon.ee ) "Dantz" wrote in message oups.com... thanks lot...but what if my range down can have a gap?...there maybe a cell that is empty within the range... |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How do I set the print range on a form. Regards | New Users to Excel | |||
sorting data from one table/range to another table/range | Excel Discussion (Misc queries) | |||
Need Formula Help Form Table | Excel Worksheet Functions | |||
table or something. form? Template? | Excel Discussion (Misc queries) | |||
Table into a form | Excel Programming |