Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Excel VBA auto entry of data

ei does anyone knows how to do this..here's the exmaple

WORKSHEET1

A B C
D
1 SSN Last Name First Name Rate
2 525-23-2222 SMITHS ALEX 32
3 424-22-3344 LANE JAMIE 20


WORKSHEET2

A B C D
E
1 Last Name First Name SSN Rate Hour
2


NOTE: what i want to happen is that once i enter the SSN data i
worksheet2 the Last Name, First Name and the Rate will also appear i
worksheet2 its like an auto entry....i only want to enter the SSN s
that i wont keep typing of the names and the other data.. is there
code or formula for this? please help me so....tnx a lot.

--
Message posted from http://www.ExcelForum.com

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 27,285
Default Excel VBA auto entry of data

for last name

=if($c2<"",Vlookup($C2,Worksheet1!$A$2:$D$3,2,Fal se),"")

for first name

=if($c2<"",Vlookup($C2,Worksheet1!$A$2:$D$3,3,Fal se),"")

for rate
=if($c2<"",Vlookup($C2,Worksheet1!$A$2:$D$3,4,Fal se),"")

--
Regards,
Tom Ogilvy


"gelo_d " wrote in message
...
ei does anyone knows how to do this..here's the exmaple

WORKSHEET1

A B C
D
1 SSN Last Name First Name Rate
2 525-23-2222 SMITHS ALEX 32
3 424-22-3344 LANE JAMIE 20


WORKSHEET2

A B C D
E
1 Last Name First Name SSN Rate Hour
2


NOTE: what i want to happen is that once i enter the SSN data in
worksheet2 the Last Name, First Name and the Rate will also appear in
worksheet2 its like an auto entry....i only want to enter the SSN so
that i wont keep typing of the names and the other data.. is there a
code or formula for this? please help me so....tnx a lot..


---
Message posted from http://www.ExcelForum.com/



Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
auto entry of data on keystrokes gatz Excel Discussion (Misc queries) 2 November 30th 08 03:34 AM
Auto entry of data based on entry of text in another column or fie Judy Rose Excel Discussion (Misc queries) 2 May 21st 08 01:14 PM
How to set Auto-Change letters into Uppercases for Data entry in E Cpviv Excel Worksheet Functions 3 May 7th 08 09:45 AM
Ascending data form auto-entry? lykwid[_7_] Excel Programming 2 January 24th 04 02:38 PM
auto enter date in cell on data entry in row TommyJ[_2_] Excel Programming 1 December 18th 03 05:52 PM


All times are GMT +1. The time now is 02:18 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"