Hi folks stuck on this formula
I have this array formula that returns a cell value from another worksheet named (1)
IF(ROWS($C$7:C7)>$B$6,"",INDEX('1'!$H$11:$AO$11,SMALL(IF('1'!$H$11:$AO$11='1'!$K$4,COLUMN('1'!$H$11:$AO$11)-COLUMN('1'!$H$11)+3),ROWS($C$7:C7))))
now this works ok but I have 54 sheets with the exact same layout and was wondering if it was possible to run this formula across all 54 sheets
sheets are named 1-54
I have this array formula that returns a cell value from another worksheet named (1)
IF(ROWS($C$7:C7)>$B$6,"",INDEX('1'!$H$11:$AO$11,SMALL(IF('1'!$H$11:$AO$11='1'!$K$4,COLUMN('1'!$H$11:$AO$11)-COLUMN('1'!$H$11)+3),ROWS($C$7:C7))))
now this works ok but I have 54 sheets with the exact same layout and was wondering if it was possible to run this formula across all 54 sheets
sheets are named 1-54