+ Reply to Thread
Results 1 to 6 of 6

HELP!!!! needed in Excel

  1. #1

    HELP!!!! needed in Excel

    hi everyone
    i have got a new problem this time. I have managed to populate the data

    and all in the Combo box and its doing first letter select. but the
    trouble is earlier in the list box (form type) when i used to select an

    option i used to set the data in another cell.
    it was giving the index of the data and i was doing some calculations
    on the basis of this index value(it was a numeric value.)

    but now when i select from the combo box its giving me the Data value
    from the list which is of no use as far as my calculations are
    concerned as its a data value and (not numeric). so what should i do to

    get the index value instead of the exact text from the list in the
    combo box.


    I tried using bound column and set another column containing the index
    of the list but its not working. even column count is of no use


    plz help out.
    thanx in advance


  2. #2
    Ivan Raiminius
    Guest

    Re: HELP!!!! needed in Excel

    Hi,

    try using match function:

    =match(data value,original list used to fill combobox,0) should give
    you the index you are looking for (in case first index was 0, substract
    1 from match result)

    Regards,
    Ivan


  3. #3

    Re: HELP!!!! needed in Excel

    i used this to fill the combo box ListFillRangeSummary!$IS$1:$IS$1188
    where Summary is another worksheet.

    now i want the index of the data in the list in the cell p3 of this
    page the (form type) list box was doing this automatically but the
    (control type) Combo Box is giving me the value stored in IS of summary
    sheet.

    what do u mean by data value in
    =match(data value,original list used to fill combobox,0 )


  4. #4
    Ardus Petus
    Guest

    Re: HELP!!!! needed in Excel

    Try the .Topindex property of Combobox

    HTH
    --
    AP

    "Ivan Raiminius" <[email protected]> a écrit dans le message de
    news: [email protected]...
    > Hi,
    >
    > try using match function:
    >
    > =match(data value,original list used to fill combobox,0) should give
    > you the index you are looking for (in case first index was 0, substract
    > 1 from match result)
    >
    > Regards,
    > Ivan
    >




  5. #5
    Ivan Raiminius
    Guest

    Re: HELP!!!! needed in Excel

    Hi,

    I mean the value you call data value (the value combobox returns to
    excel sheet).

    Regards,
    Ivan


  6. #6

    Re: HELP!!!! needed in Excel

    i cant change the topindex and now it is giving the error of "some not
    enough system resources to display completely" when i inserted the
    whole list of 1200 values


+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1