I have a worksheet "SCH5" that I have created to serve as a template - so that I can copy and rename for further SCH'S" within the workbook.
I have tried to create a named formula in SCH5 - "FRMStatus" -
IF('SCH5'!AQ16="PAID","P",IF('SCH5'!I16="F","F",IF('SCH5'!I16="o","A",IF('SCH5'!I16="p","P",IF('SCH5'!I16="b","A",IF('SCH5'!I16="I","U",IF('SCH5'!I16="S","U",IF('SCH5'!I16="e","U",IF('SCH5'!I16="r","P",IF('SCH5'!I16="r2","P",""))))))))))
Everytime I save it the 'SCH5' keeps being added to the cell references.
When I now duplicate the worksheet and rename new sheet to SCH6 Excel creates another local sheet name of FRMStatus.
I was hoping to be able to create just one version of the formula that could be used across the 30 odd worksheets and if needed could be changed in just one place.
Help would be greatly appreciated as this is a pretty core need for what I am trying to achieve.
DK
I have tried to create a named formula in SCH5 - "FRMStatus" -
IF('SCH5'!AQ16="PAID","P",IF('SCH5'!I16="F","F",IF('SCH5'!I16="o","A",IF('SCH5'!I16="p","P",IF('SCH5'!I16="b","A",IF('SCH5'!I16="I","U",IF('SCH5'!I16="S","U",IF('SCH5'!I16="e","U",IF('SCH5'!I16="r","P",IF('SCH5'!I16="r2","P",""))))))))))
Everytime I save it the 'SCH5' keeps being added to the cell references.
When I now duplicate the worksheet and rename new sheet to SCH6 Excel creates another local sheet name of FRMStatus.
I was hoping to be able to create just one version of the formula that could be used across the 30 odd worksheets and if needed could be changed in just one place.
Help would be greatly appreciated as this is a pretty core need for what I am trying to achieve.
DK