Presentation is loading. Please wait.

Presentation is loading. Please wait.

VLookup & HLookup Examples

Similar presentations


Presentation on theme: "VLookup & HLookup Examples"— Presentation transcript:

1 VLookup & HLookup Examples
Write a formula in cell D7, to calculate shipping cost based on the number of items and the type of shipping, (Standard, 2-Day, 1-Day) Number of Books 1-9 10-19 >=20 =VLOOKUP(C7,A$3:D$5,IF(B7<C$2,2,IF(B7<D$2,3,4)),FALSE) VLookup & HLookup Examples

2 VLookup & HLookup Examples
Write a formula in cell D7, to calculate the Shipping Cost based on the following criteria. IF(SHIPPING COST PER BOOK > SHIPPING COST PER SHIPMENT, USE THE PER SHIPMENT COST, PER ITEM SHIPPING COST * NUMBER OF BOOKS) =IF(VLOOKUP(C7,A$3:C$5,2,FALSE)*B7>VLOOKUP(C7,A$3:C$5,3,FALSE), VLOOKUP(C7,A$3:C$5,3,FALSE),(VLOOKUP(C7,A$3:C$5,2,FALSE)*B7)) VLookup & HLookup Examples

3 VLookup & HLookup Examples
Write a formula in cell C5, to calculate the property rent with the rate increase. Rate Increase < $700 7% < $1,000 5% >=$1,000 3% =HLOOKUP(B5,B$2:D$3,2,TRUE)*B5+B5 VLookup & HLookup Examples


Download ppt "VLookup & HLookup Examples"

Similar presentations


Ads by Google