two formulas needed

SplatP1

Board Regular
Joined
Jun 15, 2010
Messages
69
Office Version
  1. 365
Platform
  1. Windows
Hello,

I'll try my best to explain this:
First formula needed in Sheet1 cell A2: If Sheet1 cell B2 = Sheet2 cell B2 then return a 1. If not then return a 0.
Second formula needed in Sheet3 cell A1: Copy all the rows of Sheet1 that have a 1 in A:A. Preferably with no empty rows in Sheet3, just the data list.

This is driving me nuts, so any help is really appreciated.
Cheers.
 
Thanks for that.
How about
=FILTER(Report_Master!C2:AD83233,Report_Master!A2:A83233<>1)
 
Upvote 0

Excel Facts

Excel Can Read to You
Customize Quick Access Toolbar. From All Commands, add Speak Cells or Speak Cells on Enter to QAT. Select cells. Press Speak Cells.
it returns #NA
 

Attachments

  • filter.JPG
    filter.JPG
    68.2 KB · Views: 5
Upvote 0
Not sure why you would get a #N/A error :unsure:
What is the range of data you want to pull from the report_master sheet?
 
Upvote 0
In that case try
=FILTER(Report_Master!B1:Y83233,Report_Master!A1:A83233<>1)
 
Upvote 0
I do not understand why you would get that error :unsure:
Do you have a UDF (user defined function) called Filter?
Do you have the new dynamic array function, like Filter, Sequence, Sort etc?
 
Upvote 0
I dont think so. As you can tell, I'm not an expert, and those things you mentioned are not familiar to me.
How do I check?
 
Upvote 0
If you type =Seq into a cell, do you get Sequence as one of the options in the drop down?
 
Upvote 0

Forum statistics

Threads
1,214,919
Messages
6,122,260
Members
449,075
Latest member
staticfluids

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