Excel Tutorial
Naming a range and using the name in a Vlookup Function
1. Download Traffic 02
2. Highlight the Offence table as shown below:
3. Name the Range Offence by clicking on Formulas then select Define Name
4. On the Ticket table of Traffic 02 make the following Changes
- Highlight and Copy the offences from the Offenders Table
- Paste it in the ticket table
Type the heading Points Added
Type a Vlookup Function to copy
e.g. =VLOOKUP(G3,Offence,2,FALSE)
Type the heading Cost
Use a similar VLOOKUP function to copy the cost as shown below;
=VLOOKUP(G3,Offence,3,FALSE)