jgreer7322
New Member
- Joined
- Apr 22, 2023
- Messages
- 15
- Office Version
- 365
- Platform
- Windows
Hi
I am by no means (at all) an excel expert, but here goes ... I have built a Welsh/english dictionary on O365 Excel, and have used the FILTER function to:
1. search for content in the 'Welsh' column, and display 3 rows (there is an example screenshot below), e.g. look for words that contain 'awr'
2. the same for the 'English' column
3. A search for words that start, or end with, up to three letters, e.g. 'lla'
It all seems to work fine, but ... I want to share the workbook with fellow students, at least of one whom is on Excel 2016, which doesn't support the FILTER function.
So the question is ... how would I rewrite the following for 2016 users?
=IFERROR(FILTER(B2:D4580,ISNUMBER(SEARCH(F1, B2:B4580))), "No Result")
=IFERROR(FILTER('Welsh English'!$B$2:$D$4800,ISNUMBER(SEARCH(C1,(LEFT('Welsh English'!$B$2:$B$4800, 3))))),"No result")
Columns B to D are: Welsh words, English words, Notes respectively, while F1 and C1 in the formulae above are the search boxes.
Thanks in advance for any help you can give!
Cheers.
Jim
I am by no means (at all) an excel expert, but here goes ... I have built a Welsh/english dictionary on O365 Excel, and have used the FILTER function to:
1. search for content in the 'Welsh' column, and display 3 rows (there is an example screenshot below), e.g. look for words that contain 'awr'
2. the same for the 'English' column
3. A search for words that start, or end with, up to three letters, e.g. 'lla'
It all seems to work fine, but ... I want to share the workbook with fellow students, at least of one whom is on Excel 2016, which doesn't support the FILTER function.
So the question is ... how would I rewrite the following for 2016 users?
=IFERROR(FILTER(B2:D4580,ISNUMBER(SEARCH(F1, B2:B4580))), "No Result")
=IFERROR(FILTER('Welsh English'!$B$2:$D$4800,ISNUMBER(SEARCH(C1,(LEFT('Welsh English'!$B$2:$B$4800, 3))))),"No result")
Columns B to D are: Welsh words, English words, Notes respectively, while F1 and C1 in the formulae above are the search boxes.
Thanks in advance for any help you can give!
Cheers.
Jim