vlookup to index match

mitchell36

New Member
Joined
Oct 24, 2018
Messages
5
I am using vlookup to look at a data sheet, look at the date and then on another page check the date and if it corresponds post the data on the second page.

example of code
=VLOOKUP(B3,event,2,0)
example of data being viewed
4/01/2019 Cycling Australia Road Nationals 2019
3/01/2019 BBL - Melbourne Renegades v Adelaide Strikers GMHBA Stadium
3/01/2019 WBBL - Melbourne Renegades v Hobart Hurricanes GMHBA Stadium
2/01/2019 Summer Night Market
2/01/2019 Celebrity Solstice Station Pier, Port Melbourne
1/01/2019 New Year's Eve mass gathering
1/01/2019 Falls Festival Falls Festival

issue
Vlookup only looks at column a what I need is a formula that looks at all columns matches date and then applies the result to the cell in to the corresponding date. Help please obtw I am pretty basic in excel (at this time)
 

Excel Facts

When they said...
When they said you are going to "Excel at life", they meant you "will be doing Excel your whole life".
=IFERROR(INDEX(Sheet1!$B$1:$B$7,AGGREGATE(15,6,ROW(Sheet1!$A$1:$A$7)-ROW(Sheet1!$A$1)+1/($A1=Sheet1!$A$1:$A$7),COLUMNS($A$1:A1))),"")
HWXhc1G.png
 
Upvote 0

Forum statistics

Threads
1,214,810
Messages
6,121,690
Members
449,048
Latest member
81jamesacct

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