Kathy Belvel
New Member
- Joined
- Nov 11, 2015
- Messages
- 8
I have a table (tblTeeSelectionAnalysis) containing 8 columns and 60 data rows. Each row is the data for a given golfer. Three (3) of the table columns (Low, Actual and High) contain the following information for each player's record as follows;
Low and High contain the low and high handicap Index (HI) values forming the recommended HI range for the recommended tee (white, red, gold, etc.) for the player based on her actual HI, which is contained in the “Actual” column of the table.
Example:
B C D E F G H I
2 Name Declared Recommended Status Low Actual High Notes
3 kathy R/W Combo White Check 20 17.8 26.9 Check selection
Based on the above "Actual" HI value, 17.8, the player should be playing form the White Tees not the declared R/W Combo tees. Setting the Conditional Formatting rule for the Current Selection ($G$3) as follows;
Cell Value not between $F$3 and $H$3
If condition is true, format font color = red
This works great for this one row (row 3). If I copy this cell down to the end of the table (row 62) the between cell references remain $F$3 and $H$3. So, the font highlight is incorrect, as every record referrers back to the original $F$3 and $H$3 between values in row 3.
I have tried the following to no avail;
Any help will be greatly appreciated.
Thanks,
Kathy
Low and High contain the low and high handicap Index (HI) values forming the recommended HI range for the recommended tee (white, red, gold, etc.) for the player based on her actual HI, which is contained in the “Actual” column of the table.
Example:
B C D E F G H I
2 Name Declared Recommended Status Low Actual High Notes
3 kathy R/W Combo White Check 20 17.8 26.9 Check selection
Based on the above "Actual" HI value, 17.8, the player should be playing form the White Tees not the declared R/W Combo tees. Setting the Conditional Formatting rule for the Current Selection ($G$3) as follows;
Cell Value not between $F$3 and $H$3
If condition is true, format font color = red
This works great for this one row (row 3). If I copy this cell down to the end of the table (row 62) the between cell references remain $F$3 and $H$3. So, the font highlight is incorrect, as every record referrers back to the original $F$3 and $H$3 between values in row 3.
I have tried the following to no avail;
- Copying (dragging) the cells down.
- Using the format painter.
- Removing the $ before the row number.
- Removing all $.
- Referencing the between as tblTeeSelectionAnalysis[@Low] and blTeeSelectionAnalysis[@High].
- Referencing the between as [@Low] and [@High].
- Referencing the Applies to as tblTeeSelectionAnalysis[@Actual].
- Any combination of the above I could think of.
Any help will be greatly appreciated.
Thanks,
Kathy