Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]() |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
You may need to actually elaborate what you're trying to do. Somehow the
subject line just doesn't say it. -- "trussdesigns" wrote in message ... |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
You should also post in the body of the message or some of us can't reply
"PCLIVE" wrote: You may need to actually elaborate what you're trying to do. Somehow the subject line just doesn't say it. -- "trussdesigns" wrote in message ... |
#4
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
i have a list of items in a column. i have a column heading at the top. i'd
like to have a count beside the column heading in perithesis letting me know how many items are below that column. "PCLIVE" wrote: You may need to actually elaborate what you're trying to do. Somehow the subject line just doesn't say it. -- "trussdesigns" wrote in message ... |
#5
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Try:
="My Header ("&COUNTA(G2:G100)&")" -- HTH Sandy In Perth, the ancient capital of Scotland and the crowning place of kings Replace @mailinator.com with @tiscali.co.uk "trussdesigns" wrote in message ... i have a list of items in a column. i have a column heading at the top. i'd like to have a count beside the column heading in perithesis letting me know how many items are below that column. "PCLIVE" wrote: You may need to actually elaborate what you're trying to do. Somehow the subject line just doesn't say it. -- "trussdesigns" wrote in message ... |
#6
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
="("&COUNTA(A2:A50000)&")"
change the cell range to fit your requirements -- Regards, Peo Sjoblom "trussdesigns" wrote in message ... i have a list of items in a column. i have a column heading at the top. i'd like to have a count beside the column heading in perithesis letting me know how many items are below that column. "PCLIVE" wrote: You may need to actually elaborate what you're trying to do. Somehow the subject line just doesn't say it. -- "trussdesigns" wrote in message ... |
#7
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Assuming your heading is in A1, modify it to this:
="your_heading ("&COUNTA(A2:A65536)&")" Hope this helps. Pete On Aug 13, 5:18*pm, trussdesigns wrote: i have a list of items in a column. i have a column heading at the top. i'd like to have a count beside the column heading in perithesis letting me know how many items are below that column. "PCLIVE" wrote: You may need to actually elaborate what you're trying to do. *Somehow the subject line just doesn't say it. -- "trussdesigns" wrote in message ...- Hide quoted text - - Show quoted text - |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Excel - Golf - how to display "-2" as "2 Under" or "4"as "+4" or "4 Over" in a calculation cell | Excel Discussion (Misc queries) | |||
CountA, Subtotal and "move to the first cell in the next column" | Excel Worksheet Functions | |||
CountA, Subtotal and "move to the first cell in the next column" | Excel Discussion (Misc queries) | |||
Excel: Changing "numeric $" to "text $" in a different cell. | Excel Worksheet Functions | |||
Insert "-" in text "1234567890" to have a output like this"123-456-7890" | Excel Discussion (Misc queries) |