#1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
NA NA is offline
external usenet poster
 
Posts: 12
Default named range link

Normally I know how to paste a link to a spredsheet into a cell in another
spreadsheet - however I want to not only paste a link but I need to have the
formula pick - not from an entire row but from a named range - was hoping to
use this formula but just don't know to change it

The goal is to copy an entire row from one spreadsheet to another based on
data in column A so I would take the formula and drag it empty cells in the
new spreadsheet to pick up the data from the other

OFFSET(Sheet1!$A$1,MATCH(MAX(Sheet1!$A:$A),Sheet1! $A:$A)-1,COLUMN()-1)

  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 622
Default named range link

On Sep 17, 8:48 am, na wrote:
Normally I know how to paste a link to a spredsheet into a cell in another
spreadsheet - however I want to not only paste a link but I need to have the
formula pick - not from an entire row but from a named range - was hoping to
use this formula but just don't know to change it

The goal is to copy an entire row from one spreadsheet to another based on
data in column A so I would take the formula and drag it empty cells in the
new spreadsheet to pick up the data from the other

OFFSET(Sheet1!$A$1,MATCH(MAX(Sheet1!$A:$A),Sheet1! $A:$A)-1,COLUMN()-1)


I'm not positive I understand exactly what you want. But if your
lookup range is Named "Data", just change each instance of the range
to "Data" in your formula. Like this:
OFFSET(Sheet1!$A$1,MATCH(MAX(Data),Data)-1,COLUMN()-1)

Note there are no quotes "" in the actual formula when using a Named
Range.
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
named range and link na Excel Worksheet Functions 1 September 16th 08 05:13 PM
Excel2000:How to link Print Area with a named range Arvi Laanemets Excel Discussion (Misc queries) 5 April 8th 08 02:35 PM
Excel2000:How to link Print Area with a named range Arvi Laanemets Excel Worksheet Functions 5 April 8th 08 02:35 PM
Link to a named range in another worksheet that is sorted frequent ShortBlonde Excel Worksheet Functions 2 March 18th 08 03:32 PM
External link to Named Range Fleone Excel Discussion (Misc queries) 0 December 18th 07 08:52 PM


All times are GMT +1. The time now is 07:32 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"