+ Reply to Thread
Results 1 to 7 of 7

how do i add new sheets to an exsisting formula

  1. #1
    Jcarriere
    Guest

    how do i add new sheets to an exsisting formula

    is there a way to automatically add a new sheet to an exisiting formula when
    you add a new sheet to the book


  2. #2
    Ken Wright
    Guest

    Re: how do i add new sheets to an exsisting formula

    Example of your formula.............

    --
    Regards
    Ken....................... Microsoft MVP - Excel
    Sys Spec - Win XP Pro / XL 97/00/02/03

    ------------------------------*------------------------------*----------------
    It's easier to beg forgiveness than ask permission :-)
    ------------------------------*------------------------------*----------------



    "Jcarriere" <Jcarriere@discussions.microsoft.com> wrote in message
    news:D1236054-957F-480A-AB8B-DFB085A70341@microsoft.com...
    > is there a way to automatically add a new sheet to an exisiting formula
    > when
    > you add a new sheet to the book
    >




  3. #3
    Jim Cone
    Guest

    Re: how do i add new sheets to an exsisting formula

    J,

    If you use a formula like...

    =SUM(Sheet1:Sheet5!D25)

    then if you add a sheet between Sheet1 and Sheet5 then the
    new sheet will be included in the formula.

    Jim Cone
    San Francisco, USA
    http://www.realezsites.com/bus/primitivesoftware



    "Jcarriere" <Jcarriere@discussions.microsoft.com>
    wrote in message
    is there a way to automatically add a new sheet to an exisiting formula when
    you add a new sheet to the book


  4. #4
    Jcarriere
    Guest

    Re: how do i add new sheets to an exsisting formula


    ok like i have multiple sheets in my book and i have a sum formula going to
    go to a sheet that i have called MTD (month to date) =SUM(Sheet3!A1+Sheet2A1)
    but i add new sheets every day and am wondering if you are able to have the
    new sheet automatically go into the formula when you insert the new sheet
    with out have to add it in manually everyday
    Thank you
    Jason
    "Ken Wright" wrote:

    > Example of your formula.............
    >
    > --
    > Regards
    > Ken....................... Microsoft MVP - Excel
    > Sys Spec - Win XP Pro / XL 97/00/02/03
    >
    > ------------------------------Â*------------------------------Â*----------------
    > It's easier to beg forgiveness than ask permission :-)
    > ------------------------------Â*------------------------------Â*----------------
    >
    >
    >
    > "Jcarriere" <Jcarriere@discussions.microsoft.com> wrote in message
    > news:D1236054-957F-480A-AB8B-DFB085A70341@microsoft.com...
    > > is there a way to automatically add a new sheet to an exisiting formula
    > > when
    > > you add a new sheet to the book
    > >

    >
    >
    >


  5. #5
    Ken Wright
    Guest

    Re: how do i add new sheets to an exsisting formula

    Create your file and get one sheet exactly the way you want it to be (Take
    your time and get it right, because now is the time to do this) - Now right
    click on the tab and select move or copy and then tick the little box that
    says create a copy. Now repeat that until you have as many sheets as you
    need PLUS at least 3 more. You can select say 2,3,4,5,6,7.... sheet tabs at
    once and then do move or copy..... and it will copy as many as you have
    selected. Now ignore the first 2 sheets and start naming them all say
    Week 1, Week 2 or a,b,c etc and so on. Name the first sheet Summary,
    the second sheet START, and your very last sheet FINISH.

    Now click on your Summary sheet and in A1 put
    =SUM(START:FINISH!A1) which will pull in any data from A1 pulling from START
    sheet to FINISH sheet and including any sheets in between. As long as any
    sheets you add to the file are in between START and FINISH sheets, they will
    get pulled into the total, no matter what you call them. Now hide your
    START and FINISH
    sheets.

    Copy the cell A1 and then paste special as formulas into any cells that you
    need to add up all the sheets on the Summary page.

    --
    Regards
    Ken....................... Microsoft MVP - Excel
    Sys Spec - Win XP Pro / XL 97/00/02/03

    ------------------------------*------------------------------*----------------
    It's easier to beg forgiveness than ask permission :-)
    ------------------------------*------------------------------*----------------


    "Jcarriere" <Jcarriere@discussions.microsoft.com> wrote in message
    news:2CECD12D-074F-4D49-8E32-17CD904A7D8D@microsoft.com...
    >
    > ok like i have multiple sheets in my book and i have a sum formula going
    > to
    > go to a sheet that i have called MTD (month to date)
    > =SUM(Sheet3!A1+Sheet2A1)
    > but i add new sheets every day and am wondering if you are able to have
    > the
    > new sheet automatically go into the formula when you insert the new sheet
    > with out have to add it in manually everyday
    > Thank you
    > Jason
    > "Ken Wright" wrote:
    >
    >> Example of your formula.............
    >>
    >> --
    >> Regards
    >> Ken....................... Microsoft MVP - Excel
    >> Sys Spec - Win XP Pro / XL 97/00/02/03
    >>
    >> ------------------------------*------------------------------*----------------
    >> It's easier to beg forgiveness than ask permission :-)
    >> ------------------------------*------------------------------*----------------
    >>
    >>
    >>
    >> "Jcarriere" <Jcarriere@discussions.microsoft.com> wrote in message
    >> news:D1236054-957F-480A-AB8B-DFB085A70341@microsoft.com...
    >> > is there a way to automatically add a new sheet to an exisiting formula
    >> > when
    >> > you add a new sheet to the book
    >> >

    >>
    >>
    >>




  6. #6
    Jcarriere
    Guest

    Re: how do i add new sheets to an exsisting formula

    Thank you now here is a dumb question how do i hide those two tabs and just
    those two
    Jason

    "Ken Wright" wrote:

    > Create your file and get one sheet exactly the way you want it to be (Take
    > your time and get it right, because now is the time to do this) - Now right
    > click on the tab and select move or copy and then tick the little box that
    > says create a copy. Now repeat that until you have as many sheets as you
    > need PLUS at least 3 more. You can select say 2,3,4,5,6,7.... sheet tabs at
    > once and then do move or copy..... and it will copy as many as you have
    > selected. Now ignore the first 2 sheets and start naming them all say
    > Week 1, Week 2 or a,b,c etc and so on. Name the first sheet Summary,
    > the second sheet START, and your very last sheet FINISH.
    >
    > Now click on your Summary sheet and in A1 put
    > =SUM(START:FINISH!A1) which will pull in any data from A1 pulling from START
    > sheet to FINISH sheet and including any sheets in between. As long as any
    > sheets you add to the file are in between START and FINISH sheets, they will
    > get pulled into the total, no matter what you call them. Now hide your
    > START and FINISH
    > sheets.
    >
    > Copy the cell A1 and then paste special as formulas into any cells that you
    > need to add up all the sheets on the Summary page.
    >
    > --
    > Regards
    > Ken....................... Microsoft MVP - Excel
    > Sys Spec - Win XP Pro / XL 97/00/02/03
    >
    > ------------------------------Â*------------------------------Â*----------------
    > It's easier to beg forgiveness than ask permission :-)
    > ------------------------------Â*------------------------------Â*----------------
    >
    >
    > "Jcarriere" <Jcarriere@discussions.microsoft.com> wrote in message
    > news:2CECD12D-074F-4D49-8E32-17CD904A7D8D@microsoft.com...
    > >
    > > ok like i have multiple sheets in my book and i have a sum formula going
    > > to
    > > go to a sheet that i have called MTD (month to date)
    > > =SUM(Sheet3!A1+Sheet2A1)
    > > but i add new sheets every day and am wondering if you are able to have
    > > the
    > > new sheet automatically go into the formula when you insert the new sheet
    > > with out have to add it in manually everyday
    > > Thank you
    > > Jason
    > > "Ken Wright" wrote:
    > >
    > >> Example of your formula.............
    > >>
    > >> --
    > >> Regards
    > >> Ken....................... Microsoft MVP - Excel
    > >> Sys Spec - Win XP Pro / XL 97/00/02/03
    > >>
    > >> ------------------------------Â*------------------------------Â*----------------
    > >> It's easier to beg forgiveness than ask permission :-)
    > >> ------------------------------Â*------------------------------Â*----------------
    > >>
    > >>
    > >>
    > >> "Jcarriere" <Jcarriere@discussions.microsoft.com> wrote in message
    > >> news:D1236054-957F-480A-AB8B-DFB085A70341@microsoft.com...
    > >> > is there a way to automatically add a new sheet to an exisiting formula
    > >> > when
    > >> > you add a new sheet to the book
    > >> >
    > >>
    > >>
    > >>

    >
    >
    >


  7. #7
    Ken Wright
    Guest

    Re: how do i add new sheets to an exsisting formula

    Why would you? I'll tell you how, but first I'll tell you why i wouldn't
    (or at least not the last one).

    The only way the data gets pulled into the summary is when it is sat between
    those two tabs. If you hide them, how do you know when you insert another
    that it is to the left of the hidden one at the end, and not the right?
    Easy mistake to make, and not noticeable till your numbers are screwed up.

    OK, assuming you still want to, simply click on a sheet and hit Format /
    Sheet / Hide and you will hide just that sheet.

    Regards
    Ken.....................

    "Jcarriere" <Jcarriere@discussions.microsoft.com> wrote in message
    news:674022EB-5956-42F0-9B2E-BF4554801A99@microsoft.com...
    > Thank you now here is a dumb question how do i hide those two tabs and
    > just
    > those two
    > Jason
    >
    > "Ken Wright" wrote:
    >
    >> Create your file and get one sheet exactly the way you want it to be
    >> (Take
    >> your time and get it right, because now is the time to do this) - Now
    >> right
    >> click on the tab and select move or copy and then tick the little box
    >> that
    >> says create a copy. Now repeat that until you have as many sheets as you
    >> need PLUS at least 3 more. You can select say 2,3,4,5,6,7.... sheet tabs
    >> at
    >> once and then do move or copy..... and it will copy as many as you have
    >> selected. Now ignore the first 2 sheets and start naming them all say
    >> Week 1, Week 2 or a,b,c etc and so on. Name the first sheet Summary,
    >> the second sheet START, and your very last sheet FINISH.
    >>
    >> Now click on your Summary sheet and in A1 put
    >> =SUM(START:FINISH!A1) which will pull in any data from A1 pulling from
    >> START
    >> sheet to FINISH sheet and including any sheets in between. As long as
    >> any
    >> sheets you add to the file are in between START and FINISH sheets, they
    >> will
    >> get pulled into the total, no matter what you call them. Now hide your
    >> START and FINISH
    >> sheets.
    >>
    >> Copy the cell A1 and then paste special as formulas into any cells that
    >> you
    >> need to add up all the sheets on the Summary page.
    >>
    >> --
    >> Regards
    >> Ken....................... Microsoft MVP - Excel
    >> Sys Spec - Win XP Pro / XL 97/00/02/03
    >>
    >> ------------------------------*------------------------------*----------------
    >> It's easier to beg forgiveness than ask permission :-)
    >> ------------------------------*------------------------------*----------------
    >>
    >>
    >> "Jcarriere" <Jcarriere@discussions.microsoft.com> wrote in message
    >> news:2CECD12D-074F-4D49-8E32-17CD904A7D8D@microsoft.com...
    >> >
    >> > ok like i have multiple sheets in my book and i have a sum formula
    >> > going
    >> > to
    >> > go to a sheet that i have called MTD (month to date)
    >> > =SUM(Sheet3!A1+Sheet2A1)
    >> > but i add new sheets every day and am wondering if you are able to have
    >> > the
    >> > new sheet automatically go into the formula when you insert the new
    >> > sheet
    >> > with out have to add it in manually everyday
    >> > Thank you
    >> > Jason
    >> > "Ken Wright" wrote:
    >> >
    >> >> Example of your formula.............
    >> >>
    >> >> --
    >> >> Regards
    >> >> Ken....................... Microsoft MVP - Excel
    >> >> Sys Spec - Win XP Pro / XL 97/00/02/03
    >> >>
    >> >> ------------------------------*------------------------------*----------------
    >> >> It's easier to beg forgiveness than ask permission :-)
    >> >> ------------------------------*------------------------------*----------------
    >> >>
    >> >>
    >> >>
    >> >> "Jcarriere" <Jcarriere@discussions.microsoft.com> wrote in message
    >> >> news:D1236054-957F-480A-AB8B-DFB085A70341@microsoft.com...
    >> >> > is there a way to automatically add a new sheet to an exisiting
    >> >> > formula
    >> >> > when
    >> >> > you add a new sheet to the book
    >> >> >
    >> >>
    >> >>
    >> >>

    >>
    >>
    >>




+ 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