When cell C6 containing the formula =D6/E7 is copied to cell A1, the formula in cell A1 is ________

Fill in the blank(s) with correct word


=B1/C2

Computer Science & Information Technology

You might also like to view...

Gmail allows you to prioritize messages using the _____ important icon.

A.
B.
C.
D.

Computer Science & Information Technology

In the PivotTable Field List, you can rearrange existing fields or reposition fields by using which of the following areas at the bottom of the layout section?

A) Row Headers B) Row Filters C) Row Labels D) Row Values

Computer Science & Information Technology

Conditional formatting can be applied to a set of grouped worksheets

Indicate whether the statement is true or false

Computer Science & Information Technology

Answer the following queries using relational algebra:

Consider the following relational schema, where the keys are underlined:

Employee ( ssn, name, gender, address, salary, supervisorSSN, dnumber )
Department ( dnumber, dmname, managerSSN)
DeptLocation ( dnumber, dlocation)
Project (pnumber, pname, plocation)
WorksOn (emplSSN, pnumber, hours)

(a) Retrieve the names of all male employees in department number 666, who work more
than 13 hours per week on project "Catch 22".
(b) Find the names of employees who are two managerial levels below the employee "Joe
Public".
(c) Find names of the department that have no employees.
(d) Find those employees in department number 123 who do not work on any project at
location NYC.

Computer Science & Information Technology