Results 1 to 7 of 7

Thread: excel help

  1. #1
    Senior Member
    Philquad's Avatar
    Join Date
    Jan 2008
    Location
    nelson bay
    Age
    55
    Posts
    3,872
    Thanks
    192
    Thanked 1,305 Times in 783 Posts
    Rep Power
    665
    Reputation
    16938

    Default excel help

    i cant remember how to do it now

    would like to have a dropdown menu in column 1
    relevant to the price column next to it

    vlookup or cell reference?
    i did it yrs ago but with 2003, 2010 i have no idea
    https://www.facebook.com/philquad68



Look Here ->
  • #2
    Senior Member Mods's Avatar
    Join Date
    Jan 2008
    Age
    55
    Posts
    596
    Thanks
    260
    Thanked 261 Times in 132 Posts
    Rep Power
    264
    Reputation
    2305

    Default

    Dropdown is under the 'data' heading, then data validation.

    You will need to use vlookup. Easiest way is just to search for vlookup under the formulas tab, and it basically guides you through.
    Remember to have exactly the same names in the first column.

    Cheers.
    When I was a kid, I used to have an imaginary friend. I thought he went everywhere with me. I could talk to him and he could hear me, and he could grant me wishes and stuff too. But then I grew up, and stopped going to church.

  • #3
    Senior Member Mods's Avatar
    Join Date
    Jan 2008
    Age
    55
    Posts
    596
    Thanks
    260
    Thanked 261 Times in 132 Posts
    Rep Power
    264
    Reputation
    2305

    Default

    =VLOOKUP(K10,'Material Data'!A10:H147,J6,FALSE)

    That is the exact line from the spreadsheet I am using now.
    The K10 is the name of the item (must be the same in the data list).
    The 'Material Data'!A10:h147 is the page I have set up with all the prices on. The a10:h147 is the range (top left to bottom right)
    J6 is a variable I have, so I can change suppliers. You can just leave this as a column number
    False - well it's always false Not really sure why. I've done hundreds of these things, and it's always false I should look up why

    Good luck
    When I was a kid, I used to have an imaginary friend. I thought he went everywhere with me. I could talk to him and he could hear me, and he could grant me wishes and stuff too. But then I grew up, and stopped going to church.

  • #4
    Senior Member
    Philquad's Avatar
    Join Date
    Jan 2008
    Location
    nelson bay
    Age
    55
    Posts
    3,872
    Thanks
    192
    Thanked 1,305 Times in 783 Posts
    Rep Power
    665
    Reputation
    16938

    Default

    it looked more rememberable in 2003
    lucky i got your email
    https://www.facebook.com/philquad68

  • The Following User Says Thank You to Philquad For This Useful Post:

    Mods (14-08-14)

  • #5
    Junior Member
    Join Date
    May 2008
    Age
    40
    Posts
    55
    Thanks
    16
    Thanked 10 Times in 9 Posts
    Rep Power
    197
    Reputation
    135

    Default

    Quote Originally Posted by Mods View Post
    =VLOOKUP(K10,'Material Data'!A10:H147,J6,FALSE)

    False - well it's always false Not really sure why. I've done hundreds of these things, and it's always false I should look up why
    It sets wether or not a range lookup is performed.

    Range_lookup A logical value that specifies whether you want VLOOKUP to find an exact match or an approximate match:
    If TRUE or omitted, an exact or approximate match is returned. If an exact match is not found, the next largest value that is less than lookup_value is returned.
    If FALSE only an exact match will be returned

  • The Following User Says Thank You to jimmyc For This Useful Post:

    Mods (15-08-14)

  • #6
    LSemmens
    lsemmens's Avatar
    Join Date
    Dec 2011
    Location
    Rural South OZ
    Posts
    10,609
    Thanks
    11,886
    Thanked 7,073 Times in 3,346 Posts
    Rep Power
    3159
    Reputation
    132832

    Default

    Don't forget that you can declare absolute cell references by placing the $ sign in front of the row or column, too. IIRC true or false at the end of a formula is related to the return value of said formula.

  • #7
    Senior Member
    Philquad's Avatar
    Join Date
    Jan 2008
    Location
    nelson bay
    Age
    55
    Posts
    3,872
    Thanks
    192
    Thanked 1,305 Times in 783 Posts
    Rep Power
    665
    Reputation
    16938

    Default

    i used to have the old 2000 office text book
    but its missing

    this is the file

    https://www.facebook.com/philquad68

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