Home |
Search |
Today's Posts |
#1
![]() |
|||
|
|||
![]()
I want to show the total sales dollars for a salesperson. Basically saying
IF column I=DP and Column N=S,=Sales by sales person. Any suggestions would be appreciated. Column I Column L Column N Salesman $ Amount Status DP 14000 S DP 20000 NI |
#2
![]() |
|||
|
|||
![]()
=SUMPRODUCT(--($I$2:$I$40="DP"),--($N$2:$N$40="S"),$L$2:$L$40)
tw5633 wrote: I want to show the total sales dollars for a salesperson. Basically saying IF column I=DP and Column N=S,=Sales by sales person. Any suggestions would be appreciated. Column I Column L Column N Salesman $ Amount Status DP 14000 S DP 20000 NI -- [1] The SumProduct function should implicitly coerce the truth values to their Excel numeric equivalents. [2] The lookup functions should have an optional argument for the return value, defaulting to #N/A in its absence. |
#3
![]() |
|||
|
|||
![]()
Hi,
You may try this out (Ctrl+Shift+Enter): =sum(if((range1="DP")*(range2="S"),sumrange)) Regards, Ashish "tw5633" wrote: I want to show the total sales dollars for a salesperson. Basically saying IF column I=DP and Column N=S,=Sales by sales person. Any suggestions would be appreciated. Column I Column L Column N Salesman $ Amount Status DP 14000 S DP 20000 NI |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Help with grouping columns | New Users to Excel | |||
how to combine several columns into a single column | Excel Discussion (Misc queries) | |||
Absolute Worksheet reference number | Excel Discussion (Misc queries) | |||
How do I reference non-contiguous columns in another sheet and th. | Excel Discussion (Misc queries) | |||
Counting the Contents of Two Columns | Excel Discussion (Misc queries) |