Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 84
Default "user has restricted values" in lookup

I am trying to do a lookup and I'm getting the error, "user has restricted
values that can be entered into this cell." How do I know which cell is
restricted and what I need to do to unrestrict it? I have unprotected all my
cells, etc. Also, a vlookup done here previously worked just fine so . . .
at a bit of a loss.

Thanks!
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2,276
Default "user has restricted values" in lookup

Hi,
Go to Data validation, you will see there the range and the value to be
entered, usually you use it to let's say for example nobody can enter a
negative number or less than ????.

if this helps please click yes, thanks

"smartgal" wrote:

I am trying to do a lookup and I'm getting the error, "user has restricted
values that can be entered into this cell." How do I know which cell is
restricted and what I need to do to unrestrict it? I have unprotected all my
cells, etc. Also, a vlookup done here previously worked just fine so . . .
at a bit of a loss.

Thanks!

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 35,218
Default "user has restricted values" in lookup

It sounds like the cell you're changing has data|validation applied.

You could hit
F5 (edit|goto or ctrl-g)
Special|data validation
to select all the cells with data|validation.

Then you could tab through them looking for the ones you want.

smartgal wrote:

I am trying to do a lookup and I'm getting the error, "user has restricted
values that can be entered into this cell." How do I know which cell is
restricted and what I need to do to unrestrict it? I have unprotected all my
cells, etc. Also, a vlookup done here previously worked just fine so . . .
at a bit of a loss.

Thanks!


--

Dave Peterson
  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 84
Default "user has restricted values" in lookup

'Tis done, but now I don't have a validated list from which to choose . . .
so how to I make a "pick list" or a validated list from which to choose now
that my lookup is working?

"Dave Peterson" wrote:

It sounds like the cell you're changing has data|validation applied.

You could hit
F5 (edit|goto or ctrl-g)
Special|data validation
to select all the cells with data|validation.

Then you could tab through them looking for the ones you want.

smartgal wrote:

I am trying to do a lookup and I'm getting the error, "user has restricted
values that can be entered into this cell." How do I know which cell is
restricted and what I need to do to unrestrict it? I have unprotected all my
cells, etc. Also, a vlookup done here previously worked just fine so . . .
at a bit of a loss.

Thanks!


--

Dave Peterson

  #5   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2,276
Default "user has restricted values" in lookup

Hi,
You create your list somewhere in your sheet, then go to Data validation,
when open the data validation window in Allow choose List then the source
window will open, highlight your list and click Ok


"smartgal" wrote:

'Tis done, but now I don't have a validated list from which to choose . . .
so how to I make a "pick list" or a validated list from which to choose now
that my lookup is working?

"Dave Peterson" wrote:

It sounds like the cell you're changing has data|validation applied.

You could hit
F5 (edit|goto or ctrl-g)
Special|data validation
to select all the cells with data|validation.

Then you could tab through them looking for the ones you want.

smartgal wrote:

I am trying to do a lookup and I'm getting the error, "user has restricted
values that can be entered into this cell." How do I know which cell is
restricted and what I need to do to unrestrict it? I have unprotected all my
cells, etc. Also, a vlookup done here previously worked just fine so . . .
at a bit of a loss.

Thanks!


--

Dave Peterson



  #6   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 84
Default "user has restricted values" in lookup

Here's my situation - I have two locations, each salespersonnel assigned and
some are in both locations. What I'm trying to achieve is that, based on the
location, only the salespersons assigned to that location are eligible to be
chosen elsewhere in the spreadsheet. I had a validated list for this that
worked great until we added a second location. So now I want to validate the
sales choices based on the location. So I'm thinking if I revalidate . . .
I'll be right back where I was before I un-restricted the values. Help!

"Eduardo" wrote:

Hi,
You create your list somewhere in your sheet, then go to Data validation,
when open the data validation window in Allow choose List then the source
window will open, highlight your list and click Ok


"smartgal" wrote:

'Tis done, but now I don't have a validated list from which to choose . . .
so how to I make a "pick list" or a validated list from which to choose now
that my lookup is working?

"Dave Peterson" wrote:

It sounds like the cell you're changing has data|validation applied.

You could hit
F5 (edit|goto or ctrl-g)
Special|data validation
to select all the cells with data|validation.

Then you could tab through them looking for the ones you want.

smartgal wrote:

I am trying to do a lookup and I'm getting the error, "user has restricted
values that can be entered into this cell." How do I know which cell is
restricted and what I need to do to unrestrict it? I have unprotected all my
cells, etc. Also, a vlookup done here previously worked just fine so . . .
at a bit of a loss.

Thanks!

--

Dave Peterson

  #7   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2,276
Default "user has restricted values" in lookup

Hi,
Take a look to Debra web, related to Data validation I think it will help
http://www.contextures.com/xlDataVal02.html

"smartgal" wrote:

Here's my situation - I have two locations, each salespersonnel assigned and
some are in both locations. What I'm trying to achieve is that, based on the
location, only the salespersons assigned to that location are eligible to be
chosen elsewhere in the spreadsheet. I had a validated list for this that
worked great until we added a second location. So now I want to validate the
sales choices based on the location. So I'm thinking if I revalidate . . .
I'll be right back where I was before I un-restricted the values. Help!

"Eduardo" wrote:

Hi,
You create your list somewhere in your sheet, then go to Data validation,
when open the data validation window in Allow choose List then the source
window will open, highlight your list and click Ok


"smartgal" wrote:

'Tis done, but now I don't have a validated list from which to choose . . .
so how to I make a "pick list" or a validated list from which to choose now
that my lookup is working?

"Dave Peterson" wrote:

It sounds like the cell you're changing has data|validation applied.

You could hit
F5 (edit|goto or ctrl-g)
Special|data validation
to select all the cells with data|validation.

Then you could tab through them looking for the ones you want.

smartgal wrote:

I am trying to do a lookup and I'm getting the error, "user has restricted
values that can be entered into this cell." How do I know which cell is
restricted and what I need to do to unrestrict it? I have unprotected all my
cells, etc. Also, a vlookup done here previously worked just fine so . . .
at a bit of a loss.

Thanks!

--

Dave Peterson

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
Excel 2007 displays Locked by "another user", does not show User I Ana Excel Discussion (Misc queries) 2 January 19th 11 02:57 PM
excel displays "l" instead of "‚¬" symbol for Euro values lex63 Excel Discussion (Misc queries) 1 April 17th 09 10:10 AM
Excel - Golf - how to display "-2" as "2 Under" or "4"as "+4" or "4 Over" in a calculation cell Steve Kay Excel Discussion (Misc queries) 2 August 8th 08 01:54 AM
Pivot table "restricted" output mit05 Excel Discussion (Misc queries) 1 February 21st 07 09:29 PM
Changing "returned" values from "0" to "blank" LATATC Excel Worksheet Functions 2 October 20th 05 04:41 PM


All times are GMT +1. The time now is 12:46 PM.

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

About Us

"It's about Microsoft Excel"