+ Reply to Thread
Results 1 to 2 of 2

Creating an automatic range updater

  1. #1
    Registered User
    Join Date
    04-02-2007
    Posts
    1

    Creating an automatic range updater

    I have a project im working on that ive made with a pulldown menu on the chart which has 6 options. Each option auto-populates the graph with its corrosponding data. The problem is the data sheet i will be using will have a different number of points each time I import them. How can i setup a range that will update itsself upon import. So far i have used a cell on the Datasheet with the following equation

    =COUNTIF(A:A,">=0")+2

    @location I3

    So i tried .Range("A1:A(Cells(3,9))") but it doesnt like that at all... any ideas would be great


    Tony

  2. #2
    Registered User
    Join Date
    04-02-2007
    Posts
    35
    you can use the offset function as the makeup for the list parameter of a data validation dropdown menu. if you base this on the count statement that you have you should be able to tell it to start at a certain cell then stop at that position but offset the count of rows

    any probs attach a raw data file and ill have a nosey

+ 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