Conditionally reference another worksheet
My mathcad worksheet performs various calculations and references another mathcad worksheet that contains various fluid properties. I have several worksheets of properties each for a different fluids and I would like to be able to easily switch which file is being referenced depending on which fluid I am interested in without having to delete the reference and insert a new one.
In my main worksheet with all of the calculations I would like a variable that tells the rest of the worksheet which file to reference.
Fluid = "Fluid 1"
Calculations use properties of "Fluid 1"

