Formula to Check Matches

DoingWork

New Member
Joined
Jun 30, 2019
Messages
2
I thought this would be simple however, I am finding more difficult than I originally thought. I'll try and keep it simple.

I have a single workbook with multiple sheets with data. I am needing a formula to check column A on sheet #1 to columns A,B, and C on sheets #2 and #3 . If the numbers found in column A of sheet #1 match the other sheets then display TRUE if not FALSE.

My issue is dealing with the different sheets in the same formula. Here is a formula I made that works but doesn't deal with the multiple sheets.

ISNUMBER(Match(A2,'WB#2 '!$A$2:$A$10,0))

A2 needs to look at WB#2 and WB#3 (same columns) and look for the same value of A2 on WB#1 . If any matches display TRUE if not FALSE.

Please assist if possible...if you need more information please let me know. I can't seem to figure it out.
 

Excel Facts

Add Bullets to Range
Select range. Press Ctrl+1. On Number tab, choose Custom. Type Alt+7 then space then @ sign (using 7 on numeric keypad)

Forum statistics

Threads
1,214,632
Messages
6,120,649
Members
448,975
Latest member
sweeberry

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top