Hi All,
I have a formula that returns the name of the current worksheet if any of the other worksheets have a B8 cell that equals TEST, this can be seen below:
=IF(SUMPRODUCT(COUNTIF(INDIRECT("'"&MySheets&"'!"&CELL("address",B8)),"=TEST")),MID(CELL("filename"),FIND("]",CELL("filename"))+1,255),"NO")
This returns the name of the worksheet that holds this formula instead of the worksheet that has the B8 cell that has the text TEST in it.
I need the worksheet (or worksheets) name(s) returned for any of the worksheet(s) that meets this condition.
Any help would be much appreciated.
Thanks Gipy.
I have a formula that returns the name of the current worksheet if any of the other worksheets have a B8 cell that equals TEST, this can be seen below:
=IF(SUMPRODUCT(COUNTIF(INDIRECT("'"&MySheets&"'!"&CELL("address",B8)),"=TEST")),MID(CELL("filename"),FIND("]",CELL("filename"))+1,255),"NO")
This returns the name of the worksheet that holds this formula instead of the worksheet that has the B8 cell that has the text TEST in it.
I need the worksheet (or worksheets) name(s) returned for any of the worksheet(s) that meets this condition.
Any help would be much appreciated.
Thanks Gipy.