VLOOKUP, DATE, TODAY, and IF - Help Needed

coffeechat

New Member
Joined
Jul 24, 2014
Messages
8
I have a column with all the Sundays for the year 2014. However, in another column, I need to eliminate the Sundays that have already gone past the TODAY date so I can use this to create a list using Data Validation. I have tried all formulas that I can think of based on this logic but I am rather unsuccessful.

Any help would be much appreciated.

Thank you.
 

Excel Facts

When did Power Query debut in Excel?
Although it was an add-in in Excel 2010 & Excel 2013, Power Query became a part of Excel in 2016, in Data, Get & Transform Data.
How about using a helper column? If your sunday (I presume you mean dates?) are in column A, put =TODAY() in a cell somewhere - say C1), then in column B, copied down, something like this...

=IF(A1<$C$1,"",A1)
 
Upvote 0
Hi Ford,

Thank you for your response. I have that function in another column previously but what I want is something more complex. Perhaps I need to explain it better.

So, if the date in A1 is less than C1, I want it to go to A2, and so on, until it finds the first cell with a date that is greater than the TODAY date.

Hope this makes sense.
 
Upvote 0
Maybe something like INDEX / MATCH.
This is an array formula and must be entered with CTRL-SHIFT-ENTER.
Excel Workbook
ABC
1Sunday, May 04, 20147/27/2014
2Sunday, May 11, 2014
3Sunday, May 18, 2014
4Sunday, May 25, 2014
5Sunday, June 01, 2014
6Sunday, June 08, 2014
7Sunday, June 15, 2014
8Sunday, June 22, 2014
9Sunday, June 29, 2014
10Sunday, July 06, 2014
11Sunday, July 13, 2014
12Sunday, July 20, 2014
13Sunday, July 27, 2014
14Sunday, August 03, 2014
15Sunday, August 10, 2014
16Sunday, August 17, 2014
17Sunday, August 24, 2014
Sheet
 
Upvote 0
You're welcome. Thanks for the feedback and welcome to the form.
 
Upvote 0

Forum statistics

Threads
1,215,375
Messages
6,124,581
Members
449,174
Latest member
chandan4057

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