Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
check INDIRECT
HTH -- AP "ExcelUser777" a écrit dans le message de ups.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
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Ardus,
do you have anything more solid? Thanks ExcelUser777 |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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" wrote in message oups.com... Ardus, do you have anything more solid? Thanks ExcelUser777 |
#5
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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 |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Protecting Range Names | Excel Discussion (Misc queries) | |||
Range Names | Excel Worksheet Functions | |||
Excel Range Names | Excel Discussion (Misc queries) | |||
How do I use Range Names listed in a VLookup table in a formula? | Excel Worksheet Functions | |||
Range Names | Excel Worksheet Functions |