Hi,
Thanks,I understand that UserResponse() captures the value entered in the prompt.
But I am not sure how to use this in the hyperlink url.
For Eg:
When I create a simple hyperlink to google.com, the formula which gets formed is as below.
="<a href=\"www.google.com\" title=\"\" target=\"_blank\" nav=\"web\">"+"Click here"+"</a>"
How do I use a UserResponse() function or any other custom variable in place of "www.google.com" so that the link itself changes.
Thanks...