Well what I am trying to do now is add cell A2 into a hyperlink, but heres the kicker.... I need cell A2's numerical value to be base64 encoded...

I.E. track.php?next_controller=stats&next_action=view&next_params=%7B%22user%22%3A%22MTAwMDAwMTY3NjUzMDAz%3D%3D%22%7D
Cell A2=100000167653003
Cell A2 in base 64=MTAwMDAwMTY3NjUzMDAz


Also I am trying to have it open a new window when clicked..
And have a display name of say "User"

This is the site I have used to get base 64 encoding..
http://rumkin.com/tools/compression/base64.php



I know this is asking a lot, I Posted before about using a cell value in a hyperlink and this forum was invaluable.. So now I call on your great wisdom again... I am not even sure if this can be done...

Thank you very much in advance