+ Reply to Thread
Results 1 to 16 of 16

Dynamic formulas including worksheet references

  1. #1
    Registered User
    Join Date
    07-26-2005
    Posts
    1

    Dynamic formulas including worksheet references

    Hi,

    I have the following "minor" headache:

    I have on one summary worksheet different company names in rows with their corresponding key figures (formulas) in the columns. Every company has a corresponding worksheet, that is named after the company (done automatically with a macro.) My question would be if it is possible to have the following formula/reference in the individual colums:

    company A =Worksheet of company A $A$1

    company B = Worksheet of company B $A$!


    that I could basically copy down every column and which would take the worksheet reference from the column with the company names.

    Cheers

    Lars

  2. #2
    Bob Phillips
    Guest

    Re: Dynamic formulas including worksheet references

    =INDIRECT(A1&"!$A$1")

    --
    HTH

    Bob Phillips

    "lars22222" <lars22222.1ss2qs_1122383207.1004@excelforum-nospam.com> wrote
    in message news:lars22222.1ss2qs_1122383207.1004@excelforum-nospam.com...
    >
    > Hi,
    >
    > I have the following "minor" headache:
    >
    > I have on one summary worksheet different company names in rows with
    > their corresponding key figures (formulas) in the columns. Every
    > company has a corresponding worksheet, that is named after the company
    > (done automatically with a macro.) My question would be if it is
    > possible to have the following formula/reference in the individual
    > colums:
    >
    > company A =Worksheet of company A $A$1
    >
    > company B = Worksheet of company B $A$!
    >
    >
    > that I could basically copy down every column and which would take the
    > worksheet reference from the column with the company names.
    >
    > Cheers
    >
    > Lars
    >
    >
    > --
    > lars22222
    > ------------------------------------------------------------------------
    > lars22222's Profile:

    http://www.excelforum.com/member.php...o&userid=25603
    > View this thread: http://www.excelforum.com/showthread...hreadid=390167
    >




  3. #3
    Bob Phillips
    Guest

    Re: Dynamic formulas including worksheet references

    =INDIRECT(A1&"!$A$1")

    --
    HTH

    Bob Phillips

    "lars22222" <lars22222.1ss2qs_1122383207.1004@excelforum-nospam.com> wrote
    in message news:lars22222.1ss2qs_1122383207.1004@excelforum-nospam.com...
    >
    > Hi,
    >
    > I have the following "minor" headache:
    >
    > I have on one summary worksheet different company names in rows with
    > their corresponding key figures (formulas) in the columns. Every
    > company has a corresponding worksheet, that is named after the company
    > (done automatically with a macro.) My question would be if it is
    > possible to have the following formula/reference in the individual
    > colums:
    >
    > company A =Worksheet of company A $A$1
    >
    > company B = Worksheet of company B $A$!
    >
    >
    > that I could basically copy down every column and which would take the
    > worksheet reference from the column with the company names.
    >
    > Cheers
    >
    > Lars
    >
    >
    > --
    > lars22222
    > ------------------------------------------------------------------------
    > lars22222's Profile:

    http://www.excelforum.com/member.php...o&userid=25603
    > View this thread: http://www.excelforum.com/showthread...hreadid=390167
    >




  4. #4
    Bob Phillips
    Guest

    Re: Dynamic formulas including worksheet references

    =INDIRECT(A1&"!$A$1")

    --
    HTH

    Bob Phillips

    "lars22222" <lars22222.1ss2qs_1122383207.1004@excelforum-nospam.com> wrote
    in message news:lars22222.1ss2qs_1122383207.1004@excelforum-nospam.com...
    >
    > Hi,
    >
    > I have the following "minor" headache:
    >
    > I have on one summary worksheet different company names in rows with
    > their corresponding key figures (formulas) in the columns. Every
    > company has a corresponding worksheet, that is named after the company
    > (done automatically with a macro.) My question would be if it is
    > possible to have the following formula/reference in the individual
    > colums:
    >
    > company A =Worksheet of company A $A$1
    >
    > company B = Worksheet of company B $A$!
    >
    >
    > that I could basically copy down every column and which would take the
    > worksheet reference from the column with the company names.
    >
    > Cheers
    >
    > Lars
    >
    >
    > --
    > lars22222
    > ------------------------------------------------------------------------
    > lars22222's Profile:

    http://www.excelforum.com/member.php...o&userid=25603
    > View this thread: http://www.excelforum.com/showthread...hreadid=390167
    >




  5. #5
    Bob Phillips
    Guest

    Re: Dynamic formulas including worksheet references

    =INDIRECT(A1&"!$A$1")

    --
    HTH

    Bob Phillips

    "lars22222" <lars22222.1ss2qs_1122383207.1004@excelforum-nospam.com> wrote
    in message news:lars22222.1ss2qs_1122383207.1004@excelforum-nospam.com...
    >
    > Hi,
    >
    > I have the following "minor" headache:
    >
    > I have on one summary worksheet different company names in rows with
    > their corresponding key figures (formulas) in the columns. Every
    > company has a corresponding worksheet, that is named after the company
    > (done automatically with a macro.) My question would be if it is
    > possible to have the following formula/reference in the individual
    > colums:
    >
    > company A =Worksheet of company A $A$1
    >
    > company B = Worksheet of company B $A$!
    >
    >
    > that I could basically copy down every column and which would take the
    > worksheet reference from the column with the company names.
    >
    > Cheers
    >
    > Lars
    >
    >
    > --
    > lars22222
    > ------------------------------------------------------------------------
    > lars22222's Profile:

    http://www.excelforum.com/member.php...o&userid=25603
    > View this thread: http://www.excelforum.com/showthread...hreadid=390167
    >




  6. #6
    Bob Phillips
    Guest

    Re: Dynamic formulas including worksheet references

    =INDIRECT(A1&"!$A$1")

    --
    HTH

    Bob Phillips

    "lars22222" <lars22222.1ss2qs_1122383207.1004@excelforum-nospam.com> wrote
    in message news:lars22222.1ss2qs_1122383207.1004@excelforum-nospam.com...
    >
    > Hi,
    >
    > I have the following "minor" headache:
    >
    > I have on one summary worksheet different company names in rows with
    > their corresponding key figures (formulas) in the columns. Every
    > company has a corresponding worksheet, that is named after the company
    > (done automatically with a macro.) My question would be if it is
    > possible to have the following formula/reference in the individual
    > colums:
    >
    > company A =Worksheet of company A $A$1
    >
    > company B = Worksheet of company B $A$!
    >
    >
    > that I could basically copy down every column and which would take the
    > worksheet reference from the column with the company names.
    >
    > Cheers
    >
    > Lars
    >
    >
    > --
    > lars22222
    > ------------------------------------------------------------------------
    > lars22222's Profile:

    http://www.excelforum.com/member.php...o&userid=25603
    > View this thread: http://www.excelforum.com/showthread...hreadid=390167
    >




  7. #7
    Bob Phillips
    Guest

    Re: Dynamic formulas including worksheet references

    =INDIRECT(A1&"!$A$1")

    --
    HTH

    Bob Phillips

    "lars22222" <lars22222.1ss2qs_1122383207.1004@excelforum-nospam.com> wrote
    in message news:lars22222.1ss2qs_1122383207.1004@excelforum-nospam.com...
    >
    > Hi,
    >
    > I have the following "minor" headache:
    >
    > I have on one summary worksheet different company names in rows with
    > their corresponding key figures (formulas) in the columns. Every
    > company has a corresponding worksheet, that is named after the company
    > (done automatically with a macro.) My question would be if it is
    > possible to have the following formula/reference in the individual
    > colums:
    >
    > company A =Worksheet of company A $A$1
    >
    > company B = Worksheet of company B $A$!
    >
    >
    > that I could basically copy down every column and which would take the
    > worksheet reference from the column with the company names.
    >
    > Cheers
    >
    > Lars
    >
    >
    > --
    > lars22222
    > ------------------------------------------------------------------------
    > lars22222's Profile:

    http://www.excelforum.com/member.php...o&userid=25603
    > View this thread: http://www.excelforum.com/showthread...hreadid=390167
    >




  8. #8
    Bob Phillips
    Guest

    Re: Dynamic formulas including worksheet references

    =INDIRECT(A1&"!$A$1")

    --
    HTH

    Bob Phillips

    "lars22222" <lars22222.1ss2qs_1122383207.1004@excelforum-nospam.com> wrote
    in message news:lars22222.1ss2qs_1122383207.1004@excelforum-nospam.com...
    >
    > Hi,
    >
    > I have the following "minor" headache:
    >
    > I have on one summary worksheet different company names in rows with
    > their corresponding key figures (formulas) in the columns. Every
    > company has a corresponding worksheet, that is named after the company
    > (done automatically with a macro.) My question would be if it is
    > possible to have the following formula/reference in the individual
    > colums:
    >
    > company A =Worksheet of company A $A$1
    >
    > company B = Worksheet of company B $A$!
    >
    >
    > that I could basically copy down every column and which would take the
    > worksheet reference from the column with the company names.
    >
    > Cheers
    >
    > Lars
    >
    >
    > --
    > lars22222
    > ------------------------------------------------------------------------
    > lars22222's Profile:

    http://www.excelforum.com/member.php...o&userid=25603
    > View this thread: http://www.excelforum.com/showthread...hreadid=390167
    >




  9. #9
    Bob Phillips
    Guest

    Re: Dynamic formulas including worksheet references

    =INDIRECT(A1&"!$A$1")

    --
    HTH

    Bob Phillips

    "lars22222" <lars22222.1ss2qs_1122383207.1004@excelforum-nospam.com> wrote
    in message news:lars22222.1ss2qs_1122383207.1004@excelforum-nospam.com...
    >
    > Hi,
    >
    > I have the following "minor" headache:
    >
    > I have on one summary worksheet different company names in rows with
    > their corresponding key figures (formulas) in the columns. Every
    > company has a corresponding worksheet, that is named after the company
    > (done automatically with a macro.) My question would be if it is
    > possible to have the following formula/reference in the individual
    > colums:
    >
    > company A =Worksheet of company A $A$1
    >
    > company B = Worksheet of company B $A$!
    >
    >
    > that I could basically copy down every column and which would take the
    > worksheet reference from the column with the company names.
    >
    > Cheers
    >
    > Lars
    >
    >
    > --
    > lars22222
    > ------------------------------------------------------------------------
    > lars22222's Profile:

    http://www.excelforum.com/member.php...o&userid=25603
    > View this thread: http://www.excelforum.com/showthread...hreadid=390167
    >




  10. #10
    Bob Phillips
    Guest

    Re: Dynamic formulas including worksheet references

    =INDIRECT(A1&"!$A$1")

    --
    HTH

    Bob Phillips

    "lars22222" <lars22222.1ss2qs_1122383207.1004@excelforum-nospam.com> wrote
    in message news:lars22222.1ss2qs_1122383207.1004@excelforum-nospam.com...
    >
    > Hi,
    >
    > I have the following "minor" headache:
    >
    > I have on one summary worksheet different company names in rows with
    > their corresponding key figures (formulas) in the columns. Every
    > company has a corresponding worksheet, that is named after the company
    > (done automatically with a macro.) My question would be if it is
    > possible to have the following formula/reference in the individual
    > colums:
    >
    > company A =Worksheet of company A $A$1
    >
    > company B = Worksheet of company B $A$!
    >
    >
    > that I could basically copy down every column and which would take the
    > worksheet reference from the column with the company names.
    >
    > Cheers
    >
    > Lars
    >
    >
    > --
    > lars22222
    > ------------------------------------------------------------------------
    > lars22222's Profile:

    http://www.excelforum.com/member.php...o&userid=25603
    > View this thread: http://www.excelforum.com/showthread...hreadid=390167
    >




  11. #11
    Bob Phillips
    Guest

    Re: Dynamic formulas including worksheet references

    =INDIRECT(A1&"!$A$1")

    --
    HTH

    Bob Phillips

    "lars22222" <lars22222.1ss2qs_1122383207.1004@excelforum-nospam.com> wrote
    in message news:lars22222.1ss2qs_1122383207.1004@excelforum-nospam.com...
    >
    > Hi,
    >
    > I have the following "minor" headache:
    >
    > I have on one summary worksheet different company names in rows with
    > their corresponding key figures (formulas) in the columns. Every
    > company has a corresponding worksheet, that is named after the company
    > (done automatically with a macro.) My question would be if it is
    > possible to have the following formula/reference in the individual
    > colums:
    >
    > company A =Worksheet of company A $A$1
    >
    > company B = Worksheet of company B $A$!
    >
    >
    > that I could basically copy down every column and which would take the
    > worksheet reference from the column with the company names.
    >
    > Cheers
    >
    > Lars
    >
    >
    > --
    > lars22222
    > ------------------------------------------------------------------------
    > lars22222's Profile:

    http://www.excelforum.com/member.php...o&userid=25603
    > View this thread: http://www.excelforum.com/showthread...hreadid=390167
    >




  12. #12
    Bob Phillips
    Guest

    Re: Dynamic formulas including worksheet references

    =INDIRECT(A1&"!$A$1")

    --
    HTH

    Bob Phillips

    "lars22222" <lars22222.1ss2qs_1122383207.1004@excelforum-nospam.com> wrote
    in message news:lars22222.1ss2qs_1122383207.1004@excelforum-nospam.com...
    >
    > Hi,
    >
    > I have the following "minor" headache:
    >
    > I have on one summary worksheet different company names in rows with
    > their corresponding key figures (formulas) in the columns. Every
    > company has a corresponding worksheet, that is named after the company
    > (done automatically with a macro.) My question would be if it is
    > possible to have the following formula/reference in the individual
    > colums:
    >
    > company A =Worksheet of company A $A$1
    >
    > company B = Worksheet of company B $A$!
    >
    >
    > that I could basically copy down every column and which would take the
    > worksheet reference from the column with the company names.
    >
    > Cheers
    >
    > Lars
    >
    >
    > --
    > lars22222
    > ------------------------------------------------------------------------
    > lars22222's Profile:

    http://www.excelforum.com/member.php...o&userid=25603
    > View this thread: http://www.excelforum.com/showthread...hreadid=390167
    >




  13. #13
    Bob Phillips
    Guest

    Re: Dynamic formulas including worksheet references

    =INDIRECT(A1&"!$A$1")

    --
    HTH

    Bob Phillips

    "lars22222" <lars22222.1ss2qs_1122383207.1004@excelforum-nospam.com> wrote
    in message news:lars22222.1ss2qs_1122383207.1004@excelforum-nospam.com...
    >
    > Hi,
    >
    > I have the following "minor" headache:
    >
    > I have on one summary worksheet different company names in rows with
    > their corresponding key figures (formulas) in the columns. Every
    > company has a corresponding worksheet, that is named after the company
    > (done automatically with a macro.) My question would be if it is
    > possible to have the following formula/reference in the individual
    > colums:
    >
    > company A =Worksheet of company A $A$1
    >
    > company B = Worksheet of company B $A$!
    >
    >
    > that I could basically copy down every column and which would take the
    > worksheet reference from the column with the company names.
    >
    > Cheers
    >
    > Lars
    >
    >
    > --
    > lars22222
    > ------------------------------------------------------------------------
    > lars22222's Profile:

    http://www.excelforum.com/member.php...o&userid=25603
    > View this thread: http://www.excelforum.com/showthread...hreadid=390167
    >




  14. #14
    Bob Phillips
    Guest

    Re: Dynamic formulas including worksheet references

    =INDIRECT(A1&"!$A$1")

    --
    HTH

    Bob Phillips

    "lars22222" <lars22222.1ss2qs_1122383207.1004@excelforum-nospam.com> wrote
    in message news:lars22222.1ss2qs_1122383207.1004@excelforum-nospam.com...
    >
    > Hi,
    >
    > I have the following "minor" headache:
    >
    > I have on one summary worksheet different company names in rows with
    > their corresponding key figures (formulas) in the columns. Every
    > company has a corresponding worksheet, that is named after the company
    > (done automatically with a macro.) My question would be if it is
    > possible to have the following formula/reference in the individual
    > colums:
    >
    > company A =Worksheet of company A $A$1
    >
    > company B = Worksheet of company B $A$!
    >
    >
    > that I could basically copy down every column and which would take the
    > worksheet reference from the column with the company names.
    >
    > Cheers
    >
    > Lars
    >
    >
    > --
    > lars22222
    > ------------------------------------------------------------------------
    > lars22222's Profile:

    http://www.excelforum.com/member.php...o&userid=25603
    > View this thread: http://www.excelforum.com/showthread...hreadid=390167
    >




  15. #15
    Bob Phillips
    Guest

    Re: Dynamic formulas including worksheet references

    =INDIRECT(A1&"!$A$1")

    --
    HTH

    Bob Phillips

    "lars22222" <lars22222.1ss2qs_1122383207.1004@excelforum-nospam.com> wrote
    in message news:lars22222.1ss2qs_1122383207.1004@excelforum-nospam.com...
    >
    > Hi,
    >
    > I have the following "minor" headache:
    >
    > I have on one summary worksheet different company names in rows with
    > their corresponding key figures (formulas) in the columns. Every
    > company has a corresponding worksheet, that is named after the company
    > (done automatically with a macro.) My question would be if it is
    > possible to have the following formula/reference in the individual
    > colums:
    >
    > company A =Worksheet of company A $A$1
    >
    > company B = Worksheet of company B $A$!
    >
    >
    > that I could basically copy down every column and which would take the
    > worksheet reference from the column with the company names.
    >
    > Cheers
    >
    > Lars
    >
    >
    > --
    > lars22222
    > ------------------------------------------------------------------------
    > lars22222's Profile:

    http://www.excelforum.com/member.php...o&userid=25603
    > View this thread: http://www.excelforum.com/showthread...hreadid=390167
    >




  16. #16
    Bob Phillips
    Guest

    Re: Dynamic formulas including worksheet references

    =INDIRECT(A1&"!$A$1")

    --
    HTH

    Bob Phillips

    "lars22222" <lars22222.1ss2qs_1122383207.1004@excelforum-nospam.com> wrote
    in message news:lars22222.1ss2qs_1122383207.1004@excelforum-nospam.com...
    >
    > Hi,
    >
    > I have the following "minor" headache:
    >
    > I have on one summary worksheet different company names in rows with
    > their corresponding key figures (formulas) in the columns. Every
    > company has a corresponding worksheet, that is named after the company
    > (done automatically with a macro.) My question would be if it is
    > possible to have the following formula/reference in the individual
    > colums:
    >
    > company A =Worksheet of company A $A$1
    >
    > company B = Worksheet of company B $A$!
    >
    >
    > that I could basically copy down every column and which would take the
    > worksheet reference from the column with the company names.
    >
    > Cheers
    >
    > Lars
    >
    >
    > --
    > lars22222
    > ------------------------------------------------------------------------
    > lars22222's Profile:

    http://www.excelforum.com/member.php...o&userid=25603
    > View this thread: http://www.excelforum.com/showthread...hreadid=390167
    >




+ 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