Make a checklist type of thing

Kingchaos64

New Member
Joined
Jan 15, 2021
Messages
46
Office Version
  1. 365
Platform
  1. Windows
I'm wanting to make a list next to a table. I would like that list to automatically check the data in the table and highlight a cell in the list if it matches a cell in the table. It also needs to match Today's date. My table is a column of bus numbers, dates, baggage on, baggage off and so on. There is 20 plus busses a day and it's hard to keep track if Ive entered all the busses for that day or not.
So I would like to make a column List on the side of the table with all the bus numbers and that List would check the table for a bus number plus today's date if found I would like that bus number in the List to highlight.

Is this a possibility?
Any help would be greatly appreciated.

My table headers start on A5 to P5
Data starts A6 to P1000
The Date column is A and the Bus column is B
 
Wouldn't there be a formula to put in Conditional Formatting Highlight Cells Rule? like, IF "A" column cells = TODAY() match the corresponding "B" column with "S" column. Highlight "S" matching cell. Then there would be no need for column R (the other date column). So basically the rule would be looking of any cells in A Column with today's date, looking at the next cell over and matching it with a cell in S column. Highlighting the S cell.
 
Upvote 0

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".
A=BUS Number
B=Today

Then in S you want to Type out a list of BUS Number that you entered today and see if those numbers MATCH in the column A and with todays Daye in B
 
Upvote 0
does this work

Conditional format rule for A6 to Q1000
=AND(COUNTIF($R$6:$R$1000,$A6)>0,$B6=TODAY())
Tests to see the Bus number in Column A is in the Check LIST in Column R and todays DATE in Column B - so BUS entered today based on checklist


JUST in column R - the LIST to check
conditional formatting
=COUNTIFS($A$6:$A$1000,$R6,$B$6:$B$1000,TODAY())
See if the number in the LIST in R has been entered today - If it has highlight
You could change to add =0
=COUNTIFS($A$6:$A$1000,$R6,$B$6:$B$1000,TODAY())=0
to highlight bus number that are in the LIST and NOT entered today



Book4
ABCDEFGHIJKLMNOPQRST
5BUSDateCheck ListBus Number in DataBUS NOT entered
6311/31/21TRUE99 BUS Number NOT entered today
7431/31/21TRUE43Bus Number entered today 
8551/31/21TRUE88 BUS Number NOT entered today
9671/31/21TRUE55Bus Number entered today 
10301/31/21TRUE101 BUS Number NOT entered today
11421/30/21FALSE31Bus Number entered today 
12541/30/21FALSE42 BUS Number NOT entered today
13661/31/21TRUE66Bus Number entered today 
14291/29/21FALSE BUS Number NOT entered today
15411/29/21FALSE53Bus Number entered today 
16531/31/21TRUE BUS Number NOT entered today
17651/29/21FALSE30Bus Number entered today 
18281/28/21FALSE
19401/28/21FALSE
20521/28/21
21641/28/21
22271/27/21
23391/27/21
24511/27/21
25631/27/21
26261/26/21
27381/26/21
28501/26/21
29621/26/21
30251/25/21
Sheet1
Cell Formulas
RangeFormula
S6:S17S6=IF(COUNTIFS($A$6:$A$1000,$R6,$B$6:$B$1000,TODAY())>0,"Bus Number entered today","")
T6:T17T6=IF(COUNTIFS($A$6:$A$1000,$R6,$B$6:$B$1000,TODAY())>0, "","BUS Number NOT entered today")
C6:C19C6=B6=TODAY()
Cells with Conditional Formatting
CellConditionCell FormatStop If True
R6:R1000Expression=COUNTIFS($A$6:$A$1000,$R6,$B$6:$B$1000,TODAY())textNO
A6:Q53Expression=AND(COUNTIF($R$6:$R$1000,$A6)>0,$B6=TODAY())textNO
 
Upvote 0
Solution
Good. It looks like you have got the solution only. I'm not that good in Excel formula. After looking at etaf worksheet, I finally get the idea of what you were trying to achieve.

Instead of highlighting the Bus on service for today and look at the schedule table, why not just create a list of bus like below as summary. Just another alternative.

Bus On Duty.xlsm
ABCDEFGHIJKLMN
1DateBus No
225/1/2021111
326/1/2021220
427/1/20213 
528/1/20214 
629/1/20215 
730/1/20216 
81/2/20217 
91/2/20218 
102/2/20219 
113/2/202110 
1231/1/202111 
135/2/202112 
146/2/202113 
157/2/202114 
168/2/202115 
179/2/202116 
1810/2/202117 
1911/2/202118 
2012/2/202119 
2131/1/202120 
Sheet1
Cell Formulas
RangeFormula
N2:N21N2=IFERROR(INDEX($B$2:$B$21, SMALL(IF(TODAY()-1=$A$2:$A$21, ROW($A$2:$A$21)-ROW($A$2)+1), ROW(1:1))),"" )
Press CTRL+SHIFT+ENTER to enter array formulas.
 
Upvote 0
I think that would work but sometimes there's 20 busses and there numbers are like 8668,8868,8686 and so on, it gets really confusing. So its helpful for me to look and just see one thats not highlighted. Not sure why the owner or the state signed off on numbers like this but it's not helpful to employees or passengers.
Thanks for all your help Zoe. If I could give two solution credits I would. I just have to go with the one solution that I'm going to be using.
 
Upvote 0
I think that would work but sometimes there's 20 busses and there numbers are like 8668,8868,8686 and so on, it gets really confusing. So its helpful for me to look and just see one thats not highlighted. Not sure why the owner or the state signed off on numbers like this but it's not helpful to employees or passengers.
Thanks for all your help Zoe. If I could give two solution credits I would. I just have to go with the one solution that I'm going to be using.
True. If you are looking at numbers like that they end up look the same before end of day. Highlight helps a lot ?
 
Upvote 0

Forum statistics

Threads
1,214,990
Messages
6,122,625
Members
449,093
Latest member
catterz66

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