You have a list of tasks with the time taken manually and the time taken after automation. Which formula correctly calculates the total hours saved?
Manual times in A2:A5, Automated times in B2:B5
Think about how to find the difference between total manual and automated times.
To find hours saved, subtract total automated time from total manual time.
You want to find the average time saved per task given manual and automated times in columns A and B. Which function should you use?
Calculate average manual time and average automated time separately, then subtract.
Average time saved is average manual time minus average automated time.
Given manual times in A2:A6 and automated times in B2:B6, which formula correctly identifies the task number (row) with the greatest time saved?
Tasks numbered 1 to 5 in rows 2 to 6
Use MATCH to find position of max difference in the difference array.
MATCH finds the position of the max time saved in the array of differences.
You want to add a new column showing the percentage of time saved for each task. Manual times are in A2:A6 and automated times in B2:B6. Which formula in C2 correctly calculates the percentage saved for the first task?
Percentage saved is the difference divided by the original manual time.
Subtract automated time from manual time, then divide by manual time to get percentage saved.
Which of the following best explains why automation saves hours when working with spreadsheets?
Think about how automation affects repetitive work and errors.
Automation saves time by reducing repetitive manual work and errors, speeding up tasks.