Eawyne
Board Regular
- Joined
- Jun 28, 2021
- Messages
- 53
- Office Version
- 2021
- Platform
- Windows
Hiyall,
I've been trying to create a custom search bar and this video explaining it rather well. However, when it comes to the partial research, it appears that my version of Excel doesn't understand the [FIRST] variable (it's a Pro version 2021 - I thought it was enough, but maybe it needs 365 ?).
I wondered if there was a workaround ?
The basic formula requires an exact match, and it's quite limiting, unfortunately :
I've been trying to create a custom search bar and this video explaining it rather well. However, when it comes to the partial research, it appears that my version of Excel doesn't understand the [FIRST] variable (it's a Pro version 2021 - I thought it was enough, but maybe it needs 365 ?).
I wondered if there was a workaround ?
VBA Code:
=FILTER(Table1;Table1[First]=B13;"No match")
The basic formula requires an exact match, and it's quite limiting, unfortunately :
Code:
=FILTER(Table1;Table1[Sujet]=B13;"No match")