View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Bob Umlas[_2_] Bob Umlas[_2_] is offline
external usenet poster
 
Posts: 68
Default Using value stored in cell in formula

=COUNTIF(INDIRECT(A2),'I_O Summary'!B$1)
Bob Umlas
Excel MVP

"Philip Gabe" wrote in message
...
I am using the following formula

=COUNTIF(AU6.0,'I_O Summary'!B$1)

AU6.0 is the name of range.

One of the cells in the spreadsheet (in this case A2) contains the text
AU6.0. Is there a way to use a reference to A2 in my COUNTIF function?