I'm currently working with Google Spreadsheets and having couple of problems with text searches. In particular I have to overcome the 'range' limit with text functions like find, match etc. (I want to input matrixes as 'range' but they take just vectors). I've seen that many people do this on Excel scripting in VBA. is there any adaptation of something like thisvba find =find() script for spreadsheets?
The first section is the one which concerns me: finding text and selecting the cell (I have to pick the value 2 rows below the cell containing text).
Thanks beforehand guys ;)