hurricane katrina macro help

bspn2

New Member
Joined
Nov 21, 2005
Messages
2
my wife is working in an office that is subcontracting alot of debris pickup around here in south east louisiana. what i'm lookin for help in is this. each truck that picks up debris has a sepecific number assigned to it. and each subcontractor has 10-15 truck and they have about 250 subs. i need a macro that will automatically enter the subs name when the truck number is entered.

if someone could just show me how to get started with this that would be great. i am fairly familiar with computer i just have never used excell or made a macro.

any help would be great.

thanks alot.

my email is bspn33 at gmail.com
 

Excel Facts

Which came first: VisiCalc or Lotus 1-2-3?
Dan Bricklin and Bob Frankston debuted VisiCalc in 1979 as a Visible Calculator. Lotus 1-2-3 debuted in the early 1980's, from Mitch Kapor.
Hello bspn2

Excel's Vlookup formula will do this for you.
Just create a table using 2 columns , ColA being the truck numbers and collumn B being the Names. Then use the Vlookup formula to reference this table.

=VLOOKUP(A28,Sheet2!A:B,2,FALSE)

In this example the Truck number just typed is in A28 and the lookup table is on Sheet2 :wink:
 
Upvote 0

Forum statistics

Threads
1,215,620
Messages
6,125,876
Members
449,268
Latest member
sGraham24

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top