![]() |
Vlookup
When using the vlookup I can get it to work. this is the formula I have.
=VLOOKUP(C3,'Family - Pay Cycle'!$B$2:$E$20,4 C3= Last Name 'Family - Pay Cycle'!$B$2:$E$20,4=My look up table. Now the last name can represent 3 different familys. How can program so if the last name has three different familys i can also pick up the First name. To make sure I capture the correct family ps(D3=First Name) thanks -- Message posted via OfficeKB.com http://www.officekb.com/Uwe/Forums.a...excel/200603/1 |
Vlookup
flummi wrote:
Make your lookup table look like this: col 1___________col2________col3_________col4 SmithJohn______Smith_______John________any other data If search name is in C3 and search first name is in D3 and your table is in E3:H10: For E3:E10 use this formula: =F3&G3 and copy down. For your lookup use this formula: =vlookup(C3&D3,E3:H10,5,false) Regards Thanks !!! took me awhile but I got it to work What about after copying down and data is not filled in the result is N/A how do I get the result to indicate blank until data is complete. thanks Hans -- Message posted via OfficeKB.com http://www.officekb.com/Uwe/Forums.a...excel/200603/1 |
Vlookup
so you search by the surname which is column 1 so that means the first name
must be column 2,try =VLOOKUP(C3,'Family - Pay Cycle'!$B$2:$E$20,4,false)&"-"&VLOOKUP(C3,'Family - Pay Cycle'!$B$2:$E$20,2,False).In your return cell you will have whatever the value in column 4 with the first name,seperated by a - -- paul remove nospam for email addy! "Darts via OfficeKB.com" wrote: When using the vlookup I can get it to work. this is the formula I have. =VLOOKUP(C3,'Family - Pay Cycle'!$B$2:$E$20,4 C3= Last Name 'Family - Pay Cycle'!$B$2:$E$20,4=My look up table. Now the last name can represent 3 different familys. How can program so if the last name has three different familys i can also pick up the First name. To make sure I capture the correct family ps(D3=First Name) thanks -- Message posted via OfficeKB.com http://www.officekb.com/Uwe/Forums.a...excel/200603/1 |
Vlookup
=If(iserror(vlookup(C3&D3,E3:H10,5,false)),"",vloo kup(C3&D3,E3:H10,5,false))
"Darts via OfficeKB.com" wrote: flummi wrote: Make your lookup table look like this: col 1___________col2________col3_________col4 SmithJohn______Smith_______John________any other data If search name is in C3 and search first name is in D3 and your table is in E3:H10: For E3:E10 use this formula: =F3&G3 and copy down. For your lookup use this formula: =vlookup(C3&D3,E3:H10,5,false) Regards Thanks !!! took me awhile but I got it to work What about after copying down and data is not filled in the result is N/A how do I get the result to indicate blank until data is complete. thanks Hans -- Message posted via OfficeKB.com http://www.officekb.com/Uwe/Forums.a...excel/200603/1 |
All times are GMT +1. The time now is 04:29 PM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com