0

calculated filter in NL

Hi,

I want to optimise following code

in cell D5

NL("rows";"item";;"nr.";"*";"stock";">0";"Max stock";"*";0;"compagnyname";"whscode";"3" )
and
=NF($D5;"nr.") =NF($D5;"description")

within the NL it should give me only a list those items where Max stock = > stock
and the qty ove stock

stock 10
max stock 12

list should give me

=NF($D5;"nr.") =NF($D5;"description") ????
item description stock>max
A bike 2

Thanks for sharing any idea's how to get this

4 comments

Please sign in to leave a comment.