Hi,
It is possible. However it requires a bit of programming skills. If you want to figure out by yourself, you can look at components/com_grid/views/GridView.php.
While fetching and displaying data, you have to find your field, check the value, and output a proper html.
But as I said it is quite a job.