ok , im on a project to make an invoice ordering system. I am working on combo boxes at the moment, i have two options "AMD" and "Intel" which links to named tables on sheet2. My problem is this formula workscorrectley for the first 3 produts , then on the 4th it says #value! ? How can that be if its an exact formula.
=IF($O$8=1,"Choose Processor",IF($O$8=2,+INTEL,IF($O$8=3,AMD)))
^ Link cell 1 for combo1 ^ tables on sheet 2^
I want it to ask a combo box 1" Chooserpocessor AMD or intel, then depending on the choice combo box 2 will display the correct options for processors... I have it working but i get #value in 3 of my products in the table.
AMD Sempron 3600+ (2.2GHZ)
AMD ATHLON X2 4800+ (2.4ghz)
AMD ATHLON 64 3800+ (2.2GHZ)
#VALUE!
#VALUE!
#VALUE!
I dragged the formula down, so its 100% the same formula, which makes me think theres something wrong in the prduct table on sheet2?
PRoduct table for amd , table named "AMD"
Processors (AMD)
AMD XP 3000+ Barton (2.16ghz)
AMD 64bit Sempron 3000+ (2.16ghz)
AMD Duron 1800+
AMD Sempron 3600+ (2.2GHZ)
AMD ATHLON X2 4800+ (2.4ghz)
AMD ATHLON 64 3800+ (2.2GHZ)
this table is called "intel"
Processors (Intel)
INTEL PENTIUM D DUAL CORE (5.3GHZ)
INTEL PENTIUM 4 670 (3.8GHZ)
INTEL PENTIUM 3 (1GHZ)
INTEL PENTIUM D (2.66GHZ)
INTEL PENTIUM 4 (2.93GHZ)
INTEL PENTIUM 4 660 (3.6GHZ)
Can anyone see where the error is? works for first 3 but then not for the last 3 :S
=IF($O$8=1,"Choose Processor",IF($O$8=2,+INTEL,IF($O$8=3,AMD)))
^ Link cell 1 for combo1 ^ tables on sheet 2^
I want it to ask a combo box 1" Chooserpocessor AMD or intel, then depending on the choice combo box 2 will display the correct options for processors... I have it working but i get #value in 3 of my products in the table.
AMD Sempron 3600+ (2.2GHZ)
AMD ATHLON X2 4800+ (2.4ghz)
AMD ATHLON 64 3800+ (2.2GHZ)
#VALUE!
#VALUE!
#VALUE!
I dragged the formula down, so its 100% the same formula, which makes me think theres something wrong in the prduct table on sheet2?
PRoduct table for amd , table named "AMD"
Processors (AMD)
AMD XP 3000+ Barton (2.16ghz)
AMD 64bit Sempron 3000+ (2.16ghz)
AMD Duron 1800+
AMD Sempron 3600+ (2.2GHZ)
AMD ATHLON X2 4800+ (2.4ghz)
AMD ATHLON 64 3800+ (2.2GHZ)
this table is called "intel"
Processors (Intel)
INTEL PENTIUM D DUAL CORE (5.3GHZ)
INTEL PENTIUM 4 670 (3.8GHZ)
INTEL PENTIUM 3 (1GHZ)
INTEL PENTIUM D (2.66GHZ)
INTEL PENTIUM 4 (2.93GHZ)
INTEL PENTIUM 4 660 (3.6GHZ)
Can anyone see where the error is? works for first 3 but then not for the last 3 :S