Question

What is the formula? Use a VLOOKUP function in cell F25 of the CatastropheCoverageLowActivity worksheet to determine the appropriate Copayment for the first visit to a Primary Doctor. The Type in cell D25 is one of the parameters. Use absolute and relative references when appropriate

UnitedHealthcare Catastrophic Compass Plus 6600 Single Adult Age 22 -Monthly prenium $160-Deductible $6,600-0ut-ol-pocket max

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

VLOOKUP is an Excel function to lookup and retrieve data from a specific column in table. VLOOKUP supports approximate and exact matching, and wildcards (* ?) for partial matches. The "V" stands for "vertical". Lookup values must appear in the first column of the table, with lookup columns to the right.

This function is used to lookup a value in a table by matching on the first column
It returns the matched value from a table.
Syntax
=VLOOKUP (value, table, col_index, [range_lookup])
Arguments
value - The value to look for in the first column of a table.
table - The table from which to retrieve a value.
col_index - The column in the table from which to retrieve a value.
range_lookup - [optional] TRUE = approximate match (default). FALSE = exact match.

Example syntax is VLOOKUP(D25, D14:G17, 3,FALSE)
Here we should use absolute reference for the table, so that we can copy the formula by dragging the cell easily (without changing the lookup table cell range )
So, the parameters will be as below
value - D25
table - should be $D$14:$G$17
col_index - 3 as co-Pay value is in 3rd column
range_lookup - FALSE as we want exact match

So, the desired formula for F25 cell is

=VLOOKUP(D25,$D$14:$G$17,3,FALSE)
Using absolute reference in table is safer side. However for a particular cell the formula with relative reference will work also. Hence if we write the formula of F25 cell as =VLOOKUP(D25, D14:G17, 3, FALSE) , it will give correct result.

The formula will return 50.

Attaching an image for your better understanding
Excel VLOOKUP Function E4 fVLOOKUP(D4,B8:F17,4,FALSE) A B Lookup Email .adder@ace.com ve ID 622 Resul+ 5 4 5 Department ID Fi

Add a comment
Know the answer?
Add Answer to:
What is the formula? Use a VLOOKUP function in cell F25 of the CatastropheCoverageLowActivity worksheet to...
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...

  • 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...

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