Hi all i need some little help what i am trying to do is in one cell get the answer for this. I have three cells b2,c2,d2 only one has value and depending on what one it is it is true for that cell now when its true i want it to look up on sheet2 two columns now if b2 is true then look up sheet2 column a,b and if c2 is true then look up sheet 2 column a,c and if d2 is true then look up sheet 2 a,d now the formula i am trying to us looks like this
=IF(B2,(HLOOKUP(A1,SHEET2!A,B)))+IF(C2,(HLOOKUP(A1,SHEET2!A,C)))+IF(D2,(HLOOKUP(A1,SHEET2!A,D)))
But it does not want to work can any one help???/
=IF(B2,(HLOOKUP(A1,SHEET2!A,B)))+IF(C2,(HLOOKUP(A1,SHEET2!A,C)))+IF(D2,(HLOOKUP(A1,SHEET2!A,D)))
But it does not want to work can any one help???/