+ Reply to Thread
Results 1 to 5 of 5

Updating Range Names

  1. #1
    ExcelUser777
    Guest

    Updating Range Names

    Hello,

    I have a named range in the formula below..... BS_UM_0606....


    =ROUND(SUMIF(BS_Um_Code,'Summary BS'!$A10,BS_Um_0606),0)


    I have other named ranges for example 0607

    My goal is to enter 0607 in a cell and have the 0606 update to 0607

    Is there a way to update a range name by typing in a new range name in
    a cell?




    Thanks,
    ExcelUser777


  2. #2
    Ardus Petus
    Guest

    Re: Updating Range Names

    check INDIRECT

    HTH
    --
    AP

    "ExcelUser777" <lax_777@comcast.net> a écrit dans le message de
    news:1143744195.242175.79450@u72g2000cwu.googlegroups.com...
    > Hello,
    >
    > I have a named range in the formula below..... BS_UM_0606....
    >
    >
    > =ROUND(SUMIF(BS_Um_Code,'Summary BS'!$A10,BS_Um_0606),0)
    >
    >
    > I have other named ranges for example 0607
    >
    > My goal is to enter 0607 in a cell and have the 0606 update to 0607
    >
    > Is there a way to update a range name by typing in a new range name in
    > a cell?
    >
    >
    >
    >
    > Thanks,
    > ExcelUser777
    >




  3. #3
    ExcelUser777
    Guest

    Re: Updating Range Names

    Ardus,

    do you have anything more solid?

    Thanks
    ExcelUser777


  4. #4
    Bob Phillips
    Guest

    Re: Updating Range Names

    Assuming that 0606 is in cell C1 for instance,

    =ROUND(SUMIF(BS_Um_Code,'Summary BS'!$A10,INDIRECT("BS_Um_"&C1)),0)


    --

    HTH

    Bob Phillips

    (remove nothere from the email address if mailing direct)

    "ExcelUser777" <lax_777@comcast.net> wrote in message
    news:1143747084.696808.204150@i39g2000cwa.googlegroups.com...
    > Ardus,
    >
    > do you have anything more solid?
    >
    > Thanks
    > ExcelUser777
    >




  5. #5
    ExcelUser777
    Guest

    Re: Updating Range Names

    Bob, Ardus

    Thanks so much for the info...

    I actually found it under "Range name in sumif function" ... Under
    Google Groups

    =SUMIF(IS_UM_Code,$A17,INDIRECT(A1))

    Bob that is awesome how you picked apart the range name


    Thanks,
    ExcelUser777


+ 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