Home |
Search |
Today's Posts |
#6
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
The problem may be in using full columns as the ranges to match. Try using a
fixed range, even if it is big, or a dynamic named range (see http://www.ozgrid.com/Excel/DynamicRanges.htm) instead. Miguel. "SamGB" wrote: I think i have modified it to suit although i get a #NUM return. Below is how i have modified it: =INDEX(CrewPhone!C:C,MATCH(1,--(CrewPhone!A:A=$C3)*--(CrewPhone!B:B=H$2),0)) Where CrewPhone! is the sheet containing the name and numbers Column C:C contains the numbers Column A:A contains the names Column B:B contains the HOME or MOBILE referance Cell C3 contains the persons name Cell H2 contains the HOME header can you see any probs?? -- SamGB ------------------------------------------------------------------------ SamGB's Profile: http://www.excelforum.com/member.php...o&userid=31263 View this thread: http://www.excelforum.com/showthread...hreadid=545609 |