+ Reply to Thread
Results 1 to 16 of 16

Need advice

  1. #1
    Registered User
    Join Date
    01-06-2007
    Posts
    8

    Need advice

    I made a dropping list with numbers, at the red area, from column number one on the table. When I choose number at the dropping list, numbers in columns two and three must appear at green area. How to do that?
    Attached Images Attached Images

  2. #2
    Forum Contributor VBA Noob's Avatar
    Join Date
    04-25-2006
    Location
    London, England
    MS-Off Ver
    xl03 & xl 07(Jan 09)
    Posts
    11,988
    Hi,

    Try Vlookup or Match and Index

    Vlookup link
    http://www.contextures.com/xlFunctions02.html

    Match and Index link
    http://www.contextures.com/xlFunctio...tml#IndexMatch

    Post the file if you need more help

    VBA Noob
    _________________________________________


    Credo Elvem ipsum etian vivere
    _________________________________________
    A message for cross posters

    Please remember to wrap code.

    Forum Rules

    Please add to your signature if you found this link helpful. Excel links !!!

  3. #3
    Registered User
    Join Date
    01-06-2007
    Posts
    8
    It didn't help. Need another advice.

  4. #4
    Forum Contributor VBA Noob's Avatar
    Join Date
    04-25-2006
    Location
    London, England
    MS-Off Ver
    xl03 & xl 07(Jan 09)
    Posts
    11,988
    Post the workbook and I take a look

    VBA Noob

  5. #5
    Registered User
    Join Date
    01-06-2007
    Posts
    8
    Here...
    Attached Files Attached Files

  6. #6
    Forum Contributor VBA Noob's Avatar
    Join Date
    04-25-2006
    Location
    London, England
    MS-Off Ver
    xl03 & xl 07(Jan 09)
    Posts
    11,988
    Try this

    VBA Noob
    Attached Files Attached Files

  7. #7
    Registered User
    Join Date
    01-06-2007
    Posts
    8
    Thanx

  8. #8
    Forum Contributor VBA Noob's Avatar
    Join Date
    04-25-2006
    Location
    London, England
    MS-Off Ver
    xl03 & xl 07(Jan 09)
    Posts
    11,988
    No Problem

    VBA Noob

  9. #9
    Registered User
    Join Date
    01-06-2007
    Posts
    8
    How to make the table invisible?

  10. #10
    Forum Contributor VBA Noob's Avatar
    Join Date
    04-25-2006
    Location
    London, England
    MS-Off Ver
    xl03 & xl 07(Jan 09)
    Posts
    11,988
    Can you hide the columns ??

    VBA Noob

  11. #11
    Registered User
    Join Date
    01-06-2007
    Posts
    8
    No? Is it possible?

  12. #12
    Forum Contributor VBA Noob's Avatar
    Join Date
    04-25-2006
    Location
    London, England
    MS-Off Ver
    xl03 & xl 07(Jan 09)
    Posts
    11,988
    Yes.

    Before you hide the columns you would have to move your 3 criteria out of the Table or alternatively you could hide rows 1 to 22 by selecting them then right click while selected and click hide

    VBA Noob

  13. #13
    Registered User
    Join Date
    01-06-2007
    Posts
    8
    Well ok! I thought there was more serious way like make it invisible, not just hide column by making it shorter.

  14. #14
    Forum Contributor VBA Noob's Avatar
    Join Date
    04-25-2006
    Location
    London, England
    MS-Off Ver
    xl03 & xl 07(Jan 09)
    Posts
    11,988
    Hi,

    Try these formula's

    =LOOKUP($D$23,{0,0.9,1.9,2.9,3.9,4.9,5.9,6.9,7.9},{0.011905,0.012288,0.012723,0.013168,0.013623,0.014087,0.014561,0.015044,0.015536})

    =LOOKUP(D23,{0,0.9,1.9,2.9,3.9,4.9,5.9,6.9,7.9},{0.285701,0.292165,0.299391,0.306682,0.314036,0.321426,0.328872,0.33635,0.343856})

    VBA Noob

  15. #15
    Registered User
    Join Date
    01-06-2007
    Posts
    8
    Thanks, It's even cooler that i thought!

  16. #16
    Forum Contributor VBA Noob's Avatar
    Join Date
    04-25-2006
    Location
    London, England
    MS-Off Ver
    xl03 & xl 07(Jan 09)
    Posts
    11,988
    No problem

    Glad it helped

    VBA Noob

+ 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