A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Excel » General Discussion
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

Combo-box with Choose formula



 
 
Thread Tools Display Modes
  #1  
Old June 30th, 2004, 08:39 AM
Abdul
external usenet poster
 
Posts: n/a
Default Combo-box with Choose formula

i am using choose formula with combo box. On the basis of "Cell Link" i
am retriving the figures shown just against the combo box list e.g

abc 100
def 200
ghi 300

now when i select "abc", with the help of choose formula 100 is shown
in cell d1.

The porblem when i insert a new row to the list, (eg above 'def')
the choose formula does not adjust itself to mention its value!
Every time i have to change the choose fromula every change.

Is there any easy way to do it?


---
Message posted from http://www.ExcelForum.com/

  #2  
Old July 1st, 2004, 12:01 AM
Dave Peterson
external usenet poster
 
Posts: n/a
Default Combo-box with Choose formula

What kind of combobox is it?

If it's a dropdown from the Forms toolbar, you could use:

=if(c1="","",index(b1:b3,c1))
if your input range were in A1:A3.
(the linked cell will contain a numeric index into that input range).

If your combobox is from the controltoolbox toolbar, then the linked cell will
contain the value in the combobox.

=IF(C1="","",INDEX(B1:B3,MATCH(C1,A1:A3,0)))


"Abdul " wrote:

i am using choose formula with combo box. On the basis of "Cell Link" i
am retriving the figures shown just against the combo box list e.g

abc 100
def 200
ghi 300

now when i select "abc", with the help of choose formula 100 is shown
in cell d1.

The porblem when i insert a new row to the list, (eg above 'def')
the choose formula does not adjust itself to mention its value!
Every time i have to change the choose fromula every change.

Is there any easy way to do it?

---
Message posted from http://www.ExcelForum.com/


--

Dave Peterson

 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Design questions Bruce Database Design 15 June 19th, 2004 12:12 AM
Requery Combobox MJ Running & Setting Up Queries 7 May 25th, 2004 11:01 AM
Alternative formula to HLookup Bernie Deitrick Worksheet Functions 0 March 26th, 2004 12:53 PM
Formula Bar/Palette Problems ??? GBL Worksheet Functions 2 October 10th, 2003 02:40 PM


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


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