Close

Results 1 to 5 of 5
  1. #1
    DF VIP Member furrry's Avatar
    Join Date
    Jan 2001
    Location
    The Real World
    Posts
    853
    Thanks
    57
    Thanked:        92
    Karma Level
    364

    Help Simple Excel spreadsheat help

    this is probably very simple for anyone who knows their way around excel

    i want to create a dropdown list from which i can choose a preset value,when i choose this value i want the spreadsheet to display next to this value in a seperate
    cell/cells the results of this certain value which wont change as each value i enter will have its own preset results.

    for example

    choosing preset value 1 will show results aaaa,bbbb,cccc
    and value 2 will have a different result dddd,eeee,ffff ...etc

    would be nice if it could also allow me to enter any of the above results to show which value it belongs to

    needs to be contained within the single worksheet but the data can be invisible,or hidden only need the drop down boxes for the value and results to show

    anyone help or guide me to a good tutorial for this

    thanks

    furrry

  2. #2
    DF VIP Member cassy34's Avatar
    Join Date
    Nov 2004
    Location
    Lytham
    Posts
    1,453
    Thanks
    246
    Thanked:        181
    Karma Level
    360

    Default Re: Simple Excel spreadsheat help

    Hey Furry,

    First off you'll need to sort out the dropdown list box.

    In the cell of choice, select Data > Validation from the menu.
    In the Allow dropdown, select List and then define the content of the list. This can be in a hidden area of the spreadsheet.

    In the cell next to it, you'll need to enter a VLookup formula. In the area you've entered the list, in the cells to the left, put the entries you want to appear when selected

    For illustration, the dropdown is in A1 and the range of values is C16

    In the cell next to the dropdown (B1), enter the formula

    =VLOOKUP(A1,C16,2,0)

    You may need to wrap an IF statement around this in case the cell is blank

    =IF(ISNA(VLOOKUP(A1,C16,2,0)),"",VLOOKUP(A1,C16,2,0))

    Hope it makes sense, off to bed now, I'll look again in the morning

    The Smileys are ColonD
    Last edited by cassy34; 15th December 2009 at 02:05 PM. Reason: Fucking Smileys

  3. #3
    DF VIP Member furrry's Avatar
    Join Date
    Jan 2001
    Location
    The Real World
    Posts
    853
    Thanks
    57
    Thanked:        92
    Karma Level
    364

    Default Re: Simple Excel spreadsheat help

    hi m8 thanks for your reply

    not getting anywere with the formula

    i have attached a sample of what i am trying to do, although it will have a few more teams to add later
    Attachment 19170

    any help you can provide greatly appreciated

    furrry
    Last edited by furrry; 1st May 2010 at 05:45 PM.

  4. #4
    DF VIP Member cassy34's Avatar
    Join Date
    Nov 2004
    Location
    Lytham
    Posts
    1,453
    Thanks
    246
    Thanked:        181
    Karma Level
    360

    Default Re: Simple Excel spreadsheat help

    I see what you're getting at now.

    Watch this space.
    Last edited by cassy34; 17th December 2009 at 08:25 PM.

  5. #5
    DF VIP Member furrry's Avatar
    Join Date
    Jan 2001
    Location
    The Real World
    Posts
    853
    Thanks
    57
    Thanked:        92
    Karma Level
    364

    Default Re: Simple Excel spreadsheat help

    all sorted now

    thanks

Similar Threads

  1. excel for fee
    By bobbobb in forum Programming
    Replies: 8
    Last Post: 7th March 2005, 11:22 PM
  2. DVD + Backups simple solution?
    By mpikounis in forum Microsoft Consoles
    Replies: 4
    Last Post: 17th November 2002, 05:36 PM
  3. Simple AES 128 DECRYPTION SOFT
    By Katgis in forum PC Software
    Replies: 0
    Last Post: 15th October 2002, 10:15 AM
  4. Excel graph problem
    By marktb in forum PC Problems
    Replies: 2
    Last Post: 9th October 2002, 04:42 PM
  5. simple question for cable internet users..
    By Eminem2k1 in forum PC Hardware
    Replies: 2
    Last Post: 22nd September 2002, 11:33 PM

Social Networking 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
  •