I'm trying to create a sheet that looks through 3 other sheets and combines only the data from all 3 that match today's date.
So if these are my sheets
Data 1:
x y
7/8/2016 Bananas
7/7/2016 Apples
Data 2
x y
7/8/2016 Oranges
7/7/2016 Grapes
Data 3
x y
7/8/2016 Pineapple
7/7/2016 Grapefruit
And I need a formula that returns the following result
x
Bananas
Oranges
Pineapple