Question

19. Switch to the Fall worksheet. In the Fall worksheet, Andre wants to include a quick...

19. Switch to the Fall worksheet. In the Fall worksheet, Andre wants to include a quick way to look up member information based on the Member ID value. To display the type of membership, enter a formula in cell H3 using the VLOOKUP function as follows:

a. Use cell H2 as the lookup value.

b. Use a reference to the FallMemberships table as the table array.

c. Use column 2 as the column index number.

d. Use FALSE as the range_lookup argument, so that the function returns an exact match to the Member ID value shown in cell H2.

0 0
Add a comment Improve this question Transcribed image text
Answer #1

Here we need to understand Vlookup function.

Based on the information provided in question a sample excel worksheet is prepared as under

With formula

Sample FallMemberships table as the table array is made in cells from A1 to B6

To get membership type for Membership no. entered in cell H2 i.e. 14560 from the sample table array made in cells from A1 to B6 formula is used in cell H3

Formula explanation

=VLOOKUP(H2,$A$1:$B$6,2,0)

H2 refers to cell whose membership type we want as a result

$A$1:$B$6 refers to table array. Table array is to be freezed to get the correct value.

2 is used to indicate that in table array we want values of second column i.e. B Column

0 is used as we want value with exact match. We want membership type of exact membership no. 14560 only and not approx to membership no. 14560

Add a comment
Know the answer?
Add Answer to:
19. Switch to the Fall worksheet. In the Fall worksheet, Andre wants to include a quick...
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
  • 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.

  • The Chestnut Street Company plans to issue a bond semiannually on March 31st and September 30th....

    The Chestnut Street Company plans to issue a bond semiannually on March 31st and September 30th. The Controller has asked you to calculate Information about the bond assuming two different market interest rates in the Excel Simulation below. The present value factor tables are Included in the first four tabs of the Excel Simulation. Use the information included in the Excel Simulation and the Excel functions described below to complete the task. • Cell Reference: Allows you to refer to...

  • Switch to the Academic Groups worksheet. In cell A14, use the INDEX function to display the...

    Switch to the Academic Groups worksheet. In cell A14, use the INDEX function to display the value in the first row and first column of the AcademicGroups table. In cell A17, use the SUMIF function to display the total membership in 2023 for groups with at least 40 members. H D Office S А Group Name 2 Computing Club Astronomy Society 4 Humanities and English Club 5 Environmental Management Club 6 Communication Studies Club 7 Nursing Club 8 History Club...

  • 5. In cell B18, create a formula 18, create a formula using nested IF functions and...

    5. In cell B18, create a formula 18, create a formula using nested IF functions and VLOOKUP functions to determine to do with the returns. Use the lookup table in the Return Data worksheet. Refer to Figure 8-46 for some hints on how to create the formula. gure 8-46 Formula for return resolution If the value in B16 is: Destroy The lookup_ value is: B14 The col The table index_num array is: is: Dept_Returns 2 The range lookup is: FALSE...

  • Floyd’s Bumpers

    Floyd’s Bumpers has distribution centers in Lafayette, Indiana; Charlotte, North Carolina; Los Angeles, California; Dallas, Texas; and Pittsburgh, Pennsylvania. Each distribution center carries all products sold. Floyd’s customers are auto repair shops and larger auto parts retail stores. You are asked to perform an analysis of the customer assignments to determine which of Floyd’s customers should be assigned to each distribution center. The rule for assigning customers to distribution centers is simple: A customer should be assigned to the closest...

  • Floyd’s Bumpers has distribution centers in Lafayette, Indiana; Charlotte, North Carolina; Los An...

    Floyd’s Bumpers has distribution centers in Lafayette, Indiana; Charlotte, North Carolina; Los Angeles, California; Dallas, Texas; and Pittsburgh, Pennsylvania. Each distribution center carries all products sold. Floyd’s customers are auto repair shops and larger auto parts retail stores. You are asked to perform an analysis of the customer assignments to determine which of Floyd’s customers should be assigned to each distribution center. The rule for assigning customers to distribution centers is simple: A customer should be assigned to the closest...

  • In this graded tutorial you will learn how to use Excel’s INDEX and MATCH functions. If you are familiar with the VLOOKUP function, INDEX/MATCH is often seen as a better method to accomplish the same...

    In this graded tutorial you will learn how to use Excel’s INDEX and MATCH functions. If you are familiar with the VLOOKUP function, INDEX/MATCH is often seen as a better method to accomplish the same goal. The Excel INDEX function returns a value in a range based on the row and/or column numbers that are specified. Its format is INDEX(array, row_num, [column_num]). Note that column_num is optional. For example, assume you have the simple data below: A B 1 North...

  • The Chestnut Street Company plans to issue $825,000, 10-year bonds that pay 7 percent semiannually on...

    The Chestnut Street Company plans to issue $825,000, 10-year bonds that pay 7 percent semiannually on March 31st and September 30th. 3 5 5 7 Information relating to this bond is found below: Face Value: $ 825,000 Number of Years: 10 Stated Interest Rate: 7% 3 Number of Payments per Year: 21 20 Required: 1 Calculate or provide the information requested using a formula or cell reference unless 2 you are instructed to use a specific function: 3 4 1)...

  • Question 9 and 10 a. 9. Switch to the Discounted Price worksheet. Because Anita wants this...

    Question 9 and 10 a. 9. Switch to the Discounted Price worksheet. Because Anita wants this PivotTable to focus on customers, reorder the fields in the Rows area so the PivotTable displays data first by Customer and then by Order Number. 10. Anita is interested in the performance of the Midwest region. Filter the PivotTable to display orders from the Midwest in June and August, which were the most popular months for spice pack orders, as follows: Use the Region...

  • #include <stdio.h> // Define other functions here to process the filled array: average, max, min, sort,...

    #include <stdio.h> // Define other functions here to process the filled array: average, max, min, sort, search // Define computeAvg here // Define findMax here // Define findMin here // Define selectionSort here ( copy from zyBooks 11.6.1 ) // Define binarySearch here int main(void) { // Declare variables FILE* inFile = NULL; // File pointer int singleNum; // Data value read from file int valuesRead; // Number of data values read in by fscanf int counter=0; // Counter of...

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