If ({Command.notready} = 1 AND {Command.Total_minutes} > 15 )Then
Formula = crRed
elseIf( {Command.notready} = 2 AND {Command.Total_minutes} > 30 )Then
Formula = crYellow
elseIf ({Command.notready} = 3 AND {Command.Total_minutes} > 45 )Then
Formula = crBlue
elseIf ({Command.notready} = 4 AND {Command.Total_minutes} > 60 )Then
Formula = crGreen
else
Formula = crNocolor
End If
ALL FIELDS APPEAR BLUE.