Help Please - Formula Almost Works

J

Joe Gieder

Any ideas from anyone would be greatly appreciated. Thanks

I tried posting in the same thread but since this was
several days ago it wasn't answered.

Thanks Peo.
It works except now if the item ($I$1:$I$733) contains a
letter it skips it. Any ideas?
Joe
-----Original Message-----
Without testing the formula, would this work?

=IF(ISERR(SMALL(IF(('Priced BOM'!$X$3:$X$733>19)* (ISNUMBER('Priced
("'Priced
BOM'!$I$1:$I$733"),SMALL(IF(('Priced BOM'!$X$3:$X$733>19) *(ISNUMBER('Priced
BOM'!$X$3:$X$733)),ROW('Priced BOM'!$X$3:$X$733)),ROW()- ROW($I$5)+1)))

--

Regards,

Peo Sjoblom





.
..
 
P

Peo Sjoblom

I thought that was what you wanted?

"Right now it also includes results that are alphabetic."

what did you mean by that? Now you say:

"It works except now if the item ($I$1:$I$733) contains a
letter it skips it."

If you just want to avoid lines in I where X is "stk" try

('Priced BOM'!$X$3:$X$733<>"STK")

instead of the isnumber part
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Top