I've created these 2 formulas in excel 2007, when I send the workbook to collegues running excel 97-03 they cannot use it as there are too many IF statements or too many conditions and they get VALUE# messages in the cells.
Too many conditions
=IF(OR(B8=1,B8=2,B8=3,B8=4,B8=5,B8=6,B8=7,B8=8,B8=9,B8=10,B8=11,B8=12,B8=13,B8=18,B8=19,B8=20,B8=21,B8=22,B8=23,B8=24,B8=25,B8=26,B8=27,B8=28,B8=29,B8=30,B8=31,B8=32,B8=33,B8=34,B8=41,B8=42,B8=43,B8=46,B8=48,B8=49,B8=50,B8=51,B8=52,B8=53,B8=54,B8=56,B8=57,B8=58,B8=60,B8=61,B8=62,B8=64,B8=65,B8=66,B8=68,B8=69,B8=74,B8=75,B8=76,B8=77,B8=78,B8=81,B8=82,B8=83,B8=84,B8=87,B8=89,B8=90,B8=91,B8=92,B8=93,B8=94,B8=95,B8=96,B8=97,B8=99,B8=100,B8=101,B8=102,B8=104,B8=107,B8=108,B8=109,B8=111,B8=112,B8=113,B8=114,B8=115,B8=116,B8=117,B8=120,B8=121),0,IF(OR(B8=16,B8=17,B8=35,B8=36,B8=37,B8=38,B8=40,B8=44,B8=45,B8=47,B8=55,B8=59,B8=63,B8=67,B8=70,B8=71,B8=72,B8=79,B8=80,B8=85,B8=86,B8=88,B8=98,B8=103,B8=105,B8=106,B8=118,B8=119,B8=122,B8=123),1,IF(OR(B8=14,B8=15,B8=39,B8=73,B8=110,),2,"")))
Too many IF statements
=IF(OR(B8=1,B8=2,B8=3,B8=4,B8=5,B8=6,B8=7,B8=8),"Commitment",IF(OR(B8=9,B8=10,B8=11,B8=12,B8=13,B8=14,B8=15),"Skills & Training",IF(OR(B8=16,B8=17,B8=18,B8=19,B8=20,B8=21,B8=22,B8=23,B8=24,B8=25,B8=26,B8=27,B8=28,B8=29),"Risk Management",IF(OR(B8=30,B8=31,B8=32,B8=33,B8=34,B8=35,B8=36,B8=37),"5S",IF(OR(B8=38),"Change Management",IF(OR(B8=39,B8=40,B8=41,B8=42,B8=43,B8=44,B8=45,B8=46,B8=47),"Equipment",IF(OR(B8=48,B8=49,B8=50,B8=51,B8=52,B8=53,B8=54,B8=55),"Materials",IF(OR(B8=56,B8=57,B8=58,B8=59,B8=60,B8=61,B8=62,B8=63,B8=64,B8=65,B8=66,B8=67,B8=68,B8=69),"Process",IF(OR(B8=70,B8=71,B8=72,B8=73,B8=74,B8=75,B8=76),"Tooling & Fixtures",IF(OR(B8=77,B8=78,B8=79,B8=80,B8=81,B8=82,B8=83,B8=84),"Gauges & Measuring Equipment",IF(OR(B8=85,B8=86,B8=87,B8=88,B8=89,B8=90,B8=91),"Inspection",IF(OR(B8=92,B8=93,B8=94,B8=95,B8=96,B8=97,B8=98,B8=99),"Non Conformance Management",IF(OR(B8=100,B8=101,B8=102,B8=103,B8=104,B8=105,B8=106,B8=107,B8=108),"Handling Storage & Transportation",IF(OR(B8=109,B8=111,B8=112,B8=112),"Supplier Management",""))))))))))))))
Any help gratefully received
Too many conditions
=IF(OR(B8=1,B8=2,B8=3,B8=4,B8=5,B8=6,B8=7,B8=8,B8=9,B8=10,B8=11,B8=12,B8=13,B8=18,B8=19,B8=20,B8=21,B8=22,B8=23,B8=24,B8=25,B8=26,B8=27,B8=28,B8=29,B8=30,B8=31,B8=32,B8=33,B8=34,B8=41,B8=42,B8=43,B8=46,B8=48,B8=49,B8=50,B8=51,B8=52,B8=53,B8=54,B8=56,B8=57,B8=58,B8=60,B8=61,B8=62,B8=64,B8=65,B8=66,B8=68,B8=69,B8=74,B8=75,B8=76,B8=77,B8=78,B8=81,B8=82,B8=83,B8=84,B8=87,B8=89,B8=90,B8=91,B8=92,B8=93,B8=94,B8=95,B8=96,B8=97,B8=99,B8=100,B8=101,B8=102,B8=104,B8=107,B8=108,B8=109,B8=111,B8=112,B8=113,B8=114,B8=115,B8=116,B8=117,B8=120,B8=121),0,IF(OR(B8=16,B8=17,B8=35,B8=36,B8=37,B8=38,B8=40,B8=44,B8=45,B8=47,B8=55,B8=59,B8=63,B8=67,B8=70,B8=71,B8=72,B8=79,B8=80,B8=85,B8=86,B8=88,B8=98,B8=103,B8=105,B8=106,B8=118,B8=119,B8=122,B8=123),1,IF(OR(B8=14,B8=15,B8=39,B8=73,B8=110,),2,"")))
Too many IF statements
=IF(OR(B8=1,B8=2,B8=3,B8=4,B8=5,B8=6,B8=7,B8=8),"Commitment",IF(OR(B8=9,B8=10,B8=11,B8=12,B8=13,B8=14,B8=15),"Skills & Training",IF(OR(B8=16,B8=17,B8=18,B8=19,B8=20,B8=21,B8=22,B8=23,B8=24,B8=25,B8=26,B8=27,B8=28,B8=29),"Risk Management",IF(OR(B8=30,B8=31,B8=32,B8=33,B8=34,B8=35,B8=36,B8=37),"5S",IF(OR(B8=38),"Change Management",IF(OR(B8=39,B8=40,B8=41,B8=42,B8=43,B8=44,B8=45,B8=46,B8=47),"Equipment",IF(OR(B8=48,B8=49,B8=50,B8=51,B8=52,B8=53,B8=54,B8=55),"Materials",IF(OR(B8=56,B8=57,B8=58,B8=59,B8=60,B8=61,B8=62,B8=63,B8=64,B8=65,B8=66,B8=67,B8=68,B8=69),"Process",IF(OR(B8=70,B8=71,B8=72,B8=73,B8=74,B8=75,B8=76),"Tooling & Fixtures",IF(OR(B8=77,B8=78,B8=79,B8=80,B8=81,B8=82,B8=83,B8=84),"Gauges & Measuring Equipment",IF(OR(B8=85,B8=86,B8=87,B8=88,B8=89,B8=90,B8=91),"Inspection",IF(OR(B8=92,B8=93,B8=94,B8=95,B8=96,B8=97,B8=98,B8=99),"Non Conformance Management",IF(OR(B8=100,B8=101,B8=102,B8=103,B8=104,B8=105,B8=106,B8=107,B8=108),"Handling Storage & Transportation",IF(OR(B8=109,B8=111,B8=112,B8=112),"Supplier Management",""))))))))))))))
Any help gratefully received