View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
JLatham JLatham is offline
external usenet poster
 
Posts: 2,203
Default how I will gat count rows number and r botom coner

If you want the count of rows and cells to appear in a cell that is the lower
right corner cell on a worksheet, use this formula in that cell.
="Rows: " & ROW() & " Cells: " & ROW()*COLUMN()

For example, if you put that formula in cell E9, it will display:
Rows: 9 Cells: 45



"2003 excel" wrote:

Hvae a excel 2003 and I like to see the count clls or rows how I will gat
number and r botom coner how many I hvae?