Formula to list unique dates from a column?

JumboCactuar

Well-known Member
Joined
Nov 16, 2016
Messages
785
Office Version
  1. 365
Platform
  1. Windows
I have some data and in column B is a mixup of dates from the current week (total of 6 unique values)

How can i output the dates for Monday to Saturday from the column of dates?

Thanks
 

Excel Facts

How to find 2nd largest value in a column?
MAX finds the largest value. =LARGE(A:A,2) will find the second largest. =SMALL(A:A,3) will find the third smallest
No specific range as it varies by week, but its always below 10000 (starting at B2)
 
Last edited:
Upvote 0
I have some data and in column B is a mixup of dates from the current week (total of 6 unique values)

How can i output the dates for Monday to Saturday from the column of dates?
If it's always 6 unique values for a single particular week, then:
Monday's date would be =MIN(B:B)
Tuesday's date would be =MIN(B:B)+1
and so on.
 
Upvote 0
If it's always 6 unique values for a single particular week, then:
Monday's date would be =MIN(B:B)
Tuesday's date would be =MIN(B:B)+1
and so on.

thanks for the reply but i figured this would be a lot of hard work to pull data for each day.

Instead i made a helper column "=text(B2,"DDDD") and then use with a pivot table
 
Upvote 0

Forum statistics

Threads
1,214,606
Messages
6,120,488
Members
448,967
Latest member
visheshkotha

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