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

Copy formula down without changing references
If you have =SUM(F2:F49) in F50; type Alt+' in F51 to copy =SUM(F2:F49) to F51, leaving the formula in edit mode. Change SUM to COUNT.
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,215,084
Messages
6,123,021
Members
449,092
Latest member
ikke

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