numbers function lookup
I am a newbie. I had been googling, reading for a few hours and can't seem to figure out what was wrong with my function. It's a simple lookup where I look up a value and it will return a sum of 2 values.
B2 = LOOKUP(A2,'Table 1-1'::A2:A5,'Table 1-1'::B2:B5+'Table 1-1'::C2:C5)
B3 =LOOKUP(A3,'Table 1-1'::A2:A5,'Table 1-1'::B2:B5+'Table 1-1'::C2:C5)
the only different is the reference but it keep giving me 'unknown value return error'
If I take out the addition to the result on B3, it will return the value 2.
If I change A3 to A2 on cell B3, it will return the value 5 just like cell B2. I am so frustrated. Can someone please tell me what's wrong?
Thank you
MacBook Pro, iOS 10.3.1, null