Getting Info from Today's Date

zahidislam14

New Member
Joined
Jun 5, 2018
Messages
3
Hello All,

This is my first post, so first of all, I apologize if I am doing something wrong.

I need help with a formula that will fetch data from a cell or number of cells in a column by matching today's date with another column of dates.

Station NameMachine#Installation Date
Station A111June 4, 2018
Station B112June 5, 2018

<tbody>
</tbody>

<colgroup><col><col><col></colgroup><tbody>
</tbody>
So, I want a daily report that will look at the current date and if it matches with "Installation Date" it will return both all the column. So if I run the report today (June 5, 2018) it will return:

Station NameMachine#Installation Date
Station B112June 5, 2018

<tbody>
</tbody>


Please help with this. Thank you.
 

Excel Facts

Does the VLOOKUP table have to be sorted?
No! when you are using an exact match, the VLOOKUP table can be in any order. Best-selling items at the top is actually the best.
Hi,

This will do what you asked.

If you want the report to be "automatic" for each and every day, then use the C7 formula; otherwise manually enter an Installation Date to lookup.
A7 formula copied across to B7.


Book1
ABC
1Station NameMachine#Installation Date
2Station A1114-Jun-18
3Station B1125-Jun-18
4
5
6Station NameMachine#Installation Date
7Station B1125-Jun-18
Sheet68
Cell Formulas
RangeFormula
A7=INDEX(A2:A3,MATCH($C7,$C2:$C3,0))
C7=TODAY()
 
Upvote 0

Forum statistics

Threads
1,213,483
Messages
6,113,919
Members
448,533
Latest member
thietbibeboiwasaco

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