Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 40
Default SUMPRODUCT using an absolute value or a named variable

All...

I'm looking to use the SUMPRODUCT to present back the a percentage of
transactions that are tied to a specific user... the challenge is that the
user can be selected from a dropdown list and populated in a specific named
cell address the name for the cell is RptEmployee... ideally the manager can
select any unique user from the dropdown list and generate the report based
on the users specific data
here is the formular which is pulling all of the data and making the
specific selection on the (RptEmployee=RptEmployee) segment... any help is
greatly appreciated in advance-

=SUMPRODUCT((CaseAcceptance="N")*(CaseMonth="July" )*
(RptEmployee=RptEmployee)*(Counter))/COUNTIF(CaseMonth,"=July"))
--
Joe Mac
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 15,768
Default SUMPRODUCT using an absolute value or a named variable

(RptEmployee=RptEmployee)

If RptEmployee is a cell that contains your drop down then that expression
should be something like this:

(some_range=RptEmployee)
(A1:A100=RptEmployee)

--
Biff
Microsoft Excel MVP


"Joe Mac" wrote in message
...
All...

I'm looking to use the SUMPRODUCT to present back the a percentage of
transactions that are tied to a specific user... the challenge is that
the
user can be selected from a dropdown list and populated in a specific
named
cell address the name for the cell is RptEmployee... ideally the manager
can
select any unique user from the dropdown list and generate the report
based
on the users specific data
here is the formular which is pulling all of the data and making the
specific selection on the (RptEmployee=RptEmployee) segment... any help
is
greatly appreciated in advance-

=SUMPRODUCT((CaseAcceptance="N")*(CaseMonth="July" )*
(RptEmployee=RptEmployee)*(Counter))/COUNTIF(CaseMonth,"=July"))
--
Joe Mac



  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 40
Default SUMPRODUCT using an absolute value or a named variable

Thanks - I noticed in my formular that I was using the same RptEmployee name
definition to represent a range and the cell containing the dropdown... so I
change the formular to now read

=SUMPRODUCT((CaseAcceptance="N")*(CaseMonth="July" )*
(Employee=RptEmployee)*(Counter))/COUNTIF(CaseMonth,"=July"))

Where Employee is the column containing the Employee name in the Source Data
....

The results are still not what I expect, but I have to look a bit deeper...
it on initial view doesn't appear to be picking up all values that I expect
--
Joe Mac


"T. Valko" wrote:

(RptEmployee=RptEmployee)


If RptEmployee is a cell that contains your drop down then that expression
should be something like this:

(some_range=RptEmployee)
(A1:A100=RptEmployee)

--
Biff
Microsoft Excel MVP


"Joe Mac" wrote in message
...
All...

I'm looking to use the SUMPRODUCT to present back the a percentage of
transactions that are tied to a specific user... the challenge is that
the
user can be selected from a dropdown list and populated in a specific
named
cell address the name for the cell is RptEmployee... ideally the manager
can
select any unique user from the dropdown list and generate the report
based
on the users specific data
here is the formular which is pulling all of the data and making the
specific selection on the (RptEmployee=RptEmployee) segment... any help
is
greatly appreciated in advance-

=SUMPRODUCT((CaseAcceptance="N")*(CaseMonth="July" )*
(RptEmployee=RptEmployee)*(Counter))/COUNTIF(CaseMonth,"=July"))
--
Joe Mac




Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Absolute Named Ranges???? SMBR Excel Worksheet Functions 1 January 31st 06 06:11 PM
copy formulas to cells absolute rows and variable columns Mark Excel Discussion (Misc queries) 1 January 30th 06 10:15 PM
Named ranges: don't want absolute references sonicblue Excel Discussion (Misc queries) 0 November 22nd 05 02:05 PM
Named ranges: don't want absolute references sonicblue Excel Discussion (Misc queries) 0 November 22nd 05 02:05 PM
DDE linking with variable from named cell! Ben Joiner Links and Linking in Excel 1 March 24th 05 11:32 PM


All times are GMT +1. The time now is 03:04 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"