I have a sheet layout that will be used for multiple sheets. I'm trying to create one master and then replicate from that and then change the new sheet name.
I have a formula in Sheet1!H1 that =if(A1 = "Yes","A","").
Sheet1!H1 has been named FRMStatus
I've tried creating this as a Name which works in the sheet created. However I want to use it in the other sheets. When I use the name FRMStatus in those sheets it keeps refering back to Sheet1 and therefore giving an incorrect result.
Ultimately I know I can create a formula for each specific sheet but I'm hoping there's a more efficient way that would work and allow me to change the formula in one place later for all the sheets.
DK
I have a formula in Sheet1!H1 that =if(A1 = "Yes","A","").
Sheet1!H1 has been named FRMStatus
I've tried creating this as a Name which works in the sheet created. However I want to use it in the other sheets. When I use the name FRMStatus in those sheets it keeps refering back to Sheet1 and therefore giving an incorrect result.
Ultimately I know I can create a formula for each specific sheet but I'm hoping there's a more efficient way that would work and allow me to change the formula in one place later for all the sheets.
DK