dragonbonetattoo
New Member
I need cell H39 to have a formula that calculates shipping costs. If the subtotal (cell H37) is greater than 200, than H39 should display 0. If H37 is less that 200, it needs to display the shipping cost based on the table named shipping_cost. I entered the formula =IF(H37>200,0,VLOOKUP(H37,shipping_cost,2,FALSE)) and I'm getting a #NA error. What did I leave out?