Excel formula mastery
The analysis covers 14 chains and 226 branches. The main aim of the this is to show case some of fundamental excel formulas i frequently use.
They include:
- to if the text provided is available the look cell, returns value, or value error
- converts the search result (value) into boolean of either true or false
- Checking for condition, in this case if cell is not empty then give a bool result
- based on a formula, is used to change the cell color
- counts for instances where we have number value in given cell
- returns value based on the match in this case the row number and columns based on what has been defined.
- counting on the number for instances named item appears in the excel workbook.
- Returns the row position in this combined with vlook_up to give the unique value
- testing for logic, through combination of two formulas
