Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Junior Member
 
Posts: 5
Default Find Data Between Two Dates In Excel

Records in between two specific dates easily can be filtered using drop-down lists .
Drop-down lists were filled with unique values as ascending order using Ado connection. Thus, it is easier to choose between the dates on the worksheet.

The filtered data can be copied to other sheet if it wished.

View it's video : https://youtu.be/baHyGS7i9n0


Sample file can be downloaded from Youtube link.
  #2   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 2
Default Find Data Between Two Dates In Excel

On Wednesday, 14 June 2017 22:19:05 UTC+5:30, excel_vba wrote:
Records in between two specific dates easily can be filtered using
drop-down lists .
Drop-down lists were filled with unique values as ascending order using
Ado connection. Thus, it is easier to choose between the dates on the
worksheet.

The filtered data can be copied to other sheet if it wished.

View it's video : https://youtu.be/baHyGS7i9n0


Sample file can be downloaded from Youtube link.

C




--
excel_vba


Your link does not work.Kindly send me some sample data in a worksheet and let me know what you require to be done. I am sure I can find a solution.
CA Vikram S. Mathur )
  #3   Report Post  
Junior Member
 
Posts: 25
Default Highlight overlapping date ranges using conditional formatting

Select the cell range for example B6: D12.
Click the "Home" tab.
Click the "Conditional Formatting" button.
Click "New Rule..".
Click "Use a formula to determine which cells to format".
Type =SUMPRODUCT(($C6<=$D$6:$D$12)*($D6=$C$6:$C$12))1 in "Format values where this formula is TRUE" window.
Click the "Format.." button.
Click the "Fill" tab.
Pick a color. This color is used to highlight records that overlap.
Click "OK".

You can check more about Excel tips on https://www.o365cloudexperts.com

Regards,
Jerry
Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Find data between dates Kirsty Excel Programming 1 April 22nd 09 05:52 AM
compare 2 tables of dates to find the preceding dates Babi Excel Worksheet Functions 3 October 28th 08 05:52 AM
find dates between in excel MDI Anne Excel Discussion (Misc queries) 7 June 4th 07 06:25 PM
How do I find the earliest dates in a range of dates? JJ Excel Worksheet Functions 3 May 16th 06 09:36 AM
to find number of days between 2 dates using vba code in excel sjayar Excel Discussion (Misc queries) 3 November 3rd 05 06:24 AM


All times are GMT +1. The time now is 12:05 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"