Comparing Cells

CDaviess

New Member
Joined
Mar 22, 2023
Messages
17
Office Version
  1. 365
Platform
  1. Windows
I have a large workbook and the data within in needs to be filtered, I have datestamps in column A, these then need to be checked over all of coulmn A to see if there are any duplicates, if there are that duplicate then needs to be check against a value in column D, coulmn D contains a value either 1 or 2. if there is the same datestamp then the data stamp with a 2 in column D needs to be copied, if both contain a 2 then i just need 1 of them and if both cells contain a 1 it doesnt need to be considered.
all data from rows A & D need to be copied and placed in a new worksheet, the copied data needs to include datestamps that are not doubled and all the datestamps thathave been filtered.

Cheer
 

Excel Facts

Why are there 1,048,576 rows in Excel?
The Excel team increased the size of the grid in 2007. There are 2^20 rows and 2^14 columns for a total of 17 billion cells.
I have a large workbook and the data within in needs to be filtered, I have datestamps in column A, these then need to be checked over all of coulmn A to see if there are any duplicates, if there are that duplicate then needs to be check against a value in column D, coulmn D contains a value either 1 or 2. if there is the same datestamp then the data stamp with a 2 in column D needs to be copied, if both contain a 2 then i just need 1 of them and if both cells contain a 1 it doesnt need to be considered.
all data from rows A & D need to be copied and placed in a new worksheet, the copied data needs to include datestamps that are not doubled and all the datestamps thathave been filtered.

Cheer
Small change, Columns with duplicate times and a value of 1 aren't to be deleted but moved into a separate table
 
Upvote 0
1680016054087.png

Here is a small snippet
 
Upvote 0

Forum statistics

Threads
1,213,538
Messages
6,114,218
Members
448,554
Latest member
Gleisner2

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