Hello,
I got stuck on what seems like a pretty easy calculation. Any ideas why the formula below does not work?
=LOOKUP(1,{0,0,0;0,1,0;1,0,0},{“R1C1”,” R1C2”, ” R1C3”; “R2C1”,” R2C2”, ” R2C3”; “R3C1”,” R3C2”, ” R3C3”})
Needed result: R2C2
Is there a different way to do this? In a very...