Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 44
Default Referencing cell range in another workbook with a formula

Hi
I have the following formula working on a sheet but I am trying to
reference the same cell range in another workbook (lookup.xls) in the
same folder. How do I change the formula to achieve this please?.

=IF(ISERROR(INDEX($A$1:$L$9,SMALL(IF($A$1:$A$9=$A$ 11,ROW($A$1:$A
$9)),ROW(1:1)),12)),"",INDEX($A$1:$L$9,SMALL(IF($A $1:$A$9=$A$11,ROW($A
$1:$A$9)),ROW(1:1)),12))


Any help is greatly appreciated as I am up against a brick wall on
this one

Eddie
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1,565
Default Referencing cell range in another workbook with a formula

[WorkbookName]Sheet!Range
=[myWorkbook]Sheet1!$A$1:$D$8



"webels" wrote in message
...
Hi
I have the following formula working on a sheet but I am trying to
reference the same cell range in another workbook (lookup.xls) in the
same folder. How do I change the formula to achieve this please?.

=IF(ISERROR(INDEX($A$1:$L$9,SMALL(IF($A$1:$A$9=$A$ 11,ROW($A$1:$A
$9)),ROW(1:1)),12)),"",INDEX($A$1:$L$9,SMALL(IF($A $1:$A$9=$A$11,ROW($A
$1:$A$9)),ROW(1:1)),12))


Any help is greatly appreciated as I am up against a brick wall on
this one

Eddie



  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1,565
Default Referencing cell range in another workbook with a formula

This might be more helpful:

http://www.contextures.com/xlFunctions05.html#RefWkbk



"webels" wrote in message
...
Hi
I have the following formula working on a sheet but I am trying to
reference the same cell range in another workbook (lookup.xls) in the
same folder. How do I change the formula to achieve this please?.

=IF(ISERROR(INDEX($A$1:$L$9,SMALL(IF($A$1:$A$9=$A$ 11,ROW($A$1:$A
$9)),ROW(1:1)),12)),"",INDEX($A$1:$L$9,SMALL(IF($A $1:$A$9=$A$11,ROW($A
$1:$A$9)),ROW(1:1)),12))


Any help is greatly appreciated as I am up against a brick wall on
this one

Eddie



  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 44
Default Referencing cell range in another workbook with a formula

On May 3, 6:54*pm, "JLGWhiz" wrote:
This might be more helpful:

http://www.contextures.com/xlFunctions05.html#RefWkbk

"webels" wrote in message

...



Hi
I have the following formula working on a sheet but I am trying to
reference the same cell range in another workbook (lookup.xls) in the
same folder. How do I change the formula to achieve this please?.


=IF(ISERROR(INDEX($A$1:$L$9,SMALL(IF($A$1:$A$9=$A$ 11,ROW($A$1:$A
$9)),ROW(1:1)),12)),"",INDEX($A$1:$L$9,SMALL(IF($A $1:$A$9=$A$11,ROW($A
$1:$A$9)),ROW(1:1)),12))


Any help is greatly appreciated as I am up against a brick wall on
this one


Eddie


Thanks JLGWhiz, will give that a go.
Eddie
  #5   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 44
Default Referencing cell range in another workbook with a formula

On May 3, 7:49*pm, webels wrote:
On May 3, 6:54*pm, "JLGWhiz" wrote:





This might be more helpful:


http://www.contextures.com/xlFunctions05.html#RefWkbk


"webels" wrote in message


....


Hi
I have the following formula working on a sheet but I am trying to
reference the same cell range in another workbook (lookup.xls) in the
same folder. How do I change the formula to achieve this please?.


=IF(ISERROR(INDEX($A$1:$L$9,SMALL(IF($A$1:$A$9=$A$ 11,ROW($A$1:$A
$9)),ROW(1:1)),12)),"",INDEX($A$1:$L$9,SMALL(IF($A $1:$A$9=$A$11,ROW($A
$1:$A$9)),ROW(1:1)),12))


Any help is greatly appreciated as I am up against a brick wall on
this one


Eddie


Thanks JLGWhiz, will give that a go.
Eddie


Thanks for your help works perfect now.


  #6   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1,565
Default Referencing cell range in another workbook with a formula

Glad it worked for you!


"webels" wrote in message
...
On May 3, 7:49 pm, webels wrote:
On May 3, 6:54 pm, "JLGWhiz" wrote:





This might be more helpful:


http://www.contextures.com/xlFunctions05.html#RefWkbk


"webels" wrote in message


...


Hi
I have the following formula working on a sheet but I am trying to
reference the same cell range in another workbook (lookup.xls) in the
same folder. How do I change the formula to achieve this please?.


=IF(ISERROR(INDEX($A$1:$L$9,SMALL(IF($A$1:$A$9=$A$ 11,ROW($A$1:$A
$9)),ROW(1:1)),12)),"",INDEX($A$1:$L$9,SMALL(IF($A $1:$A$9=$A$11,ROW($A
$1:$A$9)),ROW(1:1)),12))


Any help is greatly appreciated as I am up against a brick wall on
this one


Eddie


Thanks JLGWhiz, will give that a go.
Eddie


Thanks for your help works perfect now.


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
Referencing a named range in another workbook Nigel RS[_2_] Excel Programming 2 January 23rd 08 07:09 AM
Referencing cell in Named Range in Function VS Formula Nyq[_2_] Excel Programming 2 June 13th 06 08:56 PM
Referencing a range within a workbook Peter Rooney Excel Programming 8 November 18th 05 10:32 AM
VBA Referencing a Named Cell Range in another Workbook Frank & Pam Hayes[_2_] Excel Programming 5 June 29th 04 10:01 PM
Referencing a range from another workbook Tom Ogilvy Excel Programming 0 August 6th 03 03:36 PM


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