Google Spreadsheets: match multiple variables in multiple columns using match -


google spreadsheets: trying match multiple variables in multiple columns

i have tried code

=match(t7&c7&"v";t$2:t6&c$2:c6&k$2:k6) 

that expected woork, not .... ideas how can this?

try this:

=arrayformula(match(t7&c7&"v",arrayformula(transpose(split(concatenate(t$2:t6&c$2:c6&k$2:k6&"|"),"|"))),0)) 

if not work, please give example of data


Comments

Popular posts from this blog

Magento/PHP - Get phones on all members in a customer group -

php - .htaccess mod_rewrite for dynamic url which has domain names -

Website Login Issue developed in magento -