pedromrnovaes
New Member
- Joined
- Nov 13, 2015
- Messages
- 9
The answer to this question would save HOURS of work every week of my life. So thank you!!
The case is, I need to creat a hyperlink to another workbook using only the ID of a client. The ID is a 4 digit number (like 2343) and the adress is always "C:\\Users\samsung\FICHA-2343.xlsx".Only changing the "2343".
Everyday we have to register the ID in one column of the "Clients" table (the B column) and then create a hyperlink in another column (the C column) using the old way, Ctrl+k and selecting the file. I'm talking hundreds of clients every week. This takes a lot of time. Generating a hyperlink automatically based on the ID would be AWESOME.
But how do I do that?? It seems "doable".
Here is my attempt at resolving this:
My solution so far (probably a terrible one) was, outside of the table, creating a column that reffered to the "ID" column but with a custom fromat so it appeared as "FICHA-xxxx.xlsx" (but only with formatting, not changing the value, I don't know how to do that). Than I would put "C:\\Users\samsung\" in another cell and finally use the HYPERLINK function to creat a link based on that. It would look like this (Lets say G1 had the ID formatted in the right way (as FICHA-xxxx.xlsx) and F5 had "C:\\Users\samsung\):
=HYPERLINK(B1&F5)
BUT it didn't work at all. The result was "C:\\Users\samsung\2343", meaning that excel is not referring to the formatted cell as she looks, formated. It's only looking at it's value.
I could really use some help. Thanks guys.
The case is, I need to creat a hyperlink to another workbook using only the ID of a client. The ID is a 4 digit number (like 2343) and the adress is always "C:\\Users\samsung\FICHA-2343.xlsx".Only changing the "2343".
Everyday we have to register the ID in one column of the "Clients" table (the B column) and then create a hyperlink in another column (the C column) using the old way, Ctrl+k and selecting the file. I'm talking hundreds of clients every week. This takes a lot of time. Generating a hyperlink automatically based on the ID would be AWESOME.
But how do I do that?? It seems "doable".
Here is my attempt at resolving this:
My solution so far (probably a terrible one) was, outside of the table, creating a column that reffered to the "ID" column but with a custom fromat so it appeared as "FICHA-xxxx.xlsx" (but only with formatting, not changing the value, I don't know how to do that). Than I would put "C:\\Users\samsung\" in another cell and finally use the HYPERLINK function to creat a link based on that. It would look like this (Lets say G1 had the ID formatted in the right way (as FICHA-xxxx.xlsx) and F5 had "C:\\Users\samsung\):
=HYPERLINK(B1&F5)
BUT it didn't work at all. The result was "C:\\Users\samsung\2343", meaning that excel is not referring to the formatted cell as she looks, formated. It's only looking at it's value.
I could really use some help. Thanks guys.