#1   Report Post  
Posted to microsoft.public.excel.misc
ExcelUser777
 
Posts: n/a
Default 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   Report Post  
Posted to microsoft.public.excel.misc
Ardus Petus
 
Posts: n/a
Default Updating Range Names

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   Report Post  
Posted to microsoft.public.excel.misc
ExcelUser777
 
Posts: n/a
Default Updating Range Names

Ardus,

do you have anything more solid?

Thanks
ExcelUser777

  #4   Report Post  
Posted to microsoft.public.excel.misc
Bob Phillips
 
Posts: n/a
Default 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" wrote in message
oups.com...
Ardus,

do you have anything more solid?

Thanks
ExcelUser777



  #5   Report Post  
Posted to microsoft.public.excel.misc
ExcelUser777
 
Posts: n/a
Default 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
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Protecting Range Names Frederick Chow Excel Discussion (Misc queries) 4 March 8th 06 12:09 PM
Range Names Wes Excel Worksheet Functions 2 June 27th 05 11:36 PM
Excel Range Names trainer2000 Excel Discussion (Misc queries) 1 May 20th 05 08:42 PM
How do I use Range Names listed in a VLookup table in a formula? Essbasedvlpr32 Excel Worksheet Functions 3 December 15th 04 10:11 PM
Range Names wal50 Excel Worksheet Functions 3 November 27th 04 12:49 AM


All times are GMT +1. The time now is 05:39 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"