ollyhughes1982
Well-known Member
- Joined
- Nov 27, 2018
- Messages
- 793
- Office Version
- 365
- Platform
- MacOS
Hi,
I have the formula (below) and wondered if there is a way to amend it so it only searches strings beginning with the words, rather than for the words being present anywhere within the string.
=SORT(FILTER('parkrun Reader Dump'!B3:B5003,('parkrun Reader Dump'!N3:N5003=1)*('parkrun Reader Dump'!O3:O5003=1)*('parkrun Reader Dump'!P3:P5003=1)*('parkrun Reader Dump'!D3:D5003="United Kingdom")*((ISNUMBER(SEARCH("Pont y",'parkrun Reader Dump'!B3:B5003)))+(ISNUMBER(SEARCH("Ponte",'parkrun Reader Dump'!B3:B5003)))+(ISNUMBER(SEARCH("Ponty",'parkrun Reader Dump'!B3:B5003))))))
Thanks,
Olly.
I have the formula (below) and wondered if there is a way to amend it so it only searches strings beginning with the words, rather than for the words being present anywhere within the string.
=SORT(FILTER('parkrun Reader Dump'!B3:B5003,('parkrun Reader Dump'!N3:N5003=1)*('parkrun Reader Dump'!O3:O5003=1)*('parkrun Reader Dump'!P3:P5003=1)*('parkrun Reader Dump'!D3:D5003="United Kingdom")*((ISNUMBER(SEARCH("Pont y",'parkrun Reader Dump'!B3:B5003)))+(ISNUMBER(SEARCH("Ponte",'parkrun Reader Dump'!B3:B5003)))+(ISNUMBER(SEARCH("Ponty",'parkrun Reader Dump'!B3:B5003))))))
Thanks,
Olly.