Thanks for the info but still can not figure how to use the formula. I can get the Industy ID names for example: Fin-Traded Bond Funds
How do I assign the Industry name to the value of x? Thanks Marty --- In [email protected], "Michael.S.G." <[EMAIL PROTECTED]> wrote: > > Marty, > The most manageable way would be to add some exclusions to your code. > > > Filter = (1 != (IndustryID(0)==x OR IndustryID(0)==y OR IndustryID(0)==z)); > > > This will skip all stocks in Industry X,Y,Z (Assignments at your > discretion). > > ATB > Michael. > > > > prog200 wrote: > > > > How do you Eliminate an industry from a scan? > > > > I would like the following Industry not be shown from my scans > > Fin-Traded Bond Fund > > Fin-Traded Bond Equity > > Fin-Traded FrgnFund > > > > or anyother bond type funds. > > > > Thanks > > > > Marty > > > > >
