I share here an issue I have faced with Google Sheets when using a formula in a Table that references a column by name.
I have submitted a Feedback/ Request via Help -> Help Sheets Improve
Problem / Use Case Description
The behavior is not similar to Microsoft Excel.
The structured reference Table[Column Name] refers to the whole column and not the value of the cell of the named Column in the same row as the current cell in the table referring to it. (Contrary to Excel [@[Column Name]]
What I could find about this issue in the Internet are these 2 references:
unfortunately without solution
Solution/ Workaround
I haven't found a clean solution.
My current workaround is to cast the column with a string function like LOWER or UPPER as shown below:
=HYPERLINK(CONCATENATE("https://www.",LOWER(Books[Purchased at]),"/dp/",UPPER(Books[ASIN])),"Link")
If you know a solution please comment below.
No comments:
Post a Comment