Thread: Indirect II
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
Bob Phillips Bob Phillips is offline
external usenet poster
 
Posts: 10,593
Default Indirect II

You could use

=COUNTIF(OFFSET(B5,0,0,$AM5,1);"*("&$AN5&")*")

--
HTH

Bob

(there's no email, no snail mail, but somewhere should be gmail in my addy)

"Felix" wrote in message
...
Is it possible to combine the formula

=COUNT.IF($B$5:$B$44;"*("&$AN5&")*")

with "INDIRECT" in order to change the 44 in B44 into any (line-)number?
The numbers will be placed in cell AO37.

Thank you.

--
Felix