Excel Multi select VBA Coding
Solved/Closed
Related:
- Excel Multi select VBA Coding
- Vba select case like - Guide
- Number to words in excel formula without vba - Guide
- Rj 45 colour coding - Guide
- How to open vba in excel mac - Guide
- Excel marksheet - Guide
1 response
Excelguru
Posts
261
Registration date
Saturday April 11, 2009
Status
Member
Last seen
June 21, 2011
307
Jun 10, 2009 at 07:35 AM
Jun 10, 2009 at 07:35 AM
Hi
you can do it without a macro
Put the following formula in cell B1 of sheet 2 (Assumes the name is in column A)
=if(iserror(vlookup(A1,sheet1!A:A,2,false) ),"",vlookup(A1,sheet1!A:A,2,false)) and drag it down
If you want a macro record your above activity
you can do it without a macro
Put the following formula in cell B1 of sheet 2 (Assumes the name is in column A)
=if(iserror(vlookup(A1,sheet1!A:A,2,false) ),"",vlookup(A1,sheet1!A:A,2,false)) and drag it down
If you want a macro record your above activity
Jun 10, 2009 at 10:48 AM
Awesome!!
Dec 11, 2009 at 02:07 AM
=if(iserror(vlookup(A1,sheet1!A:A,2,false) ),"",vlookup(A1,sheet1!A:A,2,false))