3. If 1 cell in the (X/Z) cell range contains data, display the (F8) value in the appropriate E6:E35 Cell followed by ‘__L=’ followed by the data from that 1 cell in the (X/Z) range.
4. If both cells in the (X/Z) cell range contain values, there is one extra thing we do need to add here first, and that is to check whether one or both of the values in these (X/Z) cells contain a value that is larger
OR SMALLER than the largest
OR SMALLEST value displayed in (F8). If neither of them does, the code can run as usual, with the rounding up to the nearest 0.5 value, if a tie choose the lower number, and so forth.
5. If 1 value in the (X/Z) cell range is larger than the largest value displayed in (F8), that one value MUST be the one chosen to be displayed after the ‘L=’ in the appropriate E6:E35 Cell.
IF 1 VALUE IN THE (X/Z) RANGE IS SMALLER THAN THE SMALLEST VALUE DISPLAYED IN (F8), THAT SMALLEST (F8) VALUE MUST BE CHOSEN TO BE DISPLAYED AFTER THE ‘(TB)_X_’ IN THE APPROPRIATE E6:E35 CELL.
6. If both values in the (X/Z) cell range are larger
OR SMALLER than the largest
OR SMALLEST value displayed in (F8), clear the appropriate E6:E35 Cell and stop running the code.
Bookmarks