PRC 110: Software Skills Practicum
Make decisions based on conditions.
`=IF(Condition, Value_if_True, Value_if_False)`
Example: Pass/Fail
`=IF(B2>=45, "Pass", "Fail")`
Search for data in a table.
`=VLOOKUP(Lookup_Value, Table_Array, Col_Index, [Range_Lookup])`
Arrange data A-Z, Z-A, or Smallest-Largest.
Show only specific rows.