+ Reply to Thread
Results 1 to 2 of 2

Referencing a sheet that doesn't exist - yet

  1. #1
    Registered User
    Join Date
    03-12-2004
    Posts
    65

    Referencing a sheet that doesn't exist - yet

    We have a tool that includes a macro that creates a sheet when you tell it what sheet you want.

    so for instance if you say you want a "RED" sheet you specify that, hit a button and it creates a sheet called "RED1" based on a RED template.

    There can be lots of RED sheets.

    Each sheet has a total and on a front page sheet there is a total of all the RED sheets.

    The problem I have is that I want to create a formula which says
    +RED1!$F$10+RED2!$F$10+RED3!$F$10

    Except RED1, RED2, RED3 don't exist when you start, so how can I get it to create a total?

    Thanks

    Simon

  2. #2
    Forum Contributor EdMac's Avatar
    Join Date
    01-23-2006
    Location
    Exeter, UK
    MS-Off Ver
    2003
    Posts
    1,264
    Have you tried to have two dummy sheets, say first red and final red. create your new sheets between them then you can

    =sum('first red'!:'final red'!F10)

    Ed

+ 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