+ Reply to Thread
Results 1 to 2 of 2

Reference a cell containing a Reference

  1. #1
    bastien86
    Guest

    Reference a cell containing a Reference

    From my graph i generated, a starting point along the x is required to make
    the necessary calculations. Since the x starting point is changing, i
    therefore have to keep changing the value from A607 to A607-24 hours each day
    because of the new 24 points each taken on hour intervals. I wish to be able
    to open my excel document in x number of days. See on the graph i need to
    start at 300 hours. which is A(300+3) due to title on data and such. Is
    there a way i can enter in a cell "300" for the hour, then have all my
    formulas know that i want to start A303 for my xrange instead???

    ie =EXP(INTERCEPT(LN(AK607):AK2187),A607:A2187))

    Tomorrow i may want to start at AK533

    Can i insert 530 into a cell, then have another cell say "AK533" then insert
    that into the AK607 part of the forumla??


  2. #2
    Forum Contributor
    Join Date
    11-29-2005
    Posts
    142
    Are you sure the formula as you wrote it here is working?

    I get error messages.


    but basically, the Indirect() function should replace what you reference to a specific cell..


    e.g. =Indirect("AK"&A1) would return value in AK533 if A1 houses 533.

+ 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