0% found this document useful (0 votes)
3K views8 pages

Excel Tutorial Naming A Range and Using The Name in A Vlookup Function

This document provides instructions for naming a data range in Excel and using that name in a Vlookup function. It tells the user to: 1) Highlight an "Offence" table and name that range "Offence". 2) In a separate "Ticket" table, use Vlookup functions referencing the named range "Offence" to copy offence details and costs into new columns. This allows linking data between the two tables using the named range.

Uploaded by

api-297910907
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
3K views8 pages

Excel Tutorial Naming A Range and Using The Name in A Vlookup Function

This document provides instructions for naming a data range in Excel and using that name in a Vlookup function. It tells the user to: 1) Highlight an "Offence" table and name that range "Offence". 2) In a separate "Ticket" table, use Vlookup functions referencing the named range "Offence" to copy offence details and costs into new columns. This allows linking data between the two tables using the named range.

Uploaded by

api-297910907
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
You are on page 1/ 8

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)

You might also like