I have a very long function i'm trying to develop. it has two parts, but i only need help on the first:
I am trying to index search a column based on matching a row. However, i'm trying to match a non-value item. i am trying to match a word.
for example:
i want to return a value from column A by finding the first instance of a word in column D.
Initially, i was trying index/match searches, but because my 'lookup-value' is a not a value, it does not allow this function.
(original formula)
=INDEX('S11'!D:D,MATCH(F4,'S11'!H:H,0))
sections in red are words
Is there a vlookup/index style function which allows the use of non-value cells?
this spreadsheet has 7000 rows and hundreds of word variables i'm searching for, additionally, i'm trying to apply this function to lookup all cells with no exact words placed in quotes within the function so i can duplicate it down 600 instances.
any help would be great, thanks!
-HK
I am trying to index search a column based on matching a row. However, i'm trying to match a non-value item. i am trying to match a word.
for example:
i want to return a value from column A by finding the first instance of a word in column D.
Initially, i was trying index/match searches, but because my 'lookup-value' is a not a value, it does not allow this function.
(original formula)
=INDEX('S11'!D:D,MATCH(F4,'S11'!H:H,0))
sections in red are words
Is there a vlookup/index style function which allows the use of non-value cells?
this spreadsheet has 7000 rows and hundreds of word variables i'm searching for, additionally, i'm trying to apply this function to lookup all cells with no exact words placed in quotes within the function so i can duplicate it down 600 instances.
any help would be great, thanks!
-HK