crossorigin="anonymous">

Sunday, April 5, 2026

EXCEL TASK

MS Excel Oil Company Tasks

MS Excel Oil Company Tasks

Below are 10 tasks to practice preparing Excel reports for an oil company. Each task includes a table to be filled or calculated.

Task 1: Monthly Oil Production

Fill in the revenue column using =OilSold*PricePerBarrel.

MonthOil Produced (Barrels)Oil Sold (Barrels)Price per Barrel ($)Revenue ($)
Jan5000480060
Feb5200510062
Mar4800470061

Task 2: Worker Hours

Calculate total hours using =DaysWorked*HoursPerDay.

WorkerDays WorkedHours per DayTotal Hours
John208
Mary227.5
Ali188

Task 3: Production Efficiency

Calculate efficiency (%) using =OilSold/OilProduced*100.

MonthOil ProducedOil SoldEfficiency (%)
Jan50004800
Feb52005100
Mar48004700

Task 4: Total Production and Revenue

Calculate totals using =SUM(...).

Total ProductionTotal Revenue

Task 5: Average Price per Barrel

Use =AVERAGE(PriceColumn).

MonthPrice per Barrel ($)
Jan60
Feb62
Mar61

Average Price:

Task 6: Profit Analysis

Use =IF(Revenue>50000,"Profitable","Not Profitable").

MonthRevenueProfit Status
Jan
Feb
Mar

Task 7: Conditional Formatting

Highlight efficiency < 97% using Conditional Formatting.

Apply to Task 3 Efficiency Column.

Task 8: Efficiency per Worker Hour

Calculate using =TotalProduction/TotalWorkerHours.

0 Comments:

Post a Comment

Subscribe to Post Comments [Atom]

<< Home

MonthTotal ProductionTotal Worker HoursEfficiency/Hour
Jan5000
Feb5200
Mar4800