0% found this document useful (0 votes)
22 views2 pages

Demo VB 9.1.3

asdfsadfsd

Uploaded by

santo nino
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
22 views2 pages

Demo VB 9.1.3

asdfsadfsd

Uploaded by

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

NSF2

INDUSTRIAL TRAINING DEPARTMENT - KERALA

NAME OF ITI : Govt ITI Chackai


Sandhya Devi T 9 9.1.3

COPA 17/04/2024 4.5 hrs

Look up data by using functions.

Use lookup functions

Computer system 4gb ram 1


Ms office 2010

Macros can be edited in excel using vb script

Look up functions are useful to combine multiple sheets


Use lookup PROCEDURE
What is
functions LOOKUP function - vector form hlookup used
The syntax of the vector Lookup is as follows: for
LOOKUP(lookup_value, lookup_vector, [result_vector])
Where:
 Lookup_value (required) - a value to search for. It can be
a number, text, logical value of TRUE or FALSE, or a
reference to a cell containing the lookup value.
 Lookup_vector (required) - one-row or one-column range
to be searched. It must be sorted in ascending order.
 Result_vector (optional) - one-row or one-column range
from which you want to return the result - a value in the
same position as the lookup value. Result_vector must be
the same size as lookup_range. If omitted, the result is
returned from lookup_vector.
Vertical Lookup formula - search in one-column range
=LOOKUP(B2,D2:D5,E2:E5)
Horizontal Lookup formula - search in one-row range
=LOOKUP(B2,E1:H1,E2:H2)
Excel LOOKUP function - array form
LOOKUP(lookup_value, array)
Where:
 Lookup_value - a value to search for in an array.
 Array - a range of cells where you want to search for the
lookup value. The values in the first column or row of the
array (depending on whether you do V-lookup or H-
lookup) must be sorted in ascending order. Uppercase
and lowercase characters are deemed equivalent.
=LOOKUP(B2,D2:F5)

To search a value in one column or row and returns a matching value from the
same position in another column or row.
There are lookup,vlookup,hlookup functions in excel

Do hlook up example in excel

Use advanced date functions.

You might also like