Searching multiple columns for same data in three consecutive columns

stanleytheyak

Board Regular
Joined
Oct 10, 2008
Messages
124
Ok, the title is a little wordy, but here's what I'm trying to do. I get an inventory report every day that gives me a 5 digit code for items that are out of stock.

I'd like to set up a spreadsheet that will look through 3 weeks worth of data (one column for each day) and alert me any time I am out of stock of one particular item for 3 days or more. The problem I'm running into is that I don't have a master list of all of the 5 digit codes to compare against. Also, the list is different every day, depending on what is in or out of stock. The spreadsheet I've created looks like this:

<table style="padding-right: 2pt; padding-left: 2pt; font-size: 11pt; font-family: Calibri,Arial; background-color: rgb(255, 255, 255);" border="1" cellpadding="0" cellspacing="0"><tbody> <tr style="font-weight: bold; font-size: 8pt; background-color: rgb(202, 202, 202); text-align: center;"> <td> </td> <td>A</td> <td>B</td> <td>C</td> <td>D</td> <td>E</td></tr> <tr style="height: 18px;"> <td style="font-size: 8pt; background-color: rgb(202, 202, 202); text-align: center;">1</td> <td>Outage Flag</td> <td style="text-align: right;">7/19/2009</td> <td style="text-align: right;">7/20/2009</td> <td style="text-align: right;">7/21/2009</td> <td style="text-align: right;">7/22/2009</td></tr> <tr style="height: 18px;"> <td style="font-size: 8pt; background-color: rgb(202, 202, 202); text-align: center;">2</td> <td> </td> <td style="text-align: right;">12345</td> <td style="text-align: right;">23456</td> <td style="text-align: right;">45678</td> <td style="text-align: right;">12345</td></tr> <tr style="height: 18px;"> <td style="font-size: 8pt; background-color: rgb(202, 202, 202); text-align: center;">3</td> <td> </td> <td style="text-align: right;">23456</td> <td style="text-align: right;">56789</td> <td style="text-align: right;">56789</td> <td style="text-align: right;">23456</td></tr> <tr style="height: 18px;"> <td style="font-size: 8pt; background-color: rgb(202, 202, 202); text-align: center;">4</td> <td> </td> <td style="text-align: right;">34567</td> <td style="text-align: right;">89123</td> <td style="text-align: right;">91234</td> <td style="text-align: right;">91234</td></tr> <tr style="height: 18px;"> <td style="font-size: 8pt; background-color: rgb(202, 202, 202); text-align: center;">5</td> <td> </td> <td style="text-align: right;">45678</td> <td style="text-align: right;">91234</td> <td> </td> <td style="text-align: right;">56789</td></tr> <tr style="height: 18px;"> <td style="font-size: 8pt; background-color: rgb(202, 202, 202); text-align: center;">6</td> <td> </td> <td style="text-align: right;">56789</td> <td> </td> <td> </td> <td style="text-align: right;">45678</td></tr> <tr style="height: 18px;"> <td style="font-size: 8pt; background-color: rgb(202, 202, 202); text-align: center;">7</td> <td> </td> <td style="text-align: right;">67891</td> <td> </td> <td> </td> <td style="text-align: right;">67891</td></tr> <tr style="height: 18px;"> <td style="font-size: 8pt; background-color: rgb(202, 202, 202); text-align: center;">8</td> <td> </td> <td style="text-align: right;">78912</td> <td> </td> <td> </td> <td> </td></tr> <tr style="height: 18px;"> <td style="font-size: 8pt; background-color: rgb(202, 202, 202); text-align: center;">9</td> <td> </td> <td style="text-align: right;">89123</td> <td> </td> <td> </td> <td> </td></tr> <tr style="height: 18px;"> <td style="font-size: 8pt; background-color: rgb(202, 202, 202); text-align: center;">10</td> <td> </td> <td style="text-align: right;">91234</td> <td> </td> <td> </td> <td> </td></tr></tbody></table>
I'd like the first column to return the item numbers for items that have been out for 3 days or more in the three week period.

Any suggestions? I'm at a loss...
 

Excel Facts

VLOOKUP to Left?
Use =VLOOKUP(A2,CHOOSE({1,2},$Z$1:$Z$99,$Y$1:$Y$99),2,False) to lookup Y values to left of Z values.
I would do this with CF (conditional formatting). Since this starts in week 3, what you're really doing is checking the previous two columns for the same number. So if you COUNTIF() on each of the two prior two columns and if the count is 2+, then it appeared in all three weeks.

Also, I would reverse the layout so the most current week is at the front showing the most urgent outages, an additional column not-needed.

So, starting in week 3, simply apply this CF format.
Excel Workbook
BCDE
17/22/20097/21/20097/20/20097/19/2009
212345456782345612345
323456567895678923456
491234912348912334567
5567899123445678
64567856789
76789167891
878912
989123
1091234
Sheet1
Cells with Conditional Formatting
CellConditionCell FormatStop If True
B21. / Formula is =(COUNTIF(C:C,B2)+COUNTIF(D:D,B2))>=2Abc
 
Last edited:
Upvote 0

Forum statistics

Threads
1,215,079
Messages
6,123,005
Members
449,092
Latest member
masterms

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