原始帖子中的一个扩展问题:
是否有任何方法可以使用多个条件链接?
如果 /和语句,我需要使用吗?
An extended question from the original post: Conditional Hyperlink if Value from Sheet1 Matches Value in Sheet2
Is there any way to hyperlink with multiple conditionals?
Would I need to utilise IF / AND statements? ????
FOR EXAMPLE:
When data in two different columns in Sheet 1, B2 ("Number") and C2 ("Letter"), MATCH two columns in Sheet 2, A2 ("Number) and Column B2 ("Letter"), then cell A2 ("Link") in Sheet 1 hyperlinks to A2 in Sheet 2
发布评论
评论(1)
我能够弄清楚它,并希望发布其逻辑(如果它被证明对其他人有帮助的话)。有点长,但想尽可能多地解释以[希望]帮助您理解
I was able to figure it out and wanted to post the logic should it prove to be helpful to anyone else. It's a bit lengthy but wanted to explain as much as possible to [hopefully] assist your understanding ????:
Formula Used...
Basically translates to...
To break it down...
Formula Syntax :
Formula Breakdown :
--> If array contains only one row or column, the corresponding row_num or column_num argument is optional.
--> If array has more than one row and more than one column, and only row_num or column_num is used, INDEX returns an array of the entire row or column in array.
The End Result...