Combine the your numerous conditions with logical "OR". Don't forget the parenthesis for order of operations.
Buy = ( Cross(C,062) AND Name ()=="BBI" ) OR ( Cross(C,2.00) AND Name ()=="CEY" ) OR etc... Chris wrote: > > Hi everyone I am totally illiterate when it comes to putting formula > together. So can someone help me. > I have put this together but I am only receiving an alert for the last > line , AMP. Can someone help please And is there a better and easer > way of doing this > > Buy = Cross(C,062)AND Name ()=="BBI"; > > Buy = Cross(C,2.00)AND Name ()=="CEY"; > > Buy = Cross(C,1.06)AND Name ()=="COU"; > > Buy = Cross(C,8.90)AND Name ()=="CTX"; > > Buy = Cross(C,5.19)AND Name ()=="RMD"; > > Buy=Cross(C,1.70)AND Name ()=="MAP"; > > Buy = Cross(C,4.67)AND Name ()=="AMP"; > > Thanks Chris > > > ------------------------------------------------------------------------ > > > No virus found in this incoming message. > Checked by AVG - www.avg.com > Version: 8.0.237 / Virus Database: 270.11.35/2034 - Release Date: 04/01/09 > 06:06:00 > >
