We already have RangeFormatString and LastFormatString, with the standard display being of a form like "1-2", "2-3", ">3".
We found that the standard range could take up a lot of room, so I changed the formatting to "<= 2", "<=3", "> 3".
However, this means the first range doesn't tell the full story, becuase we don't know that values less than 1 will not be coloured at all.
Hence my request, so I can set first format separately.
Thanks
Kevin