Intended topics:
VLOOKUP
HLOOKUP
LOOKUP
MATCH with INDEX
SEARCH to find position within string.
MID to take a slice of a string
LEN to get length of a string
TRIM trims whitespace from beginning and end, and doubled whitespace in the middle.
1) Given a field containing someone's firstname followed by lastname, extract the first name.
2) Given the same field, extract the last name.
UDFs.
Homework:
1) Do relational database with MATCH and INDEX.
2) Given a field containing someone's firstname middlename lastname, extract the middle name.
3) Let us say that a sentence can contain up to 5 words. Combining IF with SEARCH, write a formula which will tell you how many words exist.
4) Write a UDF which returns X squared.
Wednesday, September 10, 2008
Lab 4
Posted by joshwaxman at 10:05 AM
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment