If #REF then load to Query If #VALUE then don't. Need help with loading #REF records

szakharov7723

Board Regular
Joined
Jun 22, 2018
Messages
85
Office Version
  1. 2019
Platform
  1. 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.
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:

Excel Facts

Which Excel functions can ignore hidden rows?
The SUBTOTAL and AGGREGATE functions ignore hidden rows. AGGREGATE can also exclude error cells and more.
I found a bit easier to work with formula, so I would say this topic is closed, unless somebody wants to treat it as a challenge.
 
Upvote 0

Forum statistics

Threads
1,213,564
Messages
6,114,334
Members
448,567
Latest member
Kuldeep90

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top