jordiboronat
New Member
- Joined
- Mar 20, 2011
- Messages
- 2
Hi all,
This is my first post in here and hopefully you could help me.
I'm trying to set un a spreadsheet for engeneering purposes. I need to find properties from a fiber depending of different cells wich already have a drop down menu. All properties are related to formulas.
A1 is the type of fiber and has 3 possibilites (1,2,3)
A2 is the orientation and has 4 possibilities (1,2,3,4)
A3 it's a multiplier in the formula
Actually I'm using a comfination of "IF" and "AND" functions in the next way:
if(and(A1=1,A2=1),A3*number,0)+if(and(A1=1,A2=2),A3*number,0)+...
Obviously my if formula gets too long (12 "IF" including "AND" in brackets), anyone could suggest me a easier way to set up this please?
This is my first post in here and hopefully you could help me.
I'm trying to set un a spreadsheet for engeneering purposes. I need to find properties from a fiber depending of different cells wich already have a drop down menu. All properties are related to formulas.
A1 is the type of fiber and has 3 possibilites (1,2,3)
A2 is the orientation and has 4 possibilities (1,2,3,4)
A3 it's a multiplier in the formula
Actually I'm using a comfination of "IF" and "AND" functions in the next way:
if(and(A1=1,A2=1),A3*number,0)+if(and(A1=1,A2=2),A3*number,0)+...
Obviously my if formula gets too long (12 "IF" including "AND" in brackets), anyone could suggest me a easier way to set up this please?