How do I set multiple parameters using VLookup

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I am wanting to set parameters for one total made up from different varibles
in multiple columns.
Example: Figuring gross sales for a sales representative in a particular
region under a certain customer patch area for specific product.
 
SUMPRODUCT is a likely candidate:

=SUMPRODUC(--(A1:A100=Region),--(B1:B100=CustomerArea),--(C1:C100=SalesRep),--(D1:D100=Product),--(E1:E100))

where Column E are sales figures

Region,CustomerArea etc can be placed in cells

NOTE: SUMPRODUCT cannot use total columns but must be specified ranges of
same size i.e. A:A is invalid.

HTH
 

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

Back
Top