Question : Excel 2007 - If(and( using VLookup

Thanks for taking a look at my spreadsheet.

I have a simple =IF(AND( formula (Pricing sheet column "E") that uses the Seller Cost of an item (Input sheet column "C") then performs a VLookup using that item's adjacent EAN (Input sheet column "B") to determine the Starting Price.

I can get a correct answer when the item's Seller Cost is below $3, but anything higher comes back with a FALSE.

Can you please take a look and see where my formula is incorrect?

Thanks again.

Attachments:
 
Formula located on Column E of Pricing Sheet uses VLookup Array on Input Sheet
 

Answer : Excel 2007 - If(and( using VLookup

Your VLookups are not closed properly

=IF(Input!A2<1,"",IF(Input!C2<3,VLOOKUP(Input!B2,Input!$E$2:$J$12,2,FALSE),IF(AND(Input!C2>2.99,Input!C2<4),VLOOKUP(Input!B2,Input!$E$2:$J$12,3,FALSE),IF(AND(Input!C2>3.99,Input!C2<4.5),VLOOKUP(Input!B2,Input!$E$2:$J$12,4,FALSE),IF(AND(Input!C2>4.49,Input!C2<5),VLOOKUP(Input!B2,Input!$E$2:$J$12,5,FALSE),IF(AND(Input!C2>4.99,Input!C2<6),VLOOKUP(Input!B2,Input!$E$2:$J$12,6,FALSE)))))))
Random Solutions  
 
programming4us programming4us