![]() |
|
#1
|
|||
|
|||
![]()
it's not an easy task, because there are too many variables in your names...
to be specific, first name in column A, sheet 1, PETER, RAJ, in sheet 2 is PETER, RAJ(DEV) second entry sheet1: SUBBU PERIAY, RAM, in sheet 2: SUBBU-PERIAY, RAM third entry: SEKAR, RAM in sheet 2: SEKAR, RAM(there are 2 spaces between names in sheet 2! ) If you say there could be an "." between names, all of this will mess up any code only formulas that searches text within cell (not range...) will have some results (like : SEARCH("Peter";A1;1) or =IFERROR(IF(AND(SEARCH("Peter";A1;1);SEARCH("Raj"; A1;1))>0;1;0);0) for this name, for example, PETER, RAJ(DEV) needs a formula to remove "(DEV)" from right name My advice is , if possible, to assign an unique ID for people in your list... searching after an ID is A LOT easier |
#2
|
|||
|
|||
![]()
thanks
but where can i use this code . still confusing. please help me thanks |
![]() |
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
VBA Code in Project to Wake Up/Open Excel | OTPM | Excel Programming | 2 | 05-23-2011 02:24 PM |
![]() |
Learner7 | Excel | 1 | 05-18-2010 05:31 PM |
![]() |
shakilhyd | Excel | 2 | 05-17-2010 07:50 AM |
Excel ->VB code for Checkbox (control toolbox) | kirkstyle | Excel | 0 | 08-16-2006 04:17 PM |
Delete excel files by code in Access | Barry Richardson | Office | 0 | 06-13-2005 06:26 AM |