Sheet Functions - Moosevellous/Trace GitHub Wiki
Go to... |
---|
Fill in Header Block Clear Header Block Options Analysis Schedule Builder Fix References |
The Header Block looks like this:
It's on the top of every blank sheet, for consistency.
Fills in Date and Engineer initials using the user name of the computer and internal PC clock.
Clears the cells in the header block of their values.
Compares all the options from two sets of variables and saves the result to a destination range.
- Variable 1: The first line to be varied e.g. dropdown list of fan SWLs
- Variable 2: The second line to be varied e.g. dropdown list of attenuators
- Result: The line of the calculation for the final result e.g. the SPL in the room
- Destination Range: The first line for the results to be printed. Make sure you have enough lines to fit all the options.
Hint: Use the Row Reference function to set up the data validation, then select these ranges as your variables.
Excel formulas sometimes point to places they shouldn't. In case they do this, select a cell with the formula error and click the Fix References button. The part of the formula bounded by apostrophes and exclamation marks (this is the reference bit) is replaced with an empty string (""). This usually fixes things.