ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Discussion (Misc queries) (https://www.excelbanter.com/excel-discussion-misc-queries/)
-   -   Excel Forumla Help Please! What am I doing wrong? (https://www.excelbanter.com/excel-discussion-misc-queries/244816-excel-forumla-help-please-what-am-i-doing-wrong.html)

Dan C.[_2_]

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?

Jim Thomlinson

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?


Don Guillett

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