Hi all and thanks in advance for your help and sorry if none of this makes sence
i am trying to make the following formula work with text in all cells
=IF(A2=Sheet4!B2,Sheet4!C2)+IF(A2=Sheet4!B3,Sheet4!C3)+IF(A2=Sheet4!B4,Sheet4!C4)+IF(A2=Sheet4!B5,Sheet4!C5)+IF(A2=Sheet4!B6,Sheet4!C6)
all cells involved are text
the first part of the function works
=IF(A2=Sheet4!B2,Sheet4!C2)
so a2 is nick and sheet4b2 s nick so the formula returns the text from sheet4c2 which is alonso
but as soon as you add the rest of the formula it returns #value!
i know that this would work with numbers but cannot for the life of me figure out how to make it work with text
any helpwould be great
i am trying to make the following formula work with text in all cells
=IF(A2=Sheet4!B2,Sheet4!C2)+IF(A2=Sheet4!B3,Sheet4!C3)+IF(A2=Sheet4!B4,Sheet4!C4)+IF(A2=Sheet4!B5,Sheet4!C5)+IF(A2=Sheet4!B6,Sheet4!C6)
all cells involved are text
the first part of the function works
=IF(A2=Sheet4!B2,Sheet4!C2)
so a2 is nick and sheet4b2 s nick so the formula returns the text from sheet4c2 which is alonso
but as soon as you add the rest of the formula it returns #value!
i know that this would work with numbers but cannot for the life of me figure out how to make it work with text
any helpwould be great