📅 2024-08-13 — Session: Enhanced Spreadsheet Formula Techniques
🕒 04:20–05:20
🏷️ Labels: Google Sheets, Excel, Formulas, Data Analysis, Troubleshooting
📂 Project: Dev
⭐ Priority: MEDIUM
Session Goal
The goal of this session was to enhance proficiency in using spreadsheet formulas across Google Sheets and Excel for various data manipulation tasks.
Key Activities
- Explored the use of the
EXACT
function in Google Sheets for string comparison and provided an alternative using theIF
function for case-insensitive matches. - Provided a troubleshooting guide for formula syntax and cell references in spreadsheets, focusing on the
EXACT
function. - Developed a formula in Google Sheets for date calculation using
IF
,SEARCH
, andDATE
functions. - Explained Excel formulas for calculating age differences using
DATEDIF
andTODAY()
functions. - Demonstrated the use of
IFERROR
withSEARCH
in Excel for error handling. - Combined
IF
andIFERROR
functions in Excel to calculate age while handling errors. - Created a formula in Google Sheets to calculate the average of non-null values using
ARRAYFORMULA
,FILTER
, andAVERAGE
functions.
Achievements
- Successfully provided detailed guides and templates for various spreadsheet formula techniques in both Google Sheets and Excel.
Pending Tasks
- No pending tasks were identified during this session.