Hi All,
I need some help please and I can't seem to find any guides that cover this, so apologies if this is very novice.
I have a drop down box and I am trying to get it to generate a hyperlink in the cell next to it, but assign a name (i.e. if url is www.google.com, give me a link that is titled "Link" - not show me the whole url. Example:
IF Cell A1 = "Google" THEN
Cell B1 = "www.google.com","Google Link" ELSE
IF Cell A1 = "Bing" THEN
Cell B1 = "www.bing.com","Bing Link" ELSE
Cell B1 = ""
Seems simple enough but I just can't get it to work. Tried =HYPERLINK function but it seems to work in reverse, i.e. dropdown has to have the whole URL in it.
Apologies if I am not making sense, I am trying to teach myself.
I need some help please and I can't seem to find any guides that cover this, so apologies if this is very novice.
I have a drop down box and I am trying to get it to generate a hyperlink in the cell next to it, but assign a name (i.e. if url is www.google.com, give me a link that is titled "Link" - not show me the whole url. Example:
IF Cell A1 = "Google" THEN
Cell B1 = "www.google.com","Google Link" ELSE
IF Cell A1 = "Bing" THEN
Cell B1 = "www.bing.com","Bing Link" ELSE
Cell B1 = ""
Seems simple enough but I just can't get it to work. Tried =HYPERLINK function but it seems to work in reverse, i.e. dropdown has to have the whole URL in it.
Apologies if I am not making sense, I am trying to teach myself.