140 likes | 307 Views
With Victor Soskin. Excel Skills. Relative vs Absolute Address. Relative Address= Changes when you drag. Tracks its position Absolute Address=Always points to the same cell Give your work to Sara=Absolute (independent of where you are)
E N D
With Victor Soskin Excel Skills
Relative vs Absolute Address Relative Address= Changes when you drag. Tracks its position Absolute Address=Always points to the same cell Give your work to Sara=Absolute (independent of where you are) Give your work to the person on your left=Relative (dependent of where you are)
VLookup • What is it used for? • Look up the value in B2 in the table to the right. • Find the name of the teacher and the room . • If you cannot find the correct section do not guess
Vlookup- Range=True Range lookup=TRUE means Looks down the list until it finds correct range. Numbers must be in order Does not round
If Statement • If you work hard then you will get sweets otherwise you will get coal.
If Statement- Logical Test • C2>5 • C2<5 • C2=5 • C2<>5 • C2>=5 • C2>D2 value in C2 bigger than the value in D2 • C2<“F” value in C2 alphabetically before letter F • C2=“F” • AND(C2>”E”, C2<“F”) begins with E • OR(C2=“shj”, C2=“ajm”)
If Statement- Value if true • Can be a number (5) • Can be letters (“pass”) • Can be a formula (D2+E2)
Conditional Formatting • Lets you highlight cells which have special values • Example1: Failing students • Example 2: English higher than Business
Play a little • Games