Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
My problem is that i have a code no in 001 , 002 003 continue to 016
now i want to change the 001 to "Monti", 002 to "Nur" and 003 to "KG1" and so on. i want to type the number and the result shown me in text like Monti , Nursary and so on. ClasCode Change into 000 Mont 001 Nur 002 KG 1 003 KG 2 004 I 005 II 006 III 007 IV 008 V 009 VI 010 VII 011 VIII 012 IX SCI 013 IX GN 014 X SCI 015 X GN 016 X COMP |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Maybe
=VLOOKUP(C1,$A$1:$B$17,2,FALSE) Wher C1 is the Code No and your table is in A1 - B17 Mike "Meshah" wrote: My problem is that i have a code no in 001 , 002 003 continue to 016 now i want to change the 001 to "Monti", 002 to "Nur" and 003 to "KG1" and so on. i want to type the number and the result shown me in text like Monti , Nursary and so on. ClasCode Change into 000 Mont 001 Nur 002 KG 1 003 KG 2 004 I 005 II 006 III 007 IV 008 V 009 VI 010 VII 011 VIII 012 IX SCI 013 IX GN 014 X SCI 015 X GN 016 X COMP |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Take a look at these links:
http://www.contextures.com/xlFunctions03.html http://www.contextures.com/xlFunctions02.html Regards, Ryan--- -- RyGuy "Mike H" wrote: Maybe =VLOOKUP(C1,$A$1:$B$17,2,FALSE) Wher C1 is the Code No and your table is in A1 - B17 Mike "Meshah" wrote: My problem is that i have a code no in 001 , 002 003 continue to 016 now i want to change the 001 to "Monti", 002 to "Nur" and 003 to "KG1" and so on. i want to type the number and the result shown me in text like Monti , Nursary and so on. ClasCode Change into 000 Mont 001 Nur 002 KG 1 003 KG 2 004 I 005 II 006 III 007 IV 008 V 009 VI 010 VII 011 VIII 012 IX SCI 013 IX GN 014 X SCI 015 X GN 016 X COMP |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Problem loading Excel 2007 files in Excel 2003 | Excel Discussion (Misc queries) | |||
Weird problem with Excel 2000...Worksheets disappearing in a shared Excel file | Excel Discussion (Misc queries) | |||
Started out as an Access problem. Now an Excel problem | Excel Discussion (Misc queries) | |||
EXCEL FORMAT PROBLEM WHEN SENDING EXCEL SHEET AS MESSAGE BODY IN . | Excel Discussion (Misc queries) | |||
Excel 97 chart opened in Excel 2003 - Source Data problem | Charts and Charting in Excel |