My sheet is...
A1=Truck or Car
A2=1 or 2
So I need the if, and or deal to figure all the variables in A3. So the combination could be A1=Truck and A2=2 or A1=Truck and A2=1 or A1=Car and A2=1 .... I know this can't be that difficult, but I can't seem to get all together. I have it where 2 of the 3 variables work. And if this is possible, how easy is it to add more variables, like B3=Boat.
Here's as far as I got, what a dummy
=IF((AND(A1="Truck",A2="0")),120,IF(A1="Truck",115,IF(A2="Car",36)))
And if there's a simple answer, how do you calculate where and how many parentheses.
Thanks for anything
Carl
A1=Truck or Car
A2=1 or 2
So I need the if, and or deal to figure all the variables in A3. So the combination could be A1=Truck and A2=2 or A1=Truck and A2=1 or A1=Car and A2=1 .... I know this can't be that difficult, but I can't seem to get all together. I have it where 2 of the 3 variables work. And if this is possible, how easy is it to add more variables, like B3=Boat.
Here's as far as I got, what a dummy
=IF((AND(A1="Truck",A2="0")),120,IF(A1="Truck",115,IF(A2="Car",36)))
And if there's a simple answer, how do you calculate where and how many parentheses.
Thanks for anything
Carl