I am making a named function that needs to reference a cell in the sheet and whenever I make it and type for instance $D$4 it converts it to 'SheetName'!$D$4(First sheet's D4) making it to where I can't use the named function in other sheets.
Is there a way I can make it look at the D4 in the current sheet or do I need to manually make a named function for every sheet that I use it in?