EXCEL_Newbie87
New Member
- Joined
- Feb 4, 2013
- Messages
- 7
Im pretty new to excel / Ive been away for a long time. So please be kind with what is probably an obvious problem. Im using ISNA MATCH from one worksheet named "Bonnet" (as in under the bonnet - to keep important things away from others that will be using this spreadsheet) to return values to Sheet one. There are two tables of values which would need to be searched dependant on the selection of a list from column H in this case. I have a feeling I may have to attach the file in order to be understood fully.. But
=IF(ISNA(MATCH($J$1,Bonnet!$H$3:$L$3,0)),0,INDEX(Bonnet!$H$4:$L$15,MATCH([Area],Bonnet!$F$4:$F$15,1),MATCH($J$1,Bonnet!$H$3:$L$3,0)))
thats the ISNA MATCH, Ive tried to add an additional IF STATEMENT To try to determine which table of values will be searched and return a value, but I cant quite seem to get it to work...Any help with the syntax or if using another IF statement is wise or not, would be great -
=IF(ISNA(MATCH($J$1,Bonnet!$H$3:$L$3,0)),0,INDEX(Bonnet!$H$4:$L$15,MATCH([Area],Bonnet!$F$4:$F$15,1),MATCH($J$1,Bonnet!$H$3:$L$3,0)))
thats the ISNA MATCH, Ive tried to add an additional IF STATEMENT To try to determine which table of values will be searched and return a value, but I cant quite seem to get it to work...Any help with the syntax or if using another IF statement is wise or not, would be great -