0

Sales Price Table, with filter from 2 other tables

Good afternoon.

I am having an issue dealing with mutiple filters from multiple tables.

Client wants a basic report from the Sales Price Table.

But they would like to be able to filter the report by 'item category code' and 'product group code' from the item table.
And also 'salesperson code' and 'customer no.' from the customer table.

So I have made a couple NL filters to start….
Cell E5=NL("Filter","item","no.","Item Category Code",$C$7,"Product Group Code",$C$9)

Cell E7=NL("filter","customer","no.","Salesperson Code",$C$5,"No.",$C$11)

Here is my starting NL for the Sales Price table…

=NL("rows","sales price",,"item no.",$E$5)

This works fine for filtering to the item table, but how can I add the filter to the customer table ?
I am guessing by doing this…
=NL("rows","sales price",,"item no.",$E$5,"Sales Code",$E$7)

Would this be the right way ?

5 comments

Please sign in to leave a comment.