Selecting Every 3rd Cell In A Formula

Craig12

New Member
Joined
Sep 15, 2013
Messages
2
I am using the following formula, but I don't want a set of cells, I want every 3rd cell - $B$3, $B$6, $B$6, etc. How would I do this?

=IF(E2="","",IF(COUNTIF('Roster'!$B$3:B$80,E2)>-1,"",ROW()-1))

Under each day, I have a drop down list. I would like the list under the same day to not display a selection if previously used for that day. For example, if 4501A is on Monday (line 3), then on line 6 under Monday 4501A would not be available. 4501A can be available across for each day of the week, but only once per day.

Link to file:
HTML:
http://www.western-transit.com/uploadphotos/Template_Sept_2013.xlsx

Roster Tab:
Roster%20Tab.jpg


DropDownData Tab:
DropDownData%20Tab.jpg


Thanks,
Craig
 

Excel Facts

Which Excel functions can ignore hidden rows?
The SUBTOTAL and AGGREGATE functions ignore hidden rows. AGGREGATE can also exclude error cells and more.
I think the problem is that your dropdown list under Monday has selections of 1, 2, 3, 4, .... and your COUNTIF is looking to see if values such as 1501, 1502.. are listed in Roster!B$3:B$80
 
Upvote 0

Forum statistics

Threads
1,215,335
Messages
6,124,327
Members
449,155
Latest member
ravioli44

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