Linking Data between worksheets

meli42

New Member
Joined
Jun 27, 2018
Messages
1
I have a list on sheet-1 that I want to move onto an excel calendar (that I created) based on DATE.

EX: I want to put the 7/4/18 event details (DATA in Column B) on the calendar.

What would be the formula?:eeek::eeek::eeek::eeek:

Example below:
[TABLE="width: 500, align: left"]
<tbody>[TR]
[TD][/TD]
[TD]Column A[/TD]
[TD]Column B[/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD]Date[/TD]
[TD]Details[/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD]7/4/2018[/TD]
[TD]Fireworks - 8 PM - The Hotel[/TD]
[/TR]
[TR]
[TD]3[/TD]
[TD]7/15/2018[/TD]
[TD]The Gala - 5 PM - The Hotel Local[/TD]
[/TR]
[TR]
[TD]4[/TD]
[TD]7/28/2018[/TD]
[TD]Breakfast - 9 AM - Founding Farmers[/TD]
[/TR]
</tbody>[/TABLE]
 

Excel Facts

Will the fill handle fill 1, 2, 3?
Yes! Type 1 in a cell. Hold down Ctrl while you drag the fill handle.
I'm thinking a simple vlookup would work.

If Sheet1 had the events by date; and sheet2 included the calendar, then:

On Sheet2, in each cell that represents a date put a formula like this:

Code:
=VLOOKUP([reference calendar date cell],Sheet1!A:B, 2, FALSE)
 
Last edited:
Upvote 0

Forum statistics

Threads
1,223,893
Messages
6,175,241
Members
452,622
Latest member
Laura_PinksBTHFT

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