The closest character I know of is 0130. To use this hold the ALT key and hit 0130 on your num pad. It's either that or use a range as described earlier. You can't use an actual comma. It won't be recognized as a number, you'll have to parse it out afterwards with a formula, like this...

=SUBSTITUTE(A1,CHAR(130),",")
HTH