Skip to content

This is a project built during my high school which inspired by complaints from lecturers in manual grade marking due to lack of excel skills

Notifications You must be signed in to change notification settings

BaconCoding74/excel-easy-lookup-setup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Excel Lookup Setup for Excel New Users

This project is inspired by complaints of teacher in manual grade entering in Excel when they did not learn how to use Excel formula before. This program allows the user to setup lookup formula by using named range. Hence, new user can also exposed to named range and lookup formula which is quite useful in automating repetitive task. This macro allows user to setup lookup formula with easy learning curve.

Lookup Function

LOOKUP(lookup_value, lookup_vector, [result_vector]) lookup_value: value used to searching in the vector range provided lookup_vector: range of value used to compare with lookup_value result_vector: range of value displayed based on final comparison result from lookup

Simple Sample about Range Required for Lookup Function in Excel

image Input range: range of input (lookup_value) Output range: range of output (result of lookup) Vector range: range of value for conditional comparison (lookup_vector) Result range: range of value to be displayed (result_vector)

UI For Lookup Setup

image

Create named range

It allows new user to create named range after selecting the area and type the name for the range.

Find named range

It allows users to search named range for validation purposes.

Lookup function setup

It allows users to setup the lookup formula after defining four range required

About

This is a project built during my high school which inspired by complaints from lecturers in manual grade marking due to lack of excel skills

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published