Question

Paws Assisting Todays Youth that uses the existing VLOOKUP function in cell EG as the value function argument, and P20-30 TD
0 0
Add a comment Improve this question Transcribed image text
Answer #1

Note: The data in the excel sheet can be different from the given sheet as some of the data in the given excel sheet is blurred. So, that data can be assumed but this will not affect the final answers.

1).

The VLOOKUP() function is used to look up for a value in another excel sheet and assign the matched value to the selected cell. The required VLOOKUP() formula is shown as follows:

=VLOOKUP(lookup, sheet ! range, column, match)

Lookup: This is the column value which will be looked up in the mentioned sheet named as sheet in the above formula.

Range: This will be the required range in the mentioned sheet to lookup for the required value.

Column: This is the number of the column in which the matched value will be found in the mentioned sheet.

Match: This will tell that the VLOOKUP will set the exact match for the required value.

First the table given in the sheet Department head needs to be sorted and it can be done as follows:

  • First select a cell value in the table and press ctrl + A.
  • Now, go to the data tab and click on sort and sort by column A in the order A to Z (Smallest to largest).

The required sheet before sorting is look like as follows:

1 Small Appliances Ron Baker 2 Large Appliances David Burk 3 Audio 4 Computers 5 ElectronicsStephanie Givens Paul Keith Timot

The required sheet after sorting is look like as follows:

1 Audio 2 Computers 3 Electronics 4 Large Appliances David Burk 5 Small Appliances Ron Baker Paul Keith Timothy Stephens Step

The required formula to create a vlookup formula to look up and return the department head names for each department in the cell G7 can be shown as follows:

G7 = VLOOKUP(E7,DepartmentHead!$A$1:$B$5,2,0)

The look up value will be column E7 and the sheet to look up for the value E7 is department head. The required range in the sheet department head will be A1 to B5 and the matched value will be found in the column number 2 i.e., column B in the sheet department head.

The required sheet after expanding the above formula from G8 to G45 is shown as follows:

Employee # Last Name First Name Gender Department Alvaro Arnold Total Sales Head lookup Small Appliances $6,077.46 Ron Baker

2).

The required nested IF formula to give the same results as of the results obtained from previous formula in the cell H7 can be shown as follows:

H7 = IF(E7="Audio","Paul Keith",IF(E7="Computers","Timothy Stephens",IF(E7="Electronics","Stephanie Givens",IF(E7="Large Appliances","David Burk",IF(E7="SmallAppliances","Ron Baker","")))))

The above formula is using nested if conditions to check if the value in the column E7 is any value contained in the column A in the sheet department head, then the corresponding value of the column B will be assigned to the cell H7.

The required sheet after expanding the above formula from H8 to H45 is shown as follows:

Employee# Last Name First Name Gender Department Total Sales Head lookup Head Nested IF Small Appliances $6,077.46 Ron Baker

Add a comment
Know the answer?
Add Answer to:
Paws Assisting Today's Youth that uses the existing VLOOKUP function in cell EG as the value...
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for? Ask your own homework help question. Our experts will answer your question WITHIN MINUTES for Free.
Similar Homework Help Questions
  • 1.Use the VLOOKUP function in cell F9 to determine the number of days it will take...

    1.Use the VLOOKUP function in cell F9 to determine the number of days it will take to ship order 1. Use the distance in cell E9 to lookup the appropriate value on the "Delivery Information" reference table (range K10:M15). Make sure to use relative and absolute references appropriately. 2.Use the VLOOKUP function in cell G9 to calculate the delivery price for order 1. The delivery price can be referenced on the "Delivery Information" lookup table. Use appropriate relative and absolute...

  • In cell D3 on the Investment Detail worksheet, enter a VLOOKUP function that displays the growth...

    In cell D3 on the Investment Detail worksheet, enter a VLOOKUP function that displays the growth last year for the symbol in cell B3. The growth last year for all investments can be found in Column E on the Investment List worksheet. Your function should look for an exact match to the lookup value. Consider that this function will be copied and pasted into the range D4:D17 when defining the arguments.

  • On the Transactions worksheet, in cell H10, replace the static value by entering a VLOOKUP function...

    On the Transactions worksheet, in cell H10, replace the static value by entering a VLOOKUP function to retrieve the Item's price from the Product_List table and then multiply it by the quantity to calculate the gross revenue. Use the fill handle to copy the formula down through H30. On the Transactions worksheet, in cell J10, replace the static value by entering a HLOOKUP function to retrieve the discount value from the range B4:D6 based on the coupon code used in...

  • Use the VLOOKUP function in cell G11 to determine the insurance cost. Use the ÒValueÓ in...

    Use the VLOOKUP function in cell G11 to determine the insurance cost. Use the ÒValueÓ in cell E11 to lookup the appropriate cost on the "Insurance Cost" reference table (range K11:L18). Make sure to use relative and absolute references appropriately. please provide formula 2When shipping products two major costs are incurred: the cost of insuring 3 the item and theactual freight cost. Insuranceis dependent on thevalue of 4 the shipment 5 Quickstove has an agreement with shippers for a fixed...

  • can you please give me give the correct formula for Vlookup function where the interest rate...

    can you please give me give the correct formula for Vlookup function where the interest rate is based on the credit rating and the external data table. i have tried it in cell B15 but cant figure out why the external data cells F3:H:6 wont work EXTERNAL DATA CUSTOMER INFORMATION Interest Rate 0.08 0.06 0.05 0.04 Credit Rating Value rating William Couch СМЕ Employer (Ticker Symbo) CME FICO Credit Rating Application Date 500 600 700 800 3/1/2019 3/14/2019 11:01 6...

  • 1.Suppose that the goop function from the previous question changes the value of z[1]. Does this...

    1.Suppose that the goop function from the previous question changes the value of z[1]. Does this change effect the value of the actual argument? A. Yes B. No 2.Here is a function declaration: void goo(int* x) { *x = 1; } Suppose that a is an int* variable pointing to some integer, and *a is equal to zero. What is printed if you print *a after the function call goo(a)? A. 0 B. 1 C. address of a D. address...

ADVERTISEMENT
Free Homework Help App
Download From Google Play
Scan Your Homework
to Get Instant Free Answers
Need Online Homework Help?
Ask a Question
Get Answers For Free
Most questions answered within 3 hours.
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT