Hi
Before: =IF(ISNUMBER(MATCH(F19,'Combined Sheet'!$E$3:$E$65536,0)),INDEX('Combined Sheet'!D3:D65536,MATCH(F19,'Combined Sheet'!$E$3:$E$65536,0)),"")
After: =IF(ISNUMBER(MATCH(F19,#REF!$E$3:$E$65536,0)),INDEX(#REF!D3:D65536,MATCH(F19,#REF!$E$3:$E$65536,0)),"")
The Formula takes reference from another sheet......If the sheet gets deleted the formula also gets changed. Is there a way i can keep the formula unchanged so that when i add the sheet with same name again it automatically picks up the sheet....
Before: =IF(ISNUMBER(MATCH(F19,'Combined Sheet'!$E$3:$E$65536,0)),INDEX('Combined Sheet'!D3:D65536,MATCH(F19,'Combined Sheet'!$E$3:$E$65536,0)),"")
After: =IF(ISNUMBER(MATCH(F19,#REF!$E$3:$E$65536,0)),INDEX(#REF!D3:D65536,MATCH(F19,#REF!$E$3:$E$65536,0)),"")
The Formula takes reference from another sheet......If the sheet gets deleted the formula also gets changed. Is there a way i can keep the formula unchanged so that when i add the sheet with same name again it automatically picks up the sheet....