Excel - Data Validation

Asked By wildturkeyno
09-Jul-08 03:35 PM
Using the list option, I have six entries that are separated by commas
entered in the data validation source box. These work fine. How to I add a
blank space as the first choice on the dropdown list?

Thanks

Kevin
Worksheet
(1)
INDIRECT
(1)
Workbook
(1)
DonGood
(1)
Rangename
(1)
Caveat
(1)
Turkey
(1)
Day
(1)
  Do replied...
09-Jul-08 06:30 PM
can you create a list?  I usualy have on another sheet select a range and
name the range , then in the Data validation, do list and "=rangename"

I did see where if you do list and even put a space and comma then the
items, it does not show a blank first , but the way above does.
  Do replied...
09-Jul-08 06:33 PM
I usualy have all my lists on another page.  select the range and name the
range.  Then on the location you want a drop down, choose data / validation
and list and =rangename

I did see where  when you do a data / validation and put a blank then comma
then the list, it does not show the blank.  above will work or put a "."
first?
  wildturkeyno replied...
09-Jul-08 08:15 PM
Don

Good thoughts. I was aware of using separate lists, but for this sheet I
wanted to define the list as users may add or delete rows. Just cannot figure
out how to add a blank option this way.....
  Rob L replied...
10-Jul-08 10:03 PM
What you can do is put a ',",^ etc as the first option - so your list is
',A,B,C,D. The first option shows up as ' but when chosen is a blank cell
(well essentially...)


Rob L
  gary.brown.deletethispar replied...
10-Jul-08 08:13 AM
I also think that your best bet is to create a list.  You can create a
separate worksheet, put the list on the new sheet and hide that sheet.  One
caveat is in the syntax for the validation list source.  Here's something I
picked up quite some time ago to help me remember the syntax...

'/===================================/
' Data Validation using a List from another worksheet or workbook

' Using a List from
'   On the Data Validation form,
'      on the Settings tab,
'         In the Validation Criteria area,
'           In the 'Allow' dropdown,
'              Select 'LIST'
'           When the List is in ANOTHER WORKSHEET in the same workbook:
'             The syntax in the 'SOURCE' RefEdit box should be
'                something like...
'                     =INDIRECT("'Sheet2'!A1:A5")
'
'           When the List is in a WORKSHEET in another WORKBOOK:
'             The syntax in the 'SOURCE' RefEdit box should be
'                something like...
'                     =INDIRECT("'C:\Temp\[Test.xls]Sheet2'!A1:A5")
'
'/===================================/

--
Hope this helps.
If this post was helpfull, please remember to click on the ''''YES''''
button at the bottom of the screen.
Thanks,
Gary Brown
  Pete_UK replied...
10-Jul-08 02:09 PM
Rob,

please check your system date - you seem to be a day ahead of the rest of
us.

Pete
  Dave Peterson replied...
10-Jul-08 02:25 PM
Or just the time.

Or the time zone????


--

Dave Peterson
  Rob L replied...
11-Jul-08 10:27 PM
Far North Queensland Mate ! We're ahead of EVERYONE !

Rob L
(just checked, and the date and time are correct)
  Dave Peterson replied...
11-Jul-08 07:49 AM
Check your timezone.


--

Dave Peterson
  Rob L replied...
12-Jul-08 01:41 AM
Better now ?

Actually what they say is "Welcome to Queensland. Turn your watch back 10
years..."

Rob L
  Dave Peterson replied...
11-Jul-08 09:40 AM
Nope.  Not yet.


--

Dave Peterson
  Rob L replied...
11-Jul-08 04:59 PM
Now ?
  Dave Peterson replied...
11-Jul-08 05:48 PM
It sure looks like it.

You post looks about 48 minutes (plus or minus a couple of minutes) from this
response.

(woohoo.  <vbg>)


--

Dave Peterson
help
INDIRECT Excel How to use = INDIRECT(A1 & "!B7") if B7 is in another worksheet on another workbook? For example: workbook name = List worksheet name = n1 Excel Worksheet Discussions Excel (1) Worksheet (1) Workbook (1) INDIRECT (1) VLOOKUP (1) FIND (1) CELL (1) MID (1) = INDIRECT(A1
Indirect worksheet lookup in long formula Excel Good evening - - I have 3 years of reference data stored That is, everywhere the formula selects page '2008', I'd like it to select the worksheet based on what is in cell F2. Here is the formula: = IF(OR(ISBLANK($B12 part of a day trying to get the single and double parentheses correct. . . Peter Excel Worksheet Discussions Microsoft Excel (1) Excel (1) SUMPRODUCT (1) Worksheet (1) Workbook (1) INDIRECT (1) ISBLANK (1) VLOOKUP (1) You can use an INDIRECT formula or simply use Edit> replace '2008' with '2009' - - Don Guillett Microsoft MVP Excel SalesAid
Creating graph from values in multiple tabs within workbook Excel I am trying to produce a simple line graph from values in worksheets within a workbook. Worksheet 01 / 01 / 07 Share price A £5 Worksheet 01 / 01 / 07 Share price B £2 Worksheet 01 / 02 / 07 share price A £4 Worksheet 01 / 02 / 07 share price B £2.50 I thought that you could hold the ctrl key down and select the data from each cell in the worksheet but I have obviously got that wrong. As you can see from above I am how to do this. Many thanks Roger Excel Charting Discussions Microsoft Excel (1) Excel (1) Worksheet (1) Workbook (1) INDIRECT (1) ChartsHowTo (1) Del3 (1) Year (1) On Sun, 24 Jun
datacentric. There do not have to be any moving parts, just data compiled from the workbook and displayed back in one cell. I have managed to adapt almost everything except this SUBSTITUTE(SUBSTITUTE(SUBSTITUTE(SUBSTITUTE(SUBSTITUTE(SUBSTITUTE(SUBSTITUTE(SUBSTITUTE(SUBSTITUTE(SUBSTITUTE(SUBSTITUTE(SUBSTITUTE(SUBSTITUTE(SUBSTITUTE(SUBSTITUTE(INDIRECT(INDIRECT("Template_"&G19&"_rn")&"!E86"), indirect(I19&"!$F$50"), indirect("PlacemarkData!I"&D19)), indirect(I19&"!$F$51"), indirect("PlacemarkData!J"&D19)), indirect(I19&"!$F$52"), indirect("PlacemarkData!K"&D19)), indirect(I19&"!$F$53"), indirect("PlacemarkData!L"&D19
Help Required: Pulling data from a workbook into a worksheet. Excel Hello Experts, I am trying to call a workbook with a single worksheet into another workbook's detail_data worksheet. I have 2 workbooks: Workbook A and Workbook B. Workbook A has only 1 worksheet (Sheet1) and Workbook B has 7 worksheets. In