Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default combo box, index formula problems

Can this be done?

I am using 2 combo boxes to return a value in a 6 x 29 data table (I am
not sure whether to call it an array as I have not defined it as such).
I am using the index function in the target cell to return the proper
value based on the 2 combo box selections.

=INDEX('list prices'!A2:G31,'Info & Spec sheet'!G3,'Info & Spec
sheet'!H3)
This works great for me.

What I am trying to do now is to add another combo box that will have
multiple (3)products in it and depending on the product selected will
revert to the proper 'list price' list . The 'Info & Spec sheet' combo
box selections will not change and that will still pick the proper
price from whichever 6 x 29 data table is selected with the new added
combo box.

does this make sense?

I have tried to modify my index formula line as follows

=INDEX('list prices'!A*(2*H43)*:G*(31*H43)*,'Info & Spec
sheet'!G3,'Info & Spec sheet'!H3)

where H43 would be the cell link number(pointer?) for the new combo
box. In other words I want to increase the value of the number after
"A" &"G" by multiplying the cell number by the value of H43.



any help would be appreciated.



------------------------------------------------
~~ Message posted from http://www.ExcelTip.com/
~~ View and post usenet messages directly from http://www.ExcelForum.com/

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 599
Default combo box, index formula problems

Mark

One way to do this is to set up three named ranges corresponding to the
three products in your combobox. Then use the value of your combobox in the
INDEX function. If your combobox links to I1, your Index would look like
this

=INDEX(INDIRECT(I1),'Info ...

When you select Product1 from the combobox, then I1 = Product1 and the Index
function refers to the named range Product1.

--
Dick Kusleika
MVP - Excel
www.dicks-clicks.com
Post all replies to the newsgroup.

"mark67" wrote in message
...
Can this be done?

I am using 2 combo boxes to return a value in a 6 x 29 data table (I am
not sure whether to call it an array as I have not defined it as such).
I am using the index function in the target cell to return the proper
value based on the 2 combo box selections.

=INDEX('list prices'!A2:G31,'Info & Spec sheet'!G3,'Info & Spec
sheet'!H3)
This works great for me.

What I am trying to do now is to add another combo box that will have
multiple (3)products in it and depending on the product selected will
revert to the proper 'list price' list . The 'Info & Spec sheet' combo
box selections will not change and that will still pick the proper
price from whichever 6 x 29 data table is selected with the new added
combo box.

does this make sense?

I have tried to modify my index formula line as follows

=INDEX('list prices'!A*(2*H43)*:G*(31*H43)*,'Info & Spec
sheet'!G3,'Info & Spec sheet'!H3)

where H43 would be the cell link number(pointer?) for the new combo
box. In other words I want to increase the value of the number after
"A" &"G" by multiplying the cell number by the value of H43.



any help would be appreciated.



------------------------------------------------
~~ Message posted from http://www.ExcelTip.com/
~~ View and post usenet messages directly from http://www.ExcelForum.com/



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
Combo problems Geoff Excel Discussion (Misc queries) 1 August 11th 08 11:50 AM
Vlookup,Index,or Combo of something else D Excel Discussion (Misc queries) 5 January 21st 08 03:36 AM
Can Index/Match pull lookup_value from a combo box? Ruben Torrez Excel Discussion (Misc queries) 2 January 11th 07 05:01 PM
Problems with INDEX formula bc Excel Worksheet Functions 3 June 28th 06 11:24 AM
Combo Box List Problems robert inman via OfficeKB.com Excel Discussion (Misc queries) 3 May 5th 05 01:30 PM


All times are GMT +1. The time now is 06:06 AM.

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"