![]() |
Match
Column A houses a series of number.
Column C does too. Not finding quickly the correct formula to test if cell A1 has any matching column C. Thanks, Arturo |
Match
Try this:-
=IF(ISNA(VLOOKUP(A1,C:C,1,FALSE)),"No match","Match Found") Mike "Arturo" wrote: Column A houses a series of number. Column C does too. Not finding quickly the correct formula to test if cell A1 has any matching column C. Thanks, Arturo |
Match
in D1:
=IF(Countif(A:A,C1),"Yes","") wll give "Yes" if a match and copy down "Arturo" wrote: Column A houses a series of number. Column C does too. Not finding quickly the correct formula to test if cell A1 has any matching column C. Thanks, Arturo |
Match
=IF(COUNTIF(C:C,A1),"found","not found")
"Arturo" wrote: Column A houses a series of number. Column C does too. Not finding quickly the correct formula to test if cell A1 has any matching column C. Thanks, Arturo |
All times are GMT +1. The time now is 05:44 AM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com