#1   Report Post  
alexsmalley
 
Posts: n/a
Default Target cell=range??


I am compiling a series of tables that calculate the occurences of
multiple data sets that satisfy specific conditions. I must apply these
tables to ever changing source data (within the same worksheet). The
formulas that exist within the table are absolute cell references eg

=SUMPRODUCT(($E$1355:$E$1978=0)*($D$1355:$D$1978< =0.49)*($D$1355:$D$1978=0)*($G$1355:$G$1978<=2.99 )*($G$1355:$G$1978=U1355)*($G$1355:$G$1978<=V1355 ))

is there a method by which the absolute cell reference could be entered
in another target cell such that

($E$1355:$E$1978=0) becomes (A1=0)

where A1 gives the range that must be considered, in this case
$E$1355:$E$1978

????????

Many thanks

Alex


--
alexsmalley
------------------------------------------------------------------------
alexsmalley's Profile: http://www.excelforum.com/member.php...o&userid=27729
View this thread: http://www.excelforum.com/showthread...hreadid=473714

  #2   Report Post  
bj
 
Posts: n/a
Default

try something like the offset() function
in A1 put $E$1355 in A2 put 623
if the relationships between the sections is always the same

=SUMPRODUCT((Offset($A$1,0,0,$A$2)=0)*(Offset($A$ 1,0,-1,$A$2)<=0.49)*(Offset($A$1,0,-1,$A$2)=0)*(Offset($A$1,0,2,$A$2)<=2.99)*(Offset( $A$1,0,2,$A$2)=U1355)*(Offset($A$1,0,2,$A$2)<=V13 55))


"alexsmalley" wrote:


I am compiling a series of tables that calculate the occurences of
multiple data sets that satisfy specific conditions. I must apply these
tables to ever changing source data (within the same worksheet). The
formulas that exist within the table are absolute cell references eg

=SUMPRODUCT(($E$1355:$E$1978=0)*($D$1355:$D$1978< =0.49)*($D$1355:$D$1978=0)*($G$1355:$G$1978<=2.99 )*($G$1355:$G$1978=U1355)*($G$1355:$G$1978<=V1355 ))

is there a method by which the absolute cell reference could be entered
in another target cell such that

($E$1355:$E$1978=0) becomes (A1=0)

where A1 gives the range that must be considered, in this case
$E$1355:$E$1978

????????

Many thanks

Alex


--
alexsmalley
------------------------------------------------------------------------
alexsmalley's Profile: http://www.excelforum.com/member.php...o&userid=27729
View this thread: http://www.excelforum.com/showthread...hreadid=473714


  #3   Report Post  
RagDyeR
 
Posts: n/a
Default

You can use Indirect() for the column and row references.

A1 = $E$1355:$E$1978

A2 = $D$1355:$D$1978

A3 = $G$1355:$G$1978

=SUMPRODUCT((INDIRECT(A1)=0)*(INDIRECT(A2)<=0.49) *(INDIRECT(A2)=0)*(INDIRE
CT(A3)<=2.99)*(INDIRECT(A3)=U1355)*(INDIRECT(A3)< =V1355))


--

HTH,

RD
================================================== ===
Please keep all correspondence within the Group, so all may benefit!
================================================== ===

"alexsmalley"
wrote in message
...

I am compiling a series of tables that calculate the occurences of
multiple data sets that satisfy specific conditions. I must apply these
tables to ever changing source data (within the same worksheet). The
formulas that exist within the table are absolute cell references eg

=SUMPRODUCT(($E$1355:$E$1978=0)*($D$1355:$D$1978< =0.49)*($D$1355:$D$1978=0
)*($G$1355:$G$1978<=2.99)*($G$1355:$G$1978=U1355) *($G$1355:$G$1978<=V1355))

is there a method by which the absolute cell reference could be entered
in another target cell such that

($E$1355:$E$1978=0) becomes (A1=0)

where A1 gives the range that must be considered, in this case
$E$1355:$E$1978

????????

Many thanks

Alex


--
alexsmalley
------------------------------------------------------------------------
alexsmalley's Profile:
http://www.excelforum.com/member.php...o&userid=27729
View this thread: http://www.excelforum.com/showthread...hreadid=473714


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
Charting data points and show a target range on the same chart. Minireefkeeper Charts and Charting in Excel 6 February 18th 06 06:50 PM
Using VBA to create a new worksheet, and then target new worksheet brianproctorla Excel Discussion (Misc queries) 1 September 27th 05 12:50 AM
Setting traffic lights based on todays date against target dates HDV Excel Discussion (Misc queries) 2 September 14th 05 12:05 PM
Splitting a Target Figure oldgit99 Excel Worksheet Functions 3 August 23rd 05 02:50 PM
Target line Pat Jennings Charts and Charting in Excel 2 January 28th 05 12:58 PM


All times are GMT +1. The time now is 08:28 PM.

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

About Us

"It's about Microsoft Excel"