hi,
I'm having difficulty creating a formula using INDIRECT to cross reference a series of relevant rows (columnA) and searching for specific criteria found in another sheet, and once found outputting each result.
eg: using a csv for the data
Sheet 1 will have the data:
"Reference","Text"
312,"This Is The Text To Search - for AAA"
316,"Some other Text tosearch - for ABA"
319,"Some other text to search for"
312,"other text to search for XXXXXX"
391,"Some - for AaA other text"
312,"this is some - for BDDDFLk data text"
316,"More text other for it search - for AAA"
312,"Text 1 2 3 4 5, for AAA, - for 12345,ro2 extras"
316,"more than other to text"
311,"more other text search"
316," This other has more than text to search for"
312," This - for atestto is for a test but - for including this text"
Sheet 2 will have the extraction:
"Reference","Start Search","End Search","Result 1", "Result 2", "Result 3",.....etc..
312," - for "," ","AAA","BDDDFLk","12345,ro2",atestto","including"
316," other ","search","Text to ","for it ","has more than text to "
....etc..
(Please note: forum italic just used to highlight extraction criteria and bold used to highlight data extracted).
I'm getting stuck on how to approach this - ie multiple VLOOKUP results using Column A matching? and then what?
Needs to be a non-array'd excel formula (due to large size of data), unfortunately not using VB (due to restrictions), etc..
Anyone able to help at all?
Thanks
I'm having difficulty creating a formula using INDIRECT to cross reference a series of relevant rows (columnA) and searching for specific criteria found in another sheet, and once found outputting each result.
eg: using a csv for the data
Sheet 1 will have the data:
"Reference","Text"
312,"This Is The Text To Search - for AAA"
316,"Some other Text tosearch - for ABA"
319,"Some other text to search for"
312,"other text to search for XXXXXX"
391,"Some - for AaA other text"
312,"this is some - for BDDDFLk data text"
316,"More text other for it search - for AAA"
312,"Text 1 2 3 4 5, for AAA, - for 12345,ro2 extras"
316,"more than other to text"
311,"more other text search"
316," This other has more than text to search for"
312," This - for atestto is for a test but - for including this text"
Sheet 2 will have the extraction:
"Reference","Start Search","End Search","Result 1", "Result 2", "Result 3",.....etc..
312," - for "," ","AAA","BDDDFLk","12345,ro2",atestto","including"
316," other ","search","Text to ","for it ","has more than text to "
....etc..
(Please note: forum italic just used to highlight extraction criteria and bold used to highlight data extracted).
I'm getting stuck on how to approach this - ie multiple VLOOKUP results using Column A matching? and then what?
Needs to be a non-array'd excel formula (due to large size of data), unfortunately not using VB (due to restrictions), etc..
Anyone able to help at all?
Thanks