countryfan_nt
Well-known Member
- Joined
- May 19, 2004
- Messages
- 765
Hello friends,
I have a VLOOKUP formula in cell X1. I am trying to insert all the below 10 IF statements in it. I have three problems:
A) Excel does not allow inserting that many conditions in one cell.
B) Don't want to use VBA.
C) VLOOKUP doesn't work, since the table array contains formulas. I can't have the table arrays change from 1s to 2s, when copying & pasting X1 to X2.
1. IF(A1=1,C1*D1)
2. IF(A1=2,E1*F1)
3. IF(A1=3,G1*H1)
4. IF(A1=4,I1*J1)
5. IF(A1=5,K1*L1)
6. IF(A1=6,M1*N1)
7. IF(A1=7,O1*P1)
8. IF(A1=8,Q1*R1)
9. IF(A1=9,S1*T1)
10. If all false then "NO".
All the best & Thank you so much,
Nawaf
I have a VLOOKUP formula in cell X1. I am trying to insert all the below 10 IF statements in it. I have three problems:
A) Excel does not allow inserting that many conditions in one cell.
B) Don't want to use VBA.
C) VLOOKUP doesn't work, since the table array contains formulas. I can't have the table arrays change from 1s to 2s, when copying & pasting X1 to X2.
1. IF(A1=1,C1*D1)
2. IF(A1=2,E1*F1)
3. IF(A1=3,G1*H1)
4. IF(A1=4,I1*J1)
5. IF(A1=5,K1*L1)
6. IF(A1=6,M1*N1)
7. IF(A1=7,O1*P1)
8. IF(A1=8,Q1*R1)
9. IF(A1=9,S1*T1)
10. If all false then "NO".
All the best & Thank you so much,
Nawaf