Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
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. |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
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 "Danelle Boling, Sales Analyst" wrote: 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. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Want Vlookup to list multiple items with the same key? | Excel Worksheet Functions | |||
vLookup - display multiple rows | Excel Worksheet Functions | |||
vlookup multiple text rows | Excel Discussion (Misc queries) | |||
Using VLOOKUP with multiple first column matches | Excel Worksheet Functions | |||
Multiple Vlookup? | Excel Worksheet Functions |