View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Big H Big H is offline
external usenet poster
 
Posts: 37
Default Help With Dynamic Range

Hi There,

I am not sure if what I want can be done with a Dynamic Range. The formula
below works great for capturing anything within the range that is "CCLS",
however I now require the formula to look down ColumnA and ColumnI, and
anything that matches "Actual" in ColumnA and anything that matches "CCLS"
in columnI, highlight this range.


tia Harry




=OFFSET(SearchResults!$A$2,0,0,COUNTIF(SearchResul ts!$I:$I,"CCLS"),12)