Using ‘isin’ function in excel-help!

McNeil87

Board Regular
Joined
Dec 6, 2019
Messages
55
Office Version
  1. 2016
Platform
  1. Windows
  2. MacOS
Hello! Need help on how can insert the function ‘isin’ into my excel. I see it is used on a different users excel file. I am finding I need to use this ‘isin.’ I am unable to find much information on how to use ‘isin’ as a formula in excel.
Thank you!
 

Excel Facts

Excel motto
Not everything I do at work revolves around Excel. Only the fun parts.
There is no such function in Xl.
It's probably a User Defined Function (UDF), in which case the code maybe in one of the modules of that workbook, or in an add-in file
 
Upvote 0
Hello!

thanks for the fast reply. Is there a way I can locate in the workbook if it’s a UDF or add-in?

thank you!
 
Upvote 0
Open the VB editor (Alt F11) > then Ctrl F > in the find what put Isin > make sure "Current Project" is selected > Find next.
If it's part of an add-in it depends on whether the project has bee locked.
 
Upvote 0
ahh it is a UDF. The formula looks something like this: =filename\addins\UDF\.xlam!isin(cell,columnref)...
 
Upvote 0
In that case you will need to get hold of a copy of the add-in & install it on your computer.
 
Upvote 0

Forum statistics

Threads
1,213,535
Messages
6,114,192
Members
448,554
Latest member
Gleisner2

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