Knowee
Questions
Features
Study Tools

On the Year1 sheet, in cell B8, enter a formula to display the value of cell B7 from the Salaries sheet

Question

On the Year1 sheet, in cell B8, enter a formula to display the value of cell B7 from the Salaries sheet

🧐 Not the exact question you are looking for?Go ask a question

Solution

  1. First, navigate to the "Year1" sheet in your Excel workbook.

  2. Click on cell B8 to select it. This is where you will enter your formula.

  3. Start your formula with an equals sign (=). This tells Excel that you're going to enter a formula, not just text or numbers.

  4. Now, you need to reference the cell from the "Salaries" sheet. To do this, type the name of the sheet followed by an exclamation mark. In this case, it would be "Salaries!".

  5. After the exclamation mark, type the cell reference you want to display. In this case, it's "B7".

  6. Your complete formula should look like this: =Salaries!B7

  7. Press Enter to complete the formula. The value from cell B7 on the "Salaries" sheet should now be displayed in cell B8 on the "Year1" sheet.

Remember, if the value in the original cell (Salaries!B7) changes, the value in Year1!B8 will automatically update to match it, because it's referencing that cell.

This problem has been solved

Similar Questions

Enter a formula in cell C2 to calculate next year's salary increase by multiplying the previous year's salary (cell B2) times the Cost of Living Adjustment (cell named COLA). Use the cell name in the formula.

Question 7/13Based on the values in Cells B77:B81, what function can automatically return the value in Cell C77?BC76 Sales77£794£1,02078£72179£85480£91281£1,02

A  B  C  D  E 1  IDENTICATION NUMBER  BASIC SALARY (N)  TOTAL ALLOWANCE (N)  TOTAL DEDUCTION (N)  NET SALARY (N) 2  WASC/LPT/001  800000  60000  40000  820000 3  WASC/LPT/002  700000  40000  20000  720000 4  WASC/LPT/003  300000  10000  5000  305000 5  WASC/LPT/004  400000  20000  10000  410000Figure 3What formula will correctly display the total number of individuals involved in the computation as shown in Figure 3?A. =COUNT(A2:A5)B. =COUNTIF(A2:A5)C. =COUNTA(A2:A5)D. =SUM(A2:A5)

An organization wants to estimate the salary of its employees based on the following data.Gender Year of service Qualifications SalaryMale >=10 Post-Graduate 15000Male >=10 Graduate 10000Male <10 Post-Graduate 10000Male <10 Graduate 7000Female >=10 Post-Graduate 12000Female >=10 Graduate 9000Female <10 Post-Graduate 10000Female <10 Graduate 6000        Create a function in python to estimate the salary of the organization. (Note: Marks will not be given if function is not created)Input Format:Male or FemaleYearsGraduate or Post_GraduateOutput Format:Salary

Question 3You are working on the sales data for office desks and want to calculate the total profits for the year 2020. What function would you use to calculate the total profits, which are located in the cell range B2 to B220?1 point= TOTAL (B2 : B220)= B2 + B220= B2 : B220= SUM ( B2 : B220)

1/2

Upgrade your grade with Knowee

Get personalized homework help. Review tough concepts in more detail, or go deeper into your topic by exploring other relevant questions.