View Single Post
  #1   Report Post  
StephanieH
 
Posts: n/a
Default Sum if Worksheet name contains certain data

I know =MID(CELL("Filename",A1),FIND("]",CELL("Filename",A1))+1,255) will get
me the name of a worksheet. Is it possible to base a SUMIF formla on the
worksheet name? I'd like to set up something that adds cell B23 for all
sheets that contain the numbers 150 in the worksheet name.

I've tried the Conditional Sum wizard, but it doesn't recognize the set of
worksheets as a valid range