![]() |
Excel Forumla Help Please! What am I doing wrong?
=IF(ISNA(MATCH(B1,Sheet1:Sheet2!B:B)),"No Match","Match")
This formula searches to see if (X) is on sheet 1 or sheet 2. I need it too search sheet1 and sheet2 too see if it is on both. Anyone help? |
Excel Forumla Help Please! What am I doing wrong?
=IF(OR(ISNA(MATCH(B1,Sheet1!B:B)), ISNA(MATCH(B1,Sheet2!B:B))),"No
Match","Match") -- HTH... Jim Thomlinson "Dan C." wrote: =IF(ISNA(MATCH(B1,Sheet1:Sheet2!B:B)),"No Match","Match") This formula searches to see if (X) is on sheet 1 or sheet 2. I need it too search sheet1 and sheet2 too see if it is on both. Anyone help? |
Excel Forumla Help Please! What am I doing wrong?
=IF(ISNA(MATCH(B17,Sheet1!A:A,0)),"not on 1","on 1")&"
"&IF(ISNA(MATCH(B17,Sheet2!A:A,0)),"not on 2","on 2") -- Don Guillett Microsoft MVP Excel SalesAid Software "Dan C." wrote in message ... =IF(ISNA(MATCH(B1,Sheet1:Sheet2!B:B)),"No Match","Match") This formula searches to see if (X) is on sheet 1 or sheet 2. I need it too search sheet1 and sheet2 too see if it is on both. Anyone help? |
All times are GMT +1. The time now is 05:32 PM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com