Find date in list, return static cell value

kasper

New Member
Joined
Feb 4, 2009
Messages
33
What I would like to do is compare a calendar like chart against a list of weekend dates and return the word "Weekend" in the chart for the dates that match.
I have already done a vlookup for a different worksheet that returns a W.
Excel 2010
CDE
3JanuaryFebruary
41
52

<tbody>
</tbody>
clean - COPY do not write on

Worksheet Formulas
CellFormula
D4=IFERROR(VLOOKUP(D$3&$C4,INDIRECT($Q$3),2,0),IFERROR(VLOOKUP(D$3&$C4,Miscellaneous,2,0),""))

<tbody>
</tbody>

<tbody>
</tbody>

Workbook Defined Names
NameRefers To
Miscellaneous='2015'!$Y$23:$Z$27

<tbody>
</tbody>

<tbody>
</tbody>


Excel 2010
BCDEF
14Weekend03-Jan-15January3W
1504-Jan-15January4W
1610-Jan-15January10W
1711-Jan-15January11W
1817-Jan-15January17W

<tbody>
</tbody>
holidays

Instead of altering my existing table D:F by adding the word "Weekend", I was hoping to simply return the single value from cell $B$14 every time a date in the calendar matches a date in E. Is there a formula that can do that?
 

Excel Facts

Select all contiguous cells
Pressing Ctrl+* (asterisk) will select the "current region" - all contiguous cells in all directions.

Forum statistics

Threads
1,216,101
Messages
6,128,835
Members
449,471
Latest member
lachbee

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