#1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1
Default Library in Excel

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   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 35,218
Default Library in Excel

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
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Excel Library not registered. Kart Excel Discussion (Misc queries) 0 February 17th 09 11:21 AM
Excel 2007 Function Library BK Excel Discussion (Misc queries) 1 July 14th 08 10:17 PM
Export Library from WMP 11 to Excel 2007 Dennis Excel Discussion (Misc queries) 0 February 3rd 08 08:18 PM
Excel add-in w/ Library.dll file, ? proper folder for the dll MoldMan Excel Discussion (Misc queries) 0 April 26th 06 10:27 PM
gcTCPObjLib.dll use as Excel function library indigobrad Excel Worksheet Functions 0 December 10th 05 08:03 PM


All times are GMT +1. The time now is 09:16 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"