In the field inheritance formatter module, I just added changed line 85 from this
return array('text', 'number_integer');
to this
return array('text', 'number_integer' , 'nodereference');
For node reference fields, this seems to work just fine. Why not add this to the code?