+ Reply to Thread
Results 1 to 2 of 2

Ignore Data for Dynamic Range

  1. #1
    Registered User
    Join Date
    11-02-2006
    Posts
    7

    Ignore Data for Dynamic Range

    My chart has a date for the x axis. The date runs horizontal, left to right, on the columns. There are two indicators for data: The goal, which will stay somewhat constant but might change from year to year and the monthly data indicator (lets call it Temp) . Both the date and the goal are set for years ahead. The Temp is what I want the dynamic range to reference. I want to see the last 12 months based on the last temp entered. This part I have: =OFFSET(Sheet1!$C$4,1,COUNTA(Sheet1!$C$5:$BA$5)-12,1,12).
    If I don't have the dates and Goal set ahead of time I can just use the same method however I will be setting this spreadsheet up for use by many people and I don't want them to possibly mess up the date or goal. The goal seems to follow along nicely with the temp and at this point is not problem. What is tripping me up is the date. My dynamic range is keying on the last date entered. How do I show the date to coorispond to the temp but key on the last temp entered and show a range of 12?
    Dale

  2. #2
    Registered User
    Join Date
    11-02-2006
    Posts
    7
    I figured it out. Just some minor changes to which column is referenced.

    Temp
    =OFFSET(Sheet1!$A$1,COUNTA(Sheet1!$B:$B)-12,1,12,1)

    Dates
    =OFFSET(Sheet1!$A$1,COUNTA(Sheet1!$B:$B)-12,0,12,1)

+ 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