◆ Microsoft Excel

When you need to formulas

Write formulas and functions. These are the workflows people run in Excel to formulas, the busiest ones first — each with a prompt in four ways.

50workflows
235real tasks

The workflows

50 in all · busiest first
formulasRecord LinkageMatch every window and door schedule to plan tags: use lookup formulas to pull size and type…49 tasks → formulasData ValidationFlag accession records missing key metadata so staff complete them before items are made…45 tasks → formulasFormula AuditAudit the formulas in the watershed model to find where a bad input propagates: trace…18 tasks → formulasCost ValidationAudit a complex cost formula: trace precedents for the final total cell, break the formula into…12 tasks → formulasStatistical AnalysisRun descriptive statistics on investigation durations: calculate mean, median, standard…8 tasks → formulasCost EstimationCompute material and labour cost estimates for erosion-control options: build a sheet that sums…6 tasks → formulasData CalculationCalculate daily totals and peak-hour vehicle totals from the raw count columns in…4 tasks → formulasDesign OptimizationModel the impact on page counts when copy is tightened to house style: build a sheet that lets…4 tasks → formulasError CheckingCheck each payment batch for arithmetic errors and missing fields before sending to the bank:…4 tasks → formulasPricing AnalysisCalculate discount impact: build a margin formula for the deal line that applies proposed…4 tasks → formulasRisk ScoringScore and rank products by regulatory risk: create a Risk Score column using weighted inputs…4 tasks → formulasAutomate Report DistributionSet up an automated weekly refresh and email of community prevention metrics: create a summary…2 tasks → formulasCandidate RankingRank candidates by experience score, test score, and interview feedback using a ranking column…2 tasks → formulasChecklist CreationCreate a regulatory checklist with columns: product, test name, due date, owner, status;…2 tasks → formulasCircuit DesignCalculate resistor networks and supply currents for the prototype board: set up a sheet where I…2 tasks → formulasClient PrioritizationRank clients by placement readiness: add a composite Readiness score using weighted criteria,…2 tasks → formulasConfigure Data GovernanceSet up and govern dropdowns, named ranges, and protected fields in AP spreadsheets so only…2 tasks → formulasContent ReviewResolve conflicting edits by scoring alternate phrasings against our style rules: list…2 tasks →

Questions people actually ask

with the jobs and tasks they touch

To add numbers in different cells, you use the SUM formula. For example, if you want to add values in cells A1, B1, and C1, the formula will be =SUM(A1,B1,C1). You can also use =A1+B1+C1 for simple addition.

Auditors often use this when doing Cost Validation, to quickly total up expenses from multiple sources.

  1. Click on the cell where you want the total.
  2. Type =SUM(
  3. Select the cells you want to add (or type them).
  4. Close the parenthesis and press Enter.

SUM adds all the numbers in a range, while SUMIF adds numbers only if they meet a condition. SUMIF is useful for things like adding up only the sales from a certain region or category.

A Finance Manager might use SUMIF for Pricing Analysis, adding only costs that match a specific product code.

FunctionWhat it doesBest use
SUMAdds all numbers in rangeTotal sales, overall expenses
SUMIFAdds numbers meeting a conditionAdd only approved invoices
SUMIFSAdds numbers meeting multiple conditionsAdd sales by region and month

You can use the Error Checking feature or the IFERROR function to identify and manage errors. IFERROR lets you replace errors with a custom value or message, so your sheet stays clean.

This is essential during Formula Audit, especially for Compliance Managers who need to ensure accurate reports.

  1. Choose Formulas from the main menu.
  2. Click Error Checking in the Formula Auditing group.
  3. Review the error message and follow Excel's suggestions.

Use the COUNTA function in Excel to count all non-empty cells in a range. For example, =COUNTA(A1:A10) counts cells with any data, not just numbers.

Office Managers often need this for Data Calculation, such as counting completed tasks.

  1. Click the cell where you want the result.
  2. Type =COUNTA(
  3. Select the range you want to count.
  4. Close the parenthesis and press Enter.

VLOOKUP helps you search for a value in one column and return a value from a different column in the same row. It's widely used for Record Linkage, like matching product codes to names.

Network Administrators might use this for linking user IDs to access rights.

  1. Select the cell for the VLOOKUP formula.
  2. Type =VLOOKUP(lookup_value, table_array, col_index, [range_lookup]).
  3. Replace each part with your data or ranges.
  4. Press Enter to see the result.

Excel covers most basic and intermediate Statistical Analysis with built-in functions like AVERAGE, MEDIAN, STDEV, and more. For more complex analyses, such as advanced regressions or big datasets, specialized tools like R or Python may be better.

A Regulatory Affairs Analyst may use Excel for quick analysis, but switch to other tools for detailed statistics.

ToolBest forLimitations
ExcelBasic/intermediate statisticsLimited advanced analytics
RComplex, custom statisticsLearning curve, setup
PythonAutomated, large datasetsRequires coding

These errors happen when something is wrong with your formula. #VALUE! usually means a wrong data type, and #DIV/0! means you tried dividing by zero. Check your data and formula for typos or empty cells. Use IFERROR to handle errors gracefully.

This is common during Error Checking and should be fixed before sharing reports.

You can combine IF, AND, OR, and arithmetic functions to create a risk scoring formula. For example, use =IF(AND(A1="High",B1>80),"High Risk","Low Risk"). This helps in Risk Scoring tasks for managers.

Construction Managers often use this to flag high-risk projects quickly.

  1. Identify your risk input columns.
  2. Choose a cell for the formula.
  3. Use IF, AND, or OR to set your rules.
  4. Write the formula and press Enter.

Formulas like ISNUMBER, ISTEXT, and data validation rules make sure that only correct data types or values go into the spreadsheet. This reduces errors and improves trust in reports.

Compliance Managers rely on these checks to meet regulatory requirements and to keep good data governance.

Use the Formula Auditing tools in the Formulas menu, such as Trace Precedents and Show Formulas. These help you see which cells use which formulas, and spot mistakes faster.

Architectural Project Managers often use these features for Formula Audit before project reviews.

  1. Choose Formulas from the main menu.
  2. Click Show Formulas to see all at once.
  3. Use Trace Precedents to check cell links.
  4. Fix any errors you find.

You should use array formulas when you need to perform the same calculation on many values at once, like summing only even numbers or filtering a list. Dynamic arrays (like FILTER and UNIQUE) make this easier in modern Excel.

Executive Assistants may use them in Request Prioritization to auto-list unique requests.

List all cost items and use formulas like SUM, SUMPRODUCT, or simple multiplication to estimate total costs. For example, quantity times unit price. This is core to Cost Estimation.

Digital Campaign Managers use these formulas to estimate ad spend and returns.

  1. List each item and its unit cost.
  2. List quantities for each item.
  3. Use =SUMPRODUCT(quantity_range, cost_range) for total cost.
  4. Check your results for accuracy.

Most common formulas work the same in both Excel and Google Sheets, but some advanced functions or add-ins are unique to each. Excel supports more data types and complex tasks, while Google Sheets offers better real-time collaboration.

Office Managers may choose based on the team's sharing needs and the complexity of work.

PlatformStrengthsLimitations
ExcelAdvanced formulas, large filesPaid license, slower online
Google SheetsEasy sharing, real-time editLimits on file size, fewer add-ins

Design Optimization formulas need to be flexible, easy to update, and clearly documented. Use cell references, not hard numbers, and add comments for others who may use the sheet. This way, your optimization can adapt as input values change.

AI tools and Excel's Formula Suggestions can generate or improve formulas based on your data and the job you describe. They are helpful for complex tasks, but it's a good idea to double-check the formulas they create.

For advanced Statistical Analysis or Data Validation, AI can suggest faster solutions, but always review the logic before using in important work.

  • AI can suggest formulas from your data
  • AI can improve existing formulas
  • Always check AI-generated logic
  • Good for complex or repetitive tasks

Test your formula with different data and compare the results to manual calculations or known answers. Ask a colleague to review your approach. If your formula is easy to read, flexible, and gives correct results in all scenarios, it's likely a good solution.

  • Try your formula with sample data
  • Check against manual calculation
  • Ask a colleague to review
  • See if the formula is flexible
  • Make sure results are always correct