Translationguy
New Member
- Joined
- Nov 4, 2016
- Messages
- 26
Hi All
I'm running into a bit of an issue I can't work out, granted I have a horrible cold right now... I did post this before but there are no answers to it, and searching the forums it doesn't show up..
I have this formula to find content in a sheet called "Test", it works perfectly until later:
=INDEX(Test!F:F,SMALL(IF($AX$92=Test!E:E,IF(A150=Test!B:B,ROW(Test!E:E)-ROW(Test!E1))+1),2))
What I want it to do/does is, search the Test sheet for:
This is working fine, until I start adding more languages underneath. Once I add the Spanish keywords, it no longer functions correctly. My mind is a bit foggy right now, but I can't understand why it works until more content is added under.
Any help would be massively appreciated!
I'm running into a bit of an issue I can't work out, granted I have a horrible cold right now... I did post this before but there are no answers to it, and searching the forums it doesn't show up..
I have this formula to find content in a sheet called "Test", it works perfectly until later:
=INDEX(Test!F:F,SMALL(IF($AX$92=Test!E:E,IF(A150=Test!B:B,ROW(Test!E:E)-ROW(Test!E1))+1),2))
What I want it to do/does is, search the Test sheet for:
- English keyword in E
- "Portugal - BGP" in B
- When there's a match, return the result from column F (other languages' keywords)
- In this instance, skip the first result and instead give me the 2nd result
This is working fine, until I start adding more languages underneath. Once I add the Spanish keywords, it no longer functions correctly. My mind is a bit foggy right now, but I can't understand why it works until more content is added under.
Any help would be massively appreciated!