Looking up next travel date for staff travel schedule

ke6zoy

New Member
Joined
May 2, 2014
Messages
11
Office Version
  1. 365
Platform
  1. Windows
Hi all! So I am working on a simplistic travel schedule where I'm tracking when team members are traveling for work (T days) and when they're on a customer site (X days). (I'm tracking more than 50 people for perspective)
Each week I send out an email with Columns A and B so that people can have an idea of when they're next expected to travel out to a customer sight that way it there's a surprise, they can work it with their team lead and deconflict any issues.
Is there a good way to automate column B such that it looks at the next T day listed after today's date and returns the value found in row 6? I was thinking it was kind of like a Index Match, however i think it's operating a little bit reverse.

Any insight would be appreciated.
Thanks!

TravelSched.png
 

Excel Facts

Ambidextrous Undo
Undo last command with Ctrl+Z or Alt+Backspace. If you use the Undo icon in the QAT, open the drop-down arrow to undo up to 100 steps.
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
Thanks for that.
How about
Excel Formula:
=TAKE(FILTER($C$6:$Q$6,(C7:Q7="T")*($C$6:$Q$6>TODAY())),,1)
 
Upvote 1
Solution

Forum statistics

Threads
1,215,693
Messages
6,126,248
Members
449,304
Latest member
hagia_sofia

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