0

How do I return a list of customers with no sales for the year?

I'm simply trying to find customer accounts that did not purchase anything in 2015. I tried the following:

=NL("Rows","Customer",,"Salesperson Code",$C$2,"Date Filter","01/01/15..12/31/15","Sales ($)","0")
But it keeps returning all of the customers for the sales rep, even ones with sales. I'm assuming the Date Filter is not working correctly or the Sales ($) field is the wrong one to use..

Anyone know of a good way to do it?

2 comments

Please sign in to leave a comment.