Home |
Search |
Today's Posts |
#1
![]() |
|||
|
|||
![]() |
#2
![]() |
|||
|
|||
![]()
Hi
not really sure what you're trying to achieve and if this is an Excel related question? -- Regards Frank Kabel Frankfurt, Germany "Dictionary" schrieb im Newsbeitrag ... |
#3
![]() |
|||
|
|||
![]()
Hi
Excel isn't best for such a task, I'm afraid! But anyway, you can try this: Create a sheet p.e. DictTable with colmns p.e. English, German, English Into C2 enter the formula =IF(A2="","",A2) and copy down for some reasonable amount of rows. Into columns A:B enter words in english with responses in german (or in any other language) Define named ranges p.e. Eng=OFFSET(DictTable!$A$2,,,COUNTIF(DictTable!$A:$ A,"<")-1,2) EngLst=OFFSET(DictTable!$A$2,,,COUNTIF(DictTable!$ A:$A,"<")-1,1) Ger=OFFSET(DictTable!$B$2,,,COUNTIF(DictTable!$A:$ A,"<")-1,2) GerLst=OFFSET(DictTable!$B$2,,,COUNTIF(DictTable!$ A:$A,"<")-1,1) Create a sheet p.e. DictDesktop Select cell B1, and then from Data menu Validation. Set Allow to 'List' and into source field enter "English-German,German-English" You can enter some text into cell A1, when you like. Select some entry into cell B1. Create named ranges Lang1=MID(DictDesktop!$B$1,1,FIND("-",DictDesktop!$B$1)-1) Lang2==MID(DictDesktop!$B$1,FIND("-",DictDesktop!$B$1)+1,255) Into cell A3 enter the formula =Lang1 & ":" Into cell A4 enter the formula =Lang2 & ":" Select cell B3, and then Data.Validation. Allow='List' with source =IF(Lang1="English",EngLst;GerLst) Into cell B4 enter the formula =IF(ISERROR(VLOOKUP($B$3,IF(Lang1="English";Eng;Ge r),2,0)),"",VLOOKUP($B$3,I F(Lang1="English",Eng,Ger),2,0)) Thats all Merry Cristmas! Arvi Laanemets "Dictionary" wrote in message ... |
#4
![]() |
|||
|
|||
![]()
A correction for cell DictDesktop!B4
=IF(ISERROR(VLOOKUP($B$3,IF(Lang1="English",Eng,Ge r),2,0)),"",VLOOKUP($B$3,I F(Lang1="English",Eng,Ger),2,0)) Arvi Laanemets |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
trying to create | Excel Discussion (Misc queries) | |||
Use Julian Date To Create Serial Number | Excel Discussion (Misc queries) | |||
How do you create a macros without overwriting the previous one y. | Excel Discussion (Misc queries) |