List of Dates if COUNTA = 5 and greater than Today()

welshraz

New Member
Joined
Apr 29, 2016
Messages
39
Office Version
  1. 365
Platform
  1. Windows
I have created a calendar to easliy track leave etc. of a team. There is conditional formatting in place that highlights dates that may cause us issues. What I would like is a formula that finds the dates that meet this criteria, and lists them. I do not know if what I am asking is possible....maybe some sort of spill formula, but I have never used it to reference rows rather than columns?

1667320921306.png



What I'm looking for is if any cell in row 16 is greater or equal to 5, and the date is greater than Today(), then list the date from the corresponding column in row 3.

Thanks is advance.
 

Attachments

  • 1667320854154.png
    1667320854154.png
    42.4 KB · Views: 9

Excel Facts

Links? Where??
If Excel says you have links but you can't find them, go to Formulas, Name Manager. Look for old links to dead workbooks & delete.
What version of Excel are you using?

I suggest that you update your Account details (or click your user name at the top right of the forum) so helpers always know what Excel version(s) & platform(s) you are using as the best solution often varies by version. (Don’t forget to scroll down & ‘Save’)
 
Upvote 0
What version of Excel are you using?

I suggest that you update your Account details (or click your user name at the top right of the forum) so helpers always know what Excel version(s) & platform(s) you are using as the best solution often varies by version. (Don’t forget to scroll down & ‘Save’)
Thanks. All updated. Currently using 365
 
Upvote 0
Thanks for that. (y)
How about
Excel Formula:
=FILTER(AL3:EK3,AL16:EK16>=5)
 
Upvote 0
Solution
Thanks for that. (y)
How about
Excel Formula:
=FILTER(AL3:EK3,AL16:EK16>=5)
That is perfect! I've added additional criteria and Transpose, and it works a treat.

Thanks so much!
 
Upvote 0
You're welcome & thanks for the feedback.
 
Upvote 0

Forum statistics

Threads
1,214,952
Messages
6,122,454
Members
449,083
Latest member
Ava19

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