Good Morning,
I am currently working on a sheet to create CNC drilling programs.
I have several ranges of cells all with defined names.
I wish the defined names to change dependant on what options are selected elsewhere in the sheet.
Above is the code I'm currently using, I'm wishing the "checkdrilling56e1" part to change... now I have no problem with another cell producing this value, however I don't know how to get it into my formula for excel to still treat it as a "defined range".
Thanks for reading.
Tom
I am currently working on a sheet to create CNC drilling programs.
I have several ranges of cells all with defined names.
I wish the defined names to change dependant on what options are selected elsewhere in the sheet.
Code:
=IFERROR(IF($F$38+VLOOKUP($F$36,CHECKDRILLING56E1,K7+1,FALSE)=$F$38,"",
$F$38+VLOOKUP($F$36,CHECKDRILLING56E1,K7+1,FALSE)-VLOOKUP($F$36,CHECKDRILLING56E1,2,FALSE)),
"")
Thanks for reading.
Tom