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

Ict Practical Sample

The document discusses three Excel functions: IF, which returns one value if a condition is true and another if false; VLOOKUP, which looks up values in a table and returns a value from a certain column; and addition, which sums values in Excel.

Uploaded by

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

Ict Practical Sample

The document discusses three Excel functions: IF, which returns one value if a condition is true and another if false; VLOOKUP, which looks up values in a table and returns a value from a certain column; and addition, which sums values in Excel.

Uploaded by

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

Coding

If Condition
=IF(condition, true statement, false statement)

=IF(F6>=I710,"book","candy")

VLOOKUP
=VLOOKUP (What you want to look up, where you want to look for it,
the column number in the range containing the value to return, return
an Approximate or Exact match – indicated as 1/TRUE, or 0/FALSE).
Reference table is referred in Student table to find Grade automatically using VLOOKUP.
Coding
Addition in Excel

You might also like