szakharov7723
Board Regular
- Joined
- Jun 22, 2018
- Messages
- 85
- Office Version
- 2019
- Platform
- Windows
Hello, Can you please help me find a workaround to load needed records
Is there a way to replace #REF error, but keep #VALUE one ?
Or in other way, Is there a way to load #REF records , but exclude #VALUE ones ?
If it helps I use the following formula in order to find keywords. And result with #REF means keywords was found. #VALUE means it wasn't.
I don't know if SQL, VBA, M may help, but I can also try them if no simpler solution available.
Is there a way to replace #REF error, but keep #VALUE one ?
Or in other way, Is there a way to load #REF records , but exclude #VALUE ones ?
If it helps I use the following formula in order to find keywords. And result with #REF means keywords was found. #VALUE means it wasn't.
Code:
=INDEX(list,SUMPRODUCT(ISNUMBER(SEARCH(list,E14))*ROW(list)))
I don't know if SQL, VBA, M may help, but I can also try them if no simpler solution available.
Last edited: