How do I replace negative values by a character

N

Nikki

assuming your data is number...
ctl+H to replace
in Find what type -*
in replace with type B

this should replace all the negative numbers with B
 
Top