Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
For what its worth I hashed out the easy part of the formula but still
need to replace "C5" with something that references the intersection of column C with the current row. Selection.FormatConditions.Add Type:=xlCellValue, Operator:=xlGreater, _ Formula1:="=IF(" & "C5" & "=" & """HL""" & "," & _ Selection.End(xlDown).Offset(17, 0).Address _ & "," & _ Selection.End(xlDown).Offset(14, 0).Address _ & ")" With Selection.FormatConditions(1).Font .Bold = True .Italic = False .Strikethrough = False End With Selection.FormatConditions (1).Interior.ColorIndex = 22 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Help with Conditional Format Formula | Excel Worksheet Functions | |||
conditional format with formula | Excel Discussion (Misc queries) | |||
Conditional format formula | Excel Discussion (Misc queries) | |||
Multiple conditional on conditional format formula | Excel Programming | |||
Multiple conditional on conditional format formula | Excel Programming |