Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hi,
I posted this question in programming, but upon reflection, the general question group would be a better place i think. I use vlookup to access data from a database of chemicals. I enter the chemical on one page and it accesses a range of chemical properties and safety data for that chemical Unfortunately many chemicals have various different names for the same thing. For example acetic acid and ethanoic acid are the same chemical. How can I manage a list so that the chemical data for each chemical is only needed to be entered once? At the moment I have to have the exact same data recorded twice for the example of acetic acid and ethanoic acid. Can anyone help as some chemicals can have 4,5 or even six different names and I dont want to have to enter the same information multiple times. Help would be most welcome Roger |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Well, one way is to decide which one is the primary name.
I mean for example you have A, B, C, and D which mean the same thing. You may decide that A is the primary one... Then have a list in Col A having all the four names and A in the coresponding cell. Now whenever you enter a name, do a VLOOKUP against this list, and run the VLOOKUP for the details using the the name in Col B (chemical A in this case)... "Roger on Excel" wrote: Hi, I posted this question in programming, but upon reflection, the general question group would be a better place i think. I use vlookup to access data from a database of chemicals. I enter the chemical on one page and it accesses a range of chemical properties and safety data for that chemical Unfortunately many chemicals have various different names for the same thing. For example acetic acid and ethanoic acid are the same chemical. How can I manage a list so that the chemical data for each chemical is only needed to be entered once? At the moment I have to have the exact same data recorded twice for the example of acetic acid and ethanoic acid. Can anyone help as some chemicals can have 4,5 or even six different names and I dont want to have to enter the same information multiple times. Help would be most welcome Roger |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Vlookup in vlookup - taking the result as array name | Excel Worksheet Functions | |||
Combine VLOOKUP and IF function so #NA isn't returned as a value from VLOOKUP | Excel Discussion (Misc queries) | |||
Vlookup -=VLOOKUP(F9,LookUp1!$A$2:$B$1504,2,FALSE) | New Users to Excel | |||
Vlookup info being used without vlookup table attached? | Excel Worksheet Functions | |||
Problem accessing Oracle Public Synonyms from Microsoft Excel 2002 | Excel Discussion (Misc queries) |