Matching clients to providers

Copper Contributor

I have a list of clients with requirements. I have a list of service providers with services the provide. I want to call up a client on a query page, is type in ref number, it shows name and needs, and the page then shows the providers that have the most services.

 

At the moment the query page vlookup the clients needs, listing each need at the top of a column. There is a "shadow page" where each need is checked in its own column, needs along the top, provider along the side. I then use MATCH to see if the need is in the providers list, putting a 1 in if it is. The rows are then added up. (A macro then sorts and presents the top matches- not worried about this).

 

So in the cell that is the intersection for N1, P4, I MATCH N1 to the list for P4, putting 1 in the cell.

 

Is there a better/more elegant way to do this?

0 Replies