Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hey
I would like to make a library in a Excel sheet, but i do not know how? I would like it to do like this: Material Lamdba value Wood 0,12 So when i write "Wood" it gives me the lamdba value, 2 columns to the right I hope someone can help me :) |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Build a table on a dedicated sheet--in columns A:B.
Then you can use put your entry in A1 (of a different sheet) and use this in the adjacent cell: =vlookup(a1,sheet2!a:b,2,false) Debra Dalgleish has lots of notes: http://www.contextures.com/xlFunctions02.html (for =vlookup()) and http://contextures.com/xlFunctions02.html#Trouble You may even want to make the cell where you put the material have a dropdown showing you all the options. Debra Dalgleish has some notes about naming the range: http://contextures.com/xlDataVal01.html#Name and using Data|validation on that same page. Then the formula can change to: =if(a1="","",vlookup(a1,sheet2!a:b,2,false) Line Nissen wrote: Hey I would like to make a library in a Excel sheet, but i do not know how? I would like it to do like this: Material Lamdba value Wood 0,12 So when i write "Wood" it gives me the lamdba value, 2 columns to the right I hope someone can help me :) -- Dave Peterson |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Excel Library not registered. | Excel Discussion (Misc queries) | |||
Excel 2007 Function Library | Excel Discussion (Misc queries) | |||
Export Library from WMP 11 to Excel 2007 | Excel Discussion (Misc queries) | |||
Excel add-in w/ Library.dll file, ? proper folder for the dll | Excel Discussion (Misc queries) | |||
gcTCPObjLib.dll use as Excel function library | Excel Worksheet Functions |