Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3
Default Named ranges which seem to reference old workbooks/worksheets

My array formula is {=sum((park=$A5)*(type=4100)*(Qty))}
Park, Type, and Qty are named ranges.
I can't seem to get the appropriate items recognized. I am trying to sum
the values in the Qty range for park and type matching the criteria. When I
start from scratch, this works exactly as I plan, but when using already
established data, the is not working and/or giving me error messages.
Sometimes I get something, but not correct. When I get errors, it seems to
center on the park name. Evaluation leads to "ACAD" = (whatever the value is
in cell $A5). I have copied the data in the named ranges from other
workbooks but have attempted to sever the links. When I seem to be getting
something, it asks me to update and references a different file with a popup
window to select a file (which I cancel).

Is there a way I can clear all the references from old data so that I can
use it the way I want without entering it all again? I don't even know if I
am asking the right question. I have tried copypastewith values only to
new workbooks, renamed ranges etc.
MSOffice Excel 2003
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 49
Default Named ranges which seem to reference old workbooks/worksheets

Try Sumproduct:

=Sumproduct((park=$A5)*(type=4100)*(Qty)

Make sure that your named ranges are all the same size to avoid getting an
error returned.

"mhudsonak" wrote:

My array formula is {=sum((park=$A5)*(type=4100)*(Qty))}
Park, Type, and Qty are named ranges.
I can't seem to get the appropriate items recognized. I am trying to sum
the values in the Qty range for park and type matching the criteria. When I
start from scratch, this works exactly as I plan, but when using already
established data, the is not working and/or giving me error messages.
Sometimes I get something, but not correct. When I get errors, it seems to
center on the park name. Evaluation leads to "ACAD" = (whatever the value is
in cell $A5). I have copied the data in the named ranges from other
workbooks but have attempted to sever the links. When I seem to be getting
something, it asks me to update and references a different file with a popup
window to select a file (which I cancel).

Is there a way I can clear all the references from old data so that I can
use it the way I want without entering it all again? I don't even know if I
am asking the right question. I have tried copypastewith values only to
new workbooks, renamed ranges etc.
MSOffice Excel 2003

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3
Default Named ranges which seem to reference old workbooks/worksheets

I don't want sumproduct, I just want the QTY summation for records which meet
the first two criteria....I know my formula is correct, I am having trouble
with the named ranges being recognized by it....

"ChristopherTri" wrote:

Try Sumproduct:

=Sumproduct((park=$A5)*(type=4100)*(Qty)

Make sure that your named ranges are all the same size to avoid getting an
error returned.

"mhudsonak" wrote:

My array formula is {=sum((park=$A5)*(type=4100)*(Qty))}
Park, Type, and Qty are named ranges.
I can't seem to get the appropriate items recognized. I am trying to sum
the values in the Qty range for park and type matching the criteria. When I
start from scratch, this works exactly as I plan, but when using already
established data, the is not working and/or giving me error messages.
Sometimes I get something, but not correct. When I get errors, it seems to
center on the park name. Evaluation leads to "ACAD" = (whatever the value is
in cell $A5). I have copied the data in the named ranges from other
workbooks but have attempted to sever the links. When I seem to be getting
something, it asks me to update and references a different file with a popup
window to select a file (which I cancel).

Is there a way I can clear all the references from old data so that I can
use it the way I want without entering it all again? I don't even know if I
am asking the right question. I have tried copypastewith values only to
new workbooks, renamed ranges etc.
MSOffice Excel 2003

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
Importing Excel named ranges using MS Query KHanna Excel Discussion (Misc queries) 0 July 21st 06 04:49 AM
Referencing Named Ranges ExcelRookie Excel Worksheet Functions 2 March 6th 06 12:50 PM
Named Ranges Joe Gieder Excel Worksheet Functions 2 February 16th 06 01:31 AM
Named Ranges shown (or not shown) as blue means what? wdeleo Excel Worksheet Functions 0 July 8th 05 01:40 PM
Named dynamic ranges, copied worksheets and graph source data WP Charts and Charting in Excel 1 November 28th 04 05:19 PM


All times are GMT +1. The time now is 09:32 AM.

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"