Excel Tutorial 7 Using Advanced Functions, Conditional Formatting, and Filtering
Excel Tutorial 7 Using Advanced Functions, Conditional Formatting, and Filtering
Using Advanced
Functions, Conditional
Formatting, and
Filtering
COMPREHENSIVE
Objectives XP
• IF Function
– IF(logical_test, value_if_true, [value_if_false])
• AND Function
– =IF(AND(G2="FT",M2>=1),K2*0.03,0)
• Structured References
– You can replace the specific cell or range address
with a structured reference, the actual table name or
column header
– =SUM(Employee[Annual Salary])