Hatzimichelakis
New Member
- Joined
- Nov 22, 2017
- Messages
- 8
Hello.
I have a formula like this:
=IF(A8=1;$A$5;IF(A8=2;$B$5;IF(A8=3;$C$5;IF(A8=4;$D$5;IF(A8=5;$E$5;IF(A8=6;$F$5;IF(A8=7;$G$5;IF(A8=8;$H$5;IF(A8=9;$I$5;IF(A8=10;$J$5))))))))))
Is there any way to avoid all these Ifs (because I need to another similar formula to use IF for 88 times!)
Thanks for your time.
George
I have a formula like this:
=IF(A8=1;$A$5;IF(A8=2;$B$5;IF(A8=3;$C$5;IF(A8=4;$D$5;IF(A8=5;$E$5;IF(A8=6;$F$5;IF(A8=7;$G$5;IF(A8=8;$H$5;IF(A8=9;$I$5;IF(A8=10;$J$5))))))))))
Is there any way to avoid all these Ifs (because I need to another similar formula to use IF for 88 times!)
Thanks for your time.
George