Check Column A for a match to text, Check Column B for a match to a date & put X in Cell

cat3rn

New Member
Joined
Feb 3, 2014
Messages
33
I am trying to work on a 5 day a week 6 - 2hr slot daily schedule for the month of October.

On one sheet I have the time of slot in Column A (4 thru 33) and on that same sheet I have a popup calendar that inserts the day of the event in Column B (4 thru 33).

On the second sheet I have a Monday thru Friday list with 6 time slots for each day for each week in October.

What I want to do is when a time is chosen in Column A and a date is chosen in column B, I want that date and time checked and an X put on the second sheet to indicate that the time slot for that day has been booked.

Any help would be appreciated.

How do I upload a file for all to look at?

I am using Windows 8.1 64bit and Excel 2010.
 
Last edited:

Excel Facts

Can you sort left to right?
To sort left-to-right, use the Sort dialog box. Click Options. Choose "Sort left to right"
I have tried

=IF(AND(List!$A$4:$A$27="9am",List!$B$4:$B$27=41913),"X","")

=IF(AND(List!$A$4:$A$27=H4,List!$B$4:$B$27=$J$5),"X","") ****WITH A LIST TO CHOSE FROM FOR H4****

=IF(AND(ISNUMBER(MATCH(A4,List!$A$4:$A$33,ISNUMBER(MATCH(A4,List!$A$4:$A$33))))),"X","")

All give me some #VALUE errors
 
Last edited:
Upvote 0

Forum statistics

Threads
1,215,008
Messages
6,122,672
Members
449,091
Latest member
peppernaut

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