Hi All,
Range A1:E1 has values 100,200,300,400,500 and Range A2:E2 has values Agent1,Agent2,Agent3,Agent4,Agent5. Now somewhere in the sheet I apply the formula =HLOOKUP("Agent4",CHOOSE({2,1},A1:E1,A2:E2),2,0) but it is giving me #N/A error. I don't know why it is not giving me the right answer.
If I arrange above mentioned data vertically and apply Vlookup in similar manner it works.
Please help my why Choose() is working with VLookUp but not with HLookUp.
Thanks,
DJ
Range A1:E1 has values 100,200,300,400,500 and Range A2:E2 has values Agent1,Agent2,Agent3,Agent4,Agent5. Now somewhere in the sheet I apply the formula =HLOOKUP("Agent4",CHOOSE({2,1},A1:E1,A2:E2),2,0) but it is giving me #N/A error. I don't know why it is not giving me the right answer.
If I arrange above mentioned data vertically and apply Vlookup in similar manner it works.
Please help my why Choose() is working with VLookUp but not with HLookUp.
Thanks,
DJ