Spaces in Cell Range

BurkeDad

New Member
Joined
Jul 8, 2011
Messages
24
I am creating Dedicated pull downs and the I need to have spaces in the cell range name. Example - the primary pull down list is comprised of states - therefore for states like New Mexico, South Carolina, etc.... I will need to have a space included.
Any ideas? Thanks.
 

Excel Facts

Formula for Yesterday
Name Manager, New Name. Yesterday =TODAY()-1. OK. Then, use =YESTERDAY in any cell. Tomorrow could be =TODAY()+1.
I don't understand your question, could you elaborate more on it?
What your problem is and what you need.
 
Upvote 0
you cannot have spaces in the name of a named range

perhaps you could used named ranges like South_Dakota and =INDIRECT(SUBSTITUTE(A1, " ", "_"))
 
Upvote 0
Here is the issue. I am creating dependent lists and I need the cell range names to be sperated. Reason is that in the form where the user selects the state, the name appears on the report. Therefore, i cannot have the state's name as a single name.
 
Upvote 0
if you are using named ranges, you cannot have spaces in their names.

My idea is to match what the user sees (with spaces) to a named range that has underscore instead of spaces.

Its a fairly direct approach, but the details of its implementation is heavily dependent on how things are set up.
 
Upvote 0
Thanks for suggestion Mike. I included the underscore inthe name and it does not look too bad in the form.

Thanks for the help all.
 
Upvote 0

Forum statistics

Threads
1,224,581
Messages
6,179,668
Members
452,936
Latest member
anamikabhargaw

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top