distinct list

  1. B

    Cut entire rows of worksheet where column 'vEmailAddress' contains duplicate. New Worksheet for each set

    Hi, I have a workbook with Columns in A:AB. This is an extracted CSV file so column positioning may change. I'm looking for a VBA script, to sort column vEmailAddress, for any duplicates to cut entire row to a new worksheet/ workbook. Each worksheet/book, must be a unique list, without loosing...
  2. A

    Create Drop Down Menu of Distinct Dates

    Hello, I have a column containing timestamps. I would like to create a drop down menu in another cell that contains a list of the the distinct month/year combinations in the timestamp column. I know how to copy the distinct values to another column and then create a Validation cell from those...
  3. D

    Formula simplification for Extracting distinct sorted values based on criteria using helper column

    link to excel: https://1drv.ms/x/s!AoMCBhqmW_jtkzg4v5o7-j9hB0MA (read-only) Hi, I'm hoping someone can help me on this. Result table shows extracted distinct names, sorted based on two criteria: firstly whether or not the person is last known as active (or non-active) and secondly the...
  4. B

    Create a unique list of values that match a criteria, sorted in order of another criteria

    Hi all, I've been struggling with this question for a week. In column E I have the following formula to create a distinct list of values in A for which the date in column B matches the date in E1. The formula is: =INDEX($A$2:$A$976,MATCH(0,IF($E$1=$B$2:$B$976,COUNTIF($E$1:$E1...
  5. A

    Copy Chart and paste as picture using a distinct list values

    Hi All, I am trying to get the script to copy the chart and paste as picture using data from a list (offset List until empty cell). The VBA below ran successfully but did not do the 1st FOR LOOP that I wanted it to. Sub xxx() ' ' Prevents Screen Refreshing Application.ScreenUpdating = False...

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