+ Reply to Thread
Results 1 to 13 of 13

nested Indirect to other WS

  1. #1
    Biff
    Guest

    Re: nested Indirect to other WS

    Hi!

    Try this:

    :=AVERAGE(Indirect("'[Master.xls]RMG'!"&AB1623&":"&AB1624))

    Note - if this is being used in TEST.XLS then MASTER.XLS must be open for it
    to work.

    Biff

    "LyleF" <[email protected]> wrote in message
    news:[email protected]...
    >I am using Indirect fine within the WS 'Test' but cannot get it to grab
    >info
    > from another WS within a nested function. Ex:
    > =AVERAGE('[Master.xls]RMG'!B1300:B1617) which works fine. I want the
    > b1330:b1617 to be an indirect call from the original worksheet 'Test'.
    > ex:=AVERAGE(Indirect('[Master.xls]RMG'!"AB"(&1623)&":AB"(&1624))). This
    > gives me a highlight error at "AB".
    > Thanks
    > Lyle




  2. #2
    LyleF
    Guest

    Re: nested Indirect to other WS

    That's closer to what I need. I forgot to say I need to imbed the column B
    before the ab1623 and ab1624 - kind of a big miss on my part. So the formula
    would read
    =AVERAGE(INDIRECT("'[Master.xls]RMG'!"B"&AB1623&":"B"&ab1624)) or something
    like that?? This of course doesn't work. I can't get the punctuation right.

    Text.xls is always pulling from column B in all the tabs in Master.xls
    --
    Thanks for your help
    Lyle


    "Biff" wrote:

    > Hi!
    >
    > Try this:
    >
    > :=AVERAGE(Indirect("'[Master.xls]RMG'!"&AB1623&":"&AB1624))
    >
    > Note - if this is being used in TEST.XLS then MASTER.XLS must be open for it
    > to work.
    >
    > Biff
    >
    > "LyleF" <[email protected]> wrote in message
    > news:[email protected]...
    > >I am using Indirect fine within the WS 'Test' but cannot get it to grab
    > >info
    > > from another WS within a nested function. Ex:
    > > =AVERAGE('[Master.xls]RMG'!B1300:B1617) which works fine. I want the
    > > b1330:b1617 to be an indirect call from the original worksheet 'Test'.
    > > ex:=AVERAGE(Indirect('[Master.xls]RMG'!"AB"(&1623)&":AB"(&1624))). This
    > > gives me a highlight error at "AB".
    > > Thanks
    > > Lyle

    >
    >
    >


  3. #3
    Biff
    Guest

    Re: nested Indirect to other WS

    Try this:

    =AVERAGE(INDIRECT("'[Master.xls]RMG'!B"&AB1623&":B"&ab1624))

    Just remember, Master.xls MUST be open for this to work.

    Biff

    "LyleF" <[email protected]> wrote in message
    news:[email protected]...
    > That's closer to what I need. I forgot to say I need to imbed the column
    > B
    > before the ab1623 and ab1624 - kind of a big miss on my part. So the
    > formula
    > would read
    > =AVERAGE(INDIRECT("'[Master.xls]RMG'!"B"&AB1623&":"B"&ab1624)) or
    > something
    > like that?? This of course doesn't work. I can't get the punctuation
    > right.
    >
    > Text.xls is always pulling from column B in all the tabs in Master.xls
    > --
    > Thanks for your help
    > Lyle
    >
    >
    > "Biff" wrote:
    >
    >> Hi!
    >>
    >> Try this:
    >>
    >> :=AVERAGE(Indirect("'[Master.xls]RMG'!"&AB1623&":"&AB1624))
    >>
    >> Note - if this is being used in TEST.XLS then MASTER.XLS must be open for
    >> it
    >> to work.
    >>
    >> Biff
    >>
    >> "LyleF" <[email protected]> wrote in message
    >> news:[email protected]...
    >> >I am using Indirect fine within the WS 'Test' but cannot get it to grab
    >> >info
    >> > from another WS within a nested function. Ex:
    >> > =AVERAGE('[Master.xls]RMG'!B1300:B1617) which works fine. I want the
    >> > b1330:b1617 to be an indirect call from the original worksheet 'Test'.
    >> > ex:=AVERAGE(Indirect('[Master.xls]RMG'!"AB"(&1623)&":AB"(&1624))).
    >> > This
    >> > gives me a highlight error at "AB".
    >> > Thanks
    >> > Lyle

    >>
    >>
    >>




  4. #4
    LyleF
    Guest

    Re: nested Indirect to other WS

    Biff

    Thanks for your time. It works perfectly, as you knew it would.
    --
    Thanks
    Lyle


    "Biff" wrote:

    > Try this:
    >
    > =AVERAGE(INDIRECT("'[Master.xls]RMG'!B"&AB1623&":B"&ab1624))
    >
    > Just remember, Master.xls MUST be open for this to work.
    >
    > Biff
    >
    > "LyleF" <[email protected]> wrote in message
    > news:[email protected]...
    > > That's closer to what I need. I forgot to say I need to imbed the column
    > > B
    > > before the ab1623 and ab1624 - kind of a big miss on my part. So the
    > > formula
    > > would read
    > > =AVERAGE(INDIRECT("'[Master.xls]RMG'!"B"&AB1623&":"B"&ab1624)) or
    > > something
    > > like that?? This of course doesn't work. I can't get the punctuation
    > > right.
    > >
    > > Text.xls is always pulling from column B in all the tabs in Master.xls
    > > --
    > > Thanks for your help
    > > Lyle
    > >
    > >
    > > "Biff" wrote:
    > >
    > >> Hi!
    > >>
    > >> Try this:
    > >>
    > >> :=AVERAGE(Indirect("'[Master.xls]RMG'!"&AB1623&":"&AB1624))
    > >>
    > >> Note - if this is being used in TEST.XLS then MASTER.XLS must be open for
    > >> it
    > >> to work.
    > >>
    > >> Biff
    > >>
    > >> "LyleF" <[email protected]> wrote in message
    > >> news:[email protected]...
    > >> >I am using Indirect fine within the WS 'Test' but cannot get it to grab
    > >> >info
    > >> > from another WS within a nested function. Ex:
    > >> > =AVERAGE('[Master.xls]RMG'!B1300:B1617) which works fine. I want the
    > >> > b1330:b1617 to be an indirect call from the original worksheet 'Test'.
    > >> > ex:=AVERAGE(Indirect('[Master.xls]RMG'!"AB"(&1623)&":AB"(&1624))).
    > >> > This
    > >> > gives me a highlight error at "AB".
    > >> > Thanks
    > >> > Lyle
    > >>
    > >>
    > >>

    >
    >
    >


  5. #5
    Biff
    Guest

    Re: nested Indirect to other WS

    Hi!

    Try this:

    :=AVERAGE(Indirect("'[Master.xls]RMG'!"&AB1623&":"&AB1624))

    Note - if this is being used in TEST.XLS then MASTER.XLS must be open for it
    to work.

    Biff

    "LyleF" <[email protected]> wrote in message
    news:[email protected]...
    >I am using Indirect fine within the WS 'Test' but cannot get it to grab
    >info
    > from another WS within a nested function. Ex:
    > =AVERAGE('[Master.xls]RMG'!B1300:B1617) which works fine. I want the
    > b1330:b1617 to be an indirect call from the original worksheet 'Test'.
    > ex:=AVERAGE(Indirect('[Master.xls]RMG'!"AB"(&1623)&":AB"(&1624))). This
    > gives me a highlight error at "AB".
    > Thanks
    > Lyle




  6. #6
    LyleF
    Guest

    Re: nested Indirect to other WS

    That's closer to what I need. I forgot to say I need to imbed the column B
    before the ab1623 and ab1624 - kind of a big miss on my part. So the formula
    would read
    =AVERAGE(INDIRECT("'[Master.xls]RMG'!"B"&AB1623&":"B"&ab1624)) or something
    like that?? This of course doesn't work. I can't get the punctuation right.

    Text.xls is always pulling from column B in all the tabs in Master.xls
    --
    Thanks for your help
    Lyle


    "Biff" wrote:

    > Hi!
    >
    > Try this:
    >
    > :=AVERAGE(Indirect("'[Master.xls]RMG'!"&AB1623&":"&AB1624))
    >
    > Note - if this is being used in TEST.XLS then MASTER.XLS must be open for it
    > to work.
    >
    > Biff
    >
    > "LyleF" <[email protected]> wrote in message
    > news:[email protected]...
    > >I am using Indirect fine within the WS 'Test' but cannot get it to grab
    > >info
    > > from another WS within a nested function. Ex:
    > > =AVERAGE('[Master.xls]RMG'!B1300:B1617) which works fine. I want the
    > > b1330:b1617 to be an indirect call from the original worksheet 'Test'.
    > > ex:=AVERAGE(Indirect('[Master.xls]RMG'!"AB"(&1623)&":AB"(&1624))). This
    > > gives me a highlight error at "AB".
    > > Thanks
    > > Lyle

    >
    >
    >


  7. #7
    Biff
    Guest

    Re: nested Indirect to other WS

    Try this:

    =AVERAGE(INDIRECT("'[Master.xls]RMG'!B"&AB1623&":B"&ab1624))

    Just remember, Master.xls MUST be open for this to work.

    Biff

    "LyleF" <[email protected]> wrote in message
    news:[email protected]...
    > That's closer to what I need. I forgot to say I need to imbed the column
    > B
    > before the ab1623 and ab1624 - kind of a big miss on my part. So the
    > formula
    > would read
    > =AVERAGE(INDIRECT("'[Master.xls]RMG'!"B"&AB1623&":"B"&ab1624)) or
    > something
    > like that?? This of course doesn't work. I can't get the punctuation
    > right.
    >
    > Text.xls is always pulling from column B in all the tabs in Master.xls
    > --
    > Thanks for your help
    > Lyle
    >
    >
    > "Biff" wrote:
    >
    >> Hi!
    >>
    >> Try this:
    >>
    >> :=AVERAGE(Indirect("'[Master.xls]RMG'!"&AB1623&":"&AB1624))
    >>
    >> Note - if this is being used in TEST.XLS then MASTER.XLS must be open for
    >> it
    >> to work.
    >>
    >> Biff
    >>
    >> "LyleF" <[email protected]> wrote in message
    >> news:[email protected]...
    >> >I am using Indirect fine within the WS 'Test' but cannot get it to grab
    >> >info
    >> > from another WS within a nested function. Ex:
    >> > =AVERAGE('[Master.xls]RMG'!B1300:B1617) which works fine. I want the
    >> > b1330:b1617 to be an indirect call from the original worksheet 'Test'.
    >> > ex:=AVERAGE(Indirect('[Master.xls]RMG'!"AB"(&1623)&":AB"(&1624))).
    >> > This
    >> > gives me a highlight error at "AB".
    >> > Thanks
    >> > Lyle

    >>
    >>
    >>




  8. #8
    LyleF
    Guest

    Re: nested Indirect to other WS

    Biff

    Thanks for your time. It works perfectly, as you knew it would.
    --
    Thanks
    Lyle


    "Biff" wrote:

    > Try this:
    >
    > =AVERAGE(INDIRECT("'[Master.xls]RMG'!B"&AB1623&":B"&ab1624))
    >
    > Just remember, Master.xls MUST be open for this to work.
    >
    > Biff
    >
    > "LyleF" <[email protected]> wrote in message
    > news:[email protected]...
    > > That's closer to what I need. I forgot to say I need to imbed the column
    > > B
    > > before the ab1623 and ab1624 - kind of a big miss on my part. So the
    > > formula
    > > would read
    > > =AVERAGE(INDIRECT("'[Master.xls]RMG'!"B"&AB1623&":"B"&ab1624)) or
    > > something
    > > like that?? This of course doesn't work. I can't get the punctuation
    > > right.
    > >
    > > Text.xls is always pulling from column B in all the tabs in Master.xls
    > > --
    > > Thanks for your help
    > > Lyle
    > >
    > >
    > > "Biff" wrote:
    > >
    > >> Hi!
    > >>
    > >> Try this:
    > >>
    > >> :=AVERAGE(Indirect("'[Master.xls]RMG'!"&AB1623&":"&AB1624))
    > >>
    > >> Note - if this is being used in TEST.XLS then MASTER.XLS must be open for
    > >> it
    > >> to work.
    > >>
    > >> Biff
    > >>
    > >> "LyleF" <[email protected]> wrote in message
    > >> news:[email protected]...
    > >> >I am using Indirect fine within the WS 'Test' but cannot get it to grab
    > >> >info
    > >> > from another WS within a nested function. Ex:
    > >> > =AVERAGE('[Master.xls]RMG'!B1300:B1617) which works fine. I want the
    > >> > b1330:b1617 to be an indirect call from the original worksheet 'Test'.
    > >> > ex:=AVERAGE(Indirect('[Master.xls]RMG'!"AB"(&1623)&":AB"(&1624))).
    > >> > This
    > >> > gives me a highlight error at "AB".
    > >> > Thanks
    > >> > Lyle
    > >>
    > >>
    > >>

    >
    >
    >


  9. #9
    LyleF
    Guest

    nested Indirect to other WS

    I am using Indirect fine within the WS 'Test' but cannot get it to grab info
    from another WS within a nested function. Ex:
    =AVERAGE('[Master.xls]RMG'!B1300:B1617) which works fine. I want the
    b1330:b1617 to be an indirect call from the original worksheet 'Test'.
    ex:=AVERAGE(Indirect('[Master.xls]RMG'!"AB"(&1623)&":AB"(&1624))). This
    gives me a highlight error at "AB".
    Thanks
    Lyle

  10. #10
    Biff
    Guest

    Re: nested Indirect to other WS

    Hi!

    Try this:

    :=AVERAGE(Indirect("'[Master.xls]RMG'!"&AB1623&":"&AB1624))

    Note - if this is being used in TEST.XLS then MASTER.XLS must be open for it
    to work.

    Biff

    "LyleF" <[email protected]> wrote in message
    news:[email protected]...
    >I am using Indirect fine within the WS 'Test' but cannot get it to grab
    >info
    > from another WS within a nested function. Ex:
    > =AVERAGE('[Master.xls]RMG'!B1300:B1617) which works fine. I want the
    > b1330:b1617 to be an indirect call from the original worksheet 'Test'.
    > ex:=AVERAGE(Indirect('[Master.xls]RMG'!"AB"(&1623)&":AB"(&1624))). This
    > gives me a highlight error at "AB".
    > Thanks
    > Lyle




  11. #11
    LyleF
    Guest

    Re: nested Indirect to other WS

    That's closer to what I need. I forgot to say I need to imbed the column B
    before the ab1623 and ab1624 - kind of a big miss on my part. So the formula
    would read
    =AVERAGE(INDIRECT("'[Master.xls]RMG'!"B"&AB1623&":"B"&ab1624)) or something
    like that?? This of course doesn't work. I can't get the punctuation right.

    Text.xls is always pulling from column B in all the tabs in Master.xls
    --
    Thanks for your help
    Lyle


    "Biff" wrote:

    > Hi!
    >
    > Try this:
    >
    > :=AVERAGE(Indirect("'[Master.xls]RMG'!"&AB1623&":"&AB1624))
    >
    > Note - if this is being used in TEST.XLS then MASTER.XLS must be open for it
    > to work.
    >
    > Biff
    >
    > "LyleF" <[email protected]> wrote in message
    > news:[email protected]...
    > >I am using Indirect fine within the WS 'Test' but cannot get it to grab
    > >info
    > > from another WS within a nested function. Ex:
    > > =AVERAGE('[Master.xls]RMG'!B1300:B1617) which works fine. I want the
    > > b1330:b1617 to be an indirect call from the original worksheet 'Test'.
    > > ex:=AVERAGE(Indirect('[Master.xls]RMG'!"AB"(&1623)&":AB"(&1624))). This
    > > gives me a highlight error at "AB".
    > > Thanks
    > > Lyle

    >
    >
    >


  12. #12
    Biff
    Guest

    Re: nested Indirect to other WS

    Try this:

    =AVERAGE(INDIRECT("'[Master.xls]RMG'!B"&AB1623&":B"&ab1624))

    Just remember, Master.xls MUST be open for this to work.

    Biff

    "LyleF" <[email protected]> wrote in message
    news:[email protected]...
    > That's closer to what I need. I forgot to say I need to imbed the column
    > B
    > before the ab1623 and ab1624 - kind of a big miss on my part. So the
    > formula
    > would read
    > =AVERAGE(INDIRECT("'[Master.xls]RMG'!"B"&AB1623&":"B"&ab1624)) or
    > something
    > like that?? This of course doesn't work. I can't get the punctuation
    > right.
    >
    > Text.xls is always pulling from column B in all the tabs in Master.xls
    > --
    > Thanks for your help
    > Lyle
    >
    >
    > "Biff" wrote:
    >
    >> Hi!
    >>
    >> Try this:
    >>
    >> :=AVERAGE(Indirect("'[Master.xls]RMG'!"&AB1623&":"&AB1624))
    >>
    >> Note - if this is being used in TEST.XLS then MASTER.XLS must be open for
    >> it
    >> to work.
    >>
    >> Biff
    >>
    >> "LyleF" <[email protected]> wrote in message
    >> news:[email protected]...
    >> >I am using Indirect fine within the WS 'Test' but cannot get it to grab
    >> >info
    >> > from another WS within a nested function. Ex:
    >> > =AVERAGE('[Master.xls]RMG'!B1300:B1617) which works fine. I want the
    >> > b1330:b1617 to be an indirect call from the original worksheet 'Test'.
    >> > ex:=AVERAGE(Indirect('[Master.xls]RMG'!"AB"(&1623)&":AB"(&1624))).
    >> > This
    >> > gives me a highlight error at "AB".
    >> > Thanks
    >> > Lyle

    >>
    >>
    >>




  13. #13
    LyleF
    Guest

    Re: nested Indirect to other WS

    Biff

    Thanks for your time. It works perfectly, as you knew it would.
    --
    Thanks
    Lyle


    "Biff" wrote:

    > Try this:
    >
    > =AVERAGE(INDIRECT("'[Master.xls]RMG'!B"&AB1623&":B"&ab1624))
    >
    > Just remember, Master.xls MUST be open for this to work.
    >
    > Biff
    >
    > "LyleF" <[email protected]> wrote in message
    > news:[email protected]...
    > > That's closer to what I need. I forgot to say I need to imbed the column
    > > B
    > > before the ab1623 and ab1624 - kind of a big miss on my part. So the
    > > formula
    > > would read
    > > =AVERAGE(INDIRECT("'[Master.xls]RMG'!"B"&AB1623&":"B"&ab1624)) or
    > > something
    > > like that?? This of course doesn't work. I can't get the punctuation
    > > right.
    > >
    > > Text.xls is always pulling from column B in all the tabs in Master.xls
    > > --
    > > Thanks for your help
    > > Lyle
    > >
    > >
    > > "Biff" wrote:
    > >
    > >> Hi!
    > >>
    > >> Try this:
    > >>
    > >> :=AVERAGE(Indirect("'[Master.xls]RMG'!"&AB1623&":"&AB1624))
    > >>
    > >> Note - if this is being used in TEST.XLS then MASTER.XLS must be open for
    > >> it
    > >> to work.
    > >>
    > >> Biff
    > >>
    > >> "LyleF" <[email protected]> wrote in message
    > >> news:[email protected]...
    > >> >I am using Indirect fine within the WS 'Test' but cannot get it to grab
    > >> >info
    > >> > from another WS within a nested function. Ex:
    > >> > =AVERAGE('[Master.xls]RMG'!B1300:B1617) which works fine. I want the
    > >> > b1330:b1617 to be an indirect call from the original worksheet 'Test'.
    > >> > ex:=AVERAGE(Indirect('[Master.xls]RMG'!"AB"(&1623)&":AB"(&1624))).
    > >> > This
    > >> > gives me a highlight error at "AB".
    > >> > Thanks
    > >> > Lyle
    > >>
    > >>
    > >>

    >
    >
    >


+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1