In the hyperlink formula, the quototaion marks and ampersand baffles me a bit. im not sure exactly when to use the ampersand and when to use the quotation marks.
The formula works fine but im just trying to figure out when to use quotation marks and ampersand to join.
in this example to prefix was always 3 characters thefore we alway told the left function to take 3 characters from the left. What if the prefix varied (i.e some prefixes were 3 or 4 or 5) etc... how can i use the same example not only just look at 3 characters from the left.
This has been flagged as spam show
My sister find to marry someone gettop5.info
twannanakashima 1 year ago
=HYPERLINK("[Book1]'"&A2&"'!A1",A2)
Mike can you explain why there are single quotes around this formula
MrHelal123 1 year ago
single quotes are only requires when there are sapces in the names.
If sheet name is rad, you don't need quotes.
If sheet name is rad cool, you need quotes:
'rad cool'
ExcelIsFun 1 year ago
Thanks Mike
In the hyperlink formula, the quototaion marks and ampersand baffles me a bit. im not sure exactly when to use the ampersand and when to use the quotation marks.
The formula works fine but im just trying to figure out when to use quotation marks and ampersand to join.
MrHelal123 1 year ago
The single quotation mark is for when there is a space in a name. The ampersand is for when you want to join items.
ExcelIsFun 1 year ago
Hi Mike,
in this example to prefix was always 3 characters thefore we alway told the left function to take 3 characters from the left. What if the prefix varied (i.e some prefixes were 3 or 4 or 5) etc... how can i use the same example not only just look at 3 characters from the left.
MrHelal123 1 year ago
You would have to find a pattern to exploint, like a dash or something, then use the SEARCH or FIND function.
ExcelIsFun 1 year ago