Help Refining Formula

J

Joe Gieder

I have the following formula:
=IF(ISERR(SMALL(IF('Priced BOM'!$X$3:$X$733>19,ROW
('Priced BOM'!$X$3:$X$733)),ROW()-ROW($I$5)+1)),"",INDEX
(INDIRECT("'Priced BOM'!$I$1:$I$733"),SMALL(IF('Priced
BOM'!$X$3:$X$733>19,ROW('Priced BOM'!$X$3:$X$733)),ROW()-
ROW($I$5)+1))) - Array Entered

What I'm trying to do (without using autofilter because
two different worksheets are involved and I'm trying to
eliminate as many additional steps as possible) is get
all the items with a delivery of over 19. This formula
works with the exception that it also includes items that
say "stk" in place of a number. Is there a way to modify
this formula to not include the "STK" items.

TIA for all the help
Joe
 

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

Top