Home |
Search |
Today's Posts |
#1
![]() |
|||
|
|||
![]()
What would the formula be to count the number of line items? If I have 383
rows typed, I want the formula to calculate that. If I add another 20 rows, I want the formula to automatically update to 403. Thank you Connie Martin |
#2
![]() |
|||
|
|||
![]()
Never mind! I figured it out. Posted my question too soon. I just used:
=COUNT(B1:B500) and it gives me the answer I want. I used row 500 because that will always be well past the typed rows, so it will always ensure not to miss counting any. Connie "Connie Martin" wrote: What would the formula be to count the number of line items? If I have 383 rows typed, I want the formula to calculate that. If I add another 20 rows, I want the formula to automatically update to 403. Thank you Connie Martin |
#3
![]() |
|||
|
|||
![]()
Hi
=COUNTA(A1:A1000) -- Regards Frank Kabel Frankfurt, Germany "Connie Martin" schrieb im Newsbeitrag ... What would the formula be to count the number of line items? If I have 383 rows typed, I want the formula to calculate that. If I add another 20 rows, I want the formula to automatically update to 403. Thank you Connie Martin |
#4
![]() |
|||
|
|||
![]() The simplest way is =counta(A1:A65536) -- Alex Delamain ------------------------------------------------------------------------ Alex Delamain's Profile: http://www.excelforum.com/member.php...o&userid=11273 View this thread: http://www.excelforum.com/showthread...hreadid=274579 |
#5
![]() |
|||
|
|||
![]() If column B contains text then you should use =COUNTA instead -- Alex Delamain ------------------------------------------------------------------------ Alex Delamain's Profile: http://www.excelforum.com/member.php...o&userid=11273 View this thread: http://www.excelforum.com/showthread...hreadid=274579 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Creating an EXCEL COUNTIF formula for a range of values | Excel Discussion (Misc queries) | |||
"countif" from multiple worksheets within workbook | Excel Discussion (Misc queries) | |||
Subtotal And Countif | Excel Discussion (Misc queries) | |||
countif, again | Excel Worksheet Functions | |||
combining countif formulas | Excel Worksheet Functions |