View Single Post
      01-14-2008, 07:44 PM   #22
swamp2
Lieutenant General
swamp2's Avatar
United_States
609
Rep
10,407
Posts

Drives: E92 M3
Join Date: Sep 2006
Location: San Diego, CA USA

iTrader: (3)

Quote:
Originally Posted by Yonkers View Post
I have edited the spreadsheet so that if you have ZPP checked then Extended Leather (NDXY) will only cost $1100. If you don't have ZPP checked then it costs $2000.
To do this just change cell F3 of the spreadsheet to read
=IF(AND(A3="x",A24="x"),1100,IF(A3="x",E3,0))

Hope that helps.
Nice. I was going to include all of this logic but there are more "if thens" than this one. Either way post it up with all of the other corrections as well. We'll all appreciate it. Just zip and attach. Cheers.
Appreciate 0