Home |
Search |
Today's Posts |
|
#1
![]() |
|||
|
|||
![]()
Excel Users,
Is something like this possible in a cell: COUNTA(B3:B(C47)) This doesn't work for me if I put a number in C47. Thanks for any help. |
#2
![]() |
|||
|
|||
![]()
Roger
Try: =COUNTA(INDIRECT("B3:B"&C47)) Regards Trevor "RogerBarker" wrote in message ... Excel Users, Is something like this possible in a cell: COUNTA(B3:B(C47)) This doesn't work for me if I put a number in C47. Thanks for any help. |
#3
![]() |
|||
|
|||
![]()
Take a look at the INDIRECT function that allows you to build a reference
with strings and numbers. =COUNTA(INDIRECT("B3:B"&C47)) -- Regards Ken....................... Microsoft MVP - Excel Sys Spec - Win XP Pro / XL 97/00/02/03 ---------------------------------------------------------------------------- It's easier to beg forgiveness than ask permission :-) ---------------------------------------------------------------------------- "RogerBarker" wrote in message ... Excel Users, Is something like this possible in a cell: COUNTA(B3:B(C47)) This doesn't work for me if I put a number in C47. Thanks for any help. |
#4
![]() |
|||
|
|||
![]()
Use INDIRECT:
=COUNTA(INDIRECT("B3:B"&C47)) HTH Jason Atlanta, GA -----Original Message----- Excel Users, Is something like this possible in a cell: COUNTA(B3:B(C47)) This doesn't work for me if I put a number in C47. Thanks for any help. . |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Match / Vlookup within an Array formula | Excel Discussion (Misc queries) | |||
revert formula insertion to old method | Setting up and Configuration of Excel | |||
Relative Indirect Formula Referencing? | Excel Worksheet Functions | |||
Help with macro formula and variable | Excel Worksheet Functions | |||
Cell doesn't show formula result - it shows formula (CTRL + ' doe. | Excel Worksheet Functions |