![]() |
Search data formulas - HELP!!
Hi,
Can anyone Help ? I have a spreadsheet with a list of phone numbers amongst other data columns, I want to look-up those phone numbers in another spreadsheet and if it finds the same phone number return a value of 'YES'. I have tried the usual look-up functions and am not sure if I need to be using 'Match', or another formula ? |
We wouldn't know unless you tell us the basic layout of your data whether
lookups will work or if index/match is required. ******************* ~Anne Troy www.OfficeArticles.com www.MyExpertsOnline.com "Richard" wrote in message ... Hi, Can anyone Help ? I have a spreadsheet with a list of phone numbers amongst other data columns, I want to look-up those phone numbers in another spreadsheet and if it finds the same phone number return a value of 'YES'. I have tried the usual look-up functions and am not sure if I need to be using 'Match', or another formula ? |
=IF(ISNUMBER(MATCH(A1,'[Phones.xls]Sheet1'!$A$1:$A$20,0)),"Yes","")
gets the value in A1 and looks it up. -- HTH RP (remove nothere from the email address if mailing direct) "Richard" wrote in message ... Hi, Can anyone Help ? I have a spreadsheet with a list of phone numbers amongst other data columns, I want to look-up those phone numbers in another spreadsheet and if it finds the same phone number return a value of 'YES'. I have tried the usual look-up functions and am not sure if I need to be using 'Match', or another formula ? |
All times are GMT +1. The time now is 07:37 PM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com