Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Drop Down Form Number List


Hey there ,

I have built a simple drop down menu from 0-99 being selected from a
series of cells

Numbers!$A$1:$A$100

where A:1= 0
and a:100 = 99

and linked to cell using

'Bundled Systems'!$B$2

under the format control dialogue box.

HOWEVER

when the selected number from the drop down box is added to the
'Bundled Systems'!$B$2 field there is 1 added to it

That is
select 1 and return 2
select 10 return 11
etc

can anyone please let me know why this might be happening?

Thanks


--
Prellyan
------------------------------------------------------------------------
Prellyan's Profile: http://www.excelforum.com/member.php...o&userid=30539
View this thread: http://www.excelforum.com/showthread...hreadid=501944

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 4,339
Default Drop Down Form Number List

Hi,
The link cell contains the row number (index) of the selected value
NOT the value itself so A1 contains 0 and selection 0 will place 1 in B2.


If you want the value, in another cell e.g C1, you could put =indirect("A" &
'Bundled Systems'!$B$2)

HTH

"Prellyan" wrote:


Hey there ,

I have built a simple drop down menu from 0-99 being selected from a
series of cells

Numbers!$A$1:$A$100

where A:1= 0
and a:100 = 99

and linked to cell using

'Bundled Systems'!$B$2

under the format control dialogue box.

HOWEVER

when the selected number from the drop down box is added to the
'Bundled Systems'!$B$2 field there is 1 added to it

That is
select 1 and return 2
select 10 return 11
etc

can anyone please let me know why this might be happening?

Thanks


--
Prellyan
------------------------------------------------------------------------
Prellyan's Profile: http://www.excelforum.com/member.php...o&userid=30539
View this thread: http://www.excelforum.com/showthread...hreadid=501944


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
Drop-down list on simple excel 2003 form using "form" from data me S Beals Excel Discussion (Misc queries) 0 March 2nd 10 08:35 PM
Printing a form with a drop down list nickATnite Excel Discussion (Misc queries) 2 October 23rd 09 07:42 PM
drop down list on form Ruth Excel Discussion (Misc queries) 3 November 11th 08 01:28 PM
Form drop down list dg Excel Worksheet Functions 3 July 11th 07 05:17 PM
VBA Form Drop Down List Kevin Excel Programming 3 August 27th 04 06:11 PM


All times are GMT +1. The time now is 04:07 PM.

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"