subject

Laura has a list of the sat scores of over a thousand students. she needs to write to the top 10 students but exclude students that come from specific schools. how can she quickly get this list together?

a.)laura can add two levels to sort by, first sorting by score and then sorting by school.

b. laura can use the find function to find all the students who attended each school and their score.

c. laura can sort the scores, cut and paste it into a new sheet and then use the sort function again to organize them by school.

d.)laura can apply a filter for the top 10 students and a filter for which schools to exclude from the results.

ansver
Answers: 1

Another question on Computers and Technology

question
Computers and Technology, 21.06.2019 19:50
Python write an expression that executes the loop body as long as the user enters a non-negative number. note: if the submitted code has an infinite loop, the system will stop running the code after a few seconds and report "program end never reached." the system doesn't print the test case that caused the reported message. sample outputs with inputs: 9 5 2 -1
Answers: 3
question
Computers and Technology, 22.06.2019 21:50
Given int variables k and total that have already been declared, use a while loop to compute the sum of the squares of the first 50 counting numbers, and store this value in total. thus your code should put 11 + 22 + 33 + + 4949 + 50*50 into total. use no variables other than k and total.
Answers: 2
question
Computers and Technology, 23.06.2019 08:00
The managing director of a company sends a christmas greeting to all his employees through the company email. which type of network does he use? he uses an .
Answers: 3
question
Computers and Technology, 24.06.2019 15:30
During the software planning process, rick, a project manager, finds that his team has made an incorrect estimation of funds. what kind of risk has rick identified? rick has identified a risk.
Answers: 1
You know the right answer?
Laura has a list of the sat scores of over a thousand students. she needs to write to the top 10 stu...
Questions
question
Mathematics, 19.03.2021 01:00
Questions on the website: 13722362