Question

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 the transaction. Use the fill handle to copy the formula down through J30.

for 617 : * ДА 1 Product List В C D 2 Retail Price $ 49.95 $ 419.00 12.00 $ 49.00 $ 59.00 2.00 5.95 15.45 3 ItemID 4 X349R39H10 - : X fix 171 F G H I J K L M N 1 Transaction Analysis 3 Coupons 4 CouponCode 5 Discount T453X 15% C384R 10% T382P 5% Loc

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

1. H10 ( Gross Revenue): Vlookup Formuale to be used += Vlookup(Value,Range, Column Index number, True, False). VLookup is very interesting and useful formuale to see the items or mapping the required things from another sheet provided the format for the both the files , Value to be seen in both the files to be at first.

In this here In order to fill Gross Revenue: Product price list * Quantity to be done in single cell.

+( Vlookup( A10,Product List!A4:D21,4,0)*Transaction Analysis!D10)

Use fill handle to copy the formuale down to other rows.

2. J10 Coupon values need to be added Hlookup formulae to be used  += Hlookup(Value,Range, Column Index number, True, False). HLookup is very interesting and useful formuale to see the items or mapping the required things provided , Value to be seen in both the files to be at first

In this here, In order to fill Coupon values from Transactional Analysis

+Hlookup(E10,B4:D5,2,0)

Use fill handle to copy the formuale down to other rows.

Add a comment
Know the answer?
Add Answer to:
On the Transactions worksheet, in cell H10, replace the static value by entering a VLOOKUP function...
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
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