+ Reply to Thread
Results 1 to 3 of 3

Formula Help

  1. #1
    robot
    Guest

    Formula Help

    Hi,

    I need a formula that references a cell (say C2) of one of the worksheets
    called U3, U4, V3, V4, etc.

    However, the worksheet to use depends on the value of two other cells (A1
    and B1). For example, if the value of A1 is U, the value of B1 is 3, then
    the formula would become =U3!C2

    How can I cook up such a formula, preferably without the use of any vba?




  2. #2
    JMB
    Guest

    RE: Formula Help

    =INDIRECT(A1&B1&"!C2")

    "robot" wrote:

    > Hi,
    >
    > I need a formula that references a cell (say C2) of one of the worksheets
    > called U3, U4, V3, V4, etc.
    >
    > However, the worksheet to use depends on the value of two other cells (A1
    > and B1). For example, if the value of A1 is U, the value of B1 is 3, then
    > the formula would become =U3!C2
    >
    > How can I cook up such a formula, preferably without the use of any vba?
    >
    >
    >
    >


  3. #3
    Rowan
    Guest

    Re: Formula Help

    Try =INDIRECT(A1&B1&"!C2")

    Hope this helps
    Rowan

    robot wrote:
    > Hi,
    >
    > I need a formula that references a cell (say C2) of one of the worksheets
    > called U3, U4, V3, V4, etc.
    >
    > However, the worksheet to use depends on the value of two other cells (A1
    > and B1). For example, if the value of A1 is U, the value of B1 is 3, then
    > the formula would become =U3!C2
    >
    > How can I cook up such a formula, preferably without the use of any vba?
    >
    >
    >


+ 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