Cell validation with limits and multiple formulas

sandyandy5

New Member
Joined
May 24, 2022
Messages
35
Office Version
  1. 365
Platform
  1. Windows
Hi! First time poster disclaimer to start with!
I’m creating a nursing shift roster and wanting to limit only 2 ‘D’ shifts per day then to lock others out. I dont know what formula I should be putting into the custom cell validation to achieve this. My current formula is =SUMPRODUCT(COUNTIF(D$4:D$16, Vailid!$E$2:$E$168)).
Any help or ideas of how to make this work would be greatly appreciated!cheers
 
I don't know if you have XL2BB available where you are, but if not, can you cut and paste the formula from a few cells so that I can examine them...just let me know which cells (e.g., the upper left cell of the roster table and the upper left of the helper table that corresponds to the same day). And give one more thing a try. In the helper table, if you're not seeing it populate correctly, select the topmost formula in that column, hit F2 to go into formula editing mode, and then re-confirm the formula by entering it as an array formula by hitting Ctrl-Shift-Enter...you should see curly brackets appear around the formula in the formula bar. Then select that cell again and drag it straight down the helper column.
Yes i've got XL2BB but first time using it. Here is the formula for the helper cell in M3 on the valid sheet after i've gone to f2 and ctrl+shift+enter
Roster Template.xlsx
LMNO
1ANUM helper comumns
2123
3D
4
5
6
Valid
Cell Formulas
RangeFormula
O2O2=N2+1
M3M3=IFERROR(INDEX(IF(NOT(IF(COUNTIF(Roster!$D$4:$D$16,"D")>=2,($A$2:$A$18="D"))+IF(COUNTIF(Roster!$D$4:$D$16,"E")>=2,($A$2:$A$18="E"))+IF(COUNTIF(Roster!$D$4:$D$16,"N")>=2,($A$2:$A$18="N"))),$A$2:$A$18,""),SMALL(IF((IF(NOT(IF(COUNTIF(Roster!D4:$D$16,"D")>=2,($A$2:$A$18="D"))+IF(COUNTIF(Roster!$D$4:$D$16,"E")>=2,($A$2:$A$18="E"))+IF(COUNTIF(Roster!$D$4:$D$16,"N")>=2,($A$2:$A$18="N"))),$A$2:$A$18,"")<>""),ROW(INDIRECT("1:"&COUNTA($A$2:$A$18))),""),ROW($A1))),"")
Press CTRL+SHIFT+ENTER to enter array formulas.
 
Upvote 0

Excel Facts

Do you hate GETPIVOTDATA?
Prevent GETPIVOTDATA. Select inside a PivotTable. In the Analyze tab of the ribbon, open the dropown next to Options and turn it off
See my last post about pulling that formula down the column...I don't see where that has been done yet. But before you do that, go back and edit the formula again (e.g. delete the last parentheses and then retype it) and then Enter the formula normally as a standard formula (without the Ctrl-Shift-Enter). Then pull the formula down the column and see what happens.
 
Upvote 0
Current situation.... with the data validation in place. I can still only see 'D' in the drop down box when back in the roster sheet despite all the codes been entered into the helper column now. have i entered something incorrectly?
Roster Template.xlsx
KLMN
1ANUM helper comumns
212
3D
4E
5N
6OFF
7MD
8ADO
9L
10PD
11SD
12OW
13BOS
Valid
Cell Formulas
RangeFormula
M3:M13M3=IFERROR(INDEX(IF(NOT(IF(COUNTIF(Roster!$D$4:$D$16,"D")>=2,($A$2:$A$18="D"))+IF(COUNTIF(Roster!$D$4:$D$16,"E")>=2,($A$2:$A$18="E"))+IF(COUNTIF(Roster!$D$4:$D$16,"N")>=2,($A$2:$A$18="N"))),$A$2:$A$18,""),SMALL(IF((IF(NOT(IF(COUNTIF(Roster!D4:$D$16,"D")>=2,($A$2:$A$18="D"))+IF(COUNTIF(Roster!$D$4:$D$16,"E")>=2,($A$2:$A$18="E"))+IF(COUNTIF(Roster!$D$4:$D$16,"N")>=2,($A$2:$A$18="N"))),$A$2:$A$18,"")<>""),ROW(INDIRECT("1:"&COUNTA($A$2:$A$18))),""),ROW($A1))),"")
Press CTRL+SHIFT+ENTER to enter array formulas.
 
Upvote 0
This is progress! First let's nail down the helper column and confirm that the array formula is necessary. In my last post, I mentioned deleting the last character and then retyping it and hitting Enter. That will convert the formula back to a standard one, rather than an array formula. After doing that, pull the standard formula down the column and see if it populates correctly. If it does, then the array formula is not needed...which would be preferred.

Then in your roster table, which must be Roster!$D$4 for the 1st cell on this day, go to Data Validation and copy the "Source" formula that you are using. I'd like to see that.
 
Upvote 0
See my last post about pulling that formula down the column...I don't see where that has been done yet. But before you do that, go back and edit the formula again (e.g. delete the last parentheses and then retype it) and then Enter the formula normally as a standard formula (without the Ctrl-Shift-Enter). Then pull the formula down the column and see what happen
This is progress! First let's nail down the helper column and confirm that the array formula is necessary. In my last post, I mentioned deleting the last character and then retyping it and hitting Enter. That will convert the formula back to a standard one, rather than an array formula. After doing that, pull the standard formula down the column and see if it populates correctly. If it does, then the array formula is not needed...which would be preferred.

Then in your roster table, which must be Roster!$D$4 for the 1st cell on this day, go to Data Validation and copy the "Source" formula that you are using. I'd like to see that.

So I've deleted the last character off the formula '}' and pressed enter and dragged it down the column and its populating correctly within the column. The drop down box in roster still is only giving me 'd' as the only option.
My source formula is =Valid!M$3#
Roster Template.xlsx
KLMN
1ANUM helper comumns
212
3D
4E
5N
6OFF
7MD
8ADO
9L
10PD
11SD
12OW
13BOS
14DSN
15ESN
16NSN
17MWSN
18MHC
19MW
Valid
Cell Formulas
RangeFormula
M3:M15M3=IFERROR(INDEX(IF(NOT(IF(COUNTIF(Roster!$D$4:$D$16,"D")>=2,($A$2:$A$18="D"))+IF(COUNTIF(Roster!$D$4:$D$16,"E")>=2,($A$2:$A$18="E"))+IF(COUNTIF(Roster!$D$4:$D$16,"N")>=2,($A$2:$A$18="N"))),$A$2:$A$18,""),SMALL(IF((IF(NOT(IF(COUNTIF(Roster!D4:$D$16,"D")>=2,($A$2:$A$18="D"))+IF(COUNTIF(Roster!$D$4:$D$16,"E")>=2,($A$2:$A$18="E"))+IF(COUNTIF(Roster!$D$4:$D$16,"N")>=2,($A$2:$A$18="N"))),$A$2:$A$18,"")<>""),ROW(INDIRECT("1:"&COUNTA($A$2:$A$18))),""),ROW($A1))),"")
M16:M19M16=IFERROR(INDEX(IF(NOT(IF(COUNTIF(Roster!$D$4:$D$16,"D")>=2,($A$2:$A$18="D"))+IF(COUNTIF(Roster!$D$4:$D$16,"E")>=2,($A$2:$A$18="E"))+IF(COUNTIF(Roster!$D$4:$D$16,"N")>=2,($A$2:$A$18="N"))),$A$2:$A$18,""),SMALL(IF((IF(NOT(IF(COUNTIF(Roster!D$16:$D17,"D")>=2,($A$2:$A$18="D"))+IF(COUNTIF(Roster!$D$4:$D$16,"E")>=2,($A$2:$A$18="E"))+IF(COUNTIF(Roster!$D$4:$D$16,"N")>=2,($A$2:$A$18="N"))),$A$2:$A$18,"")<>""),ROW(INDIRECT("1:"&COUNTA($A$2:$A$18))),""),ROW($A14))),"")
 
Upvote 0
Oh...that's the issue. That Source formula is specific to Excel 365 and beyond. The # operator tells Excel 365 to "spill" the entire array. Excel 2013 will not understand that. Review my suggestion in post #25. I would suggest the =OFFSET(W$3,,,SUM(N(W$3:W$11<>"")),1) approach mentioned. For your setup, that formula would be:
Excel Formula:
=OFFSET(Valid!M$3,,,SUM(N(Valid!M$3:M$19<>"")),1)
Just confirm that Valid!M$3:M$19 is the entire column of possible shift codes for that day, even if there are blanks at the bottom of that column. If that checks out, then paste that formula into the upper roster table cell and see if it works okay. If it does, then copy that cell and Paste Special > Validation into the other cells in that same column on the roster table.

Edit: I didn't look far enough...looks like the range extends to M19....formula updated.
 
Upvote 0
Oh...that's the issue. That Source formula is specific to Excel 365 and beyond. The # operator tells Excel 365 to "spill" the entire array. Excel 2013 will not understand that. Review my suggestion in post #25. I would suggest the =OFFSET(W$3,,,SUM(N(W$3:W$11<>"")),1) approach mentioned. For your setup, that formula would be:
Excel Formula:
=OFFSET(Valid!M$3,,,SUM(N(Valid!M$3:M$19<>"")),1)
Just confirm that Valid!M$3:M$19 is the entire column of possible shift codes for that day, even if there are blanks at the bottom of that column. If that checks out, then paste that formula into the upper roster table cell and see if it works okay. If it does, then copy that cell and Paste Special > Validation into the other cells in that same column on the roster table.

Edit: I didn't look far enough...looks like the range extends to M19....formula updated.
Sorry Kirk, just clarifying am i pasting =OFFSET(Valid!M$3,,,SUM(N(Valid!M$3:M$19<>"")),1) into this formula?
=IFERROR(INDEX(IF(NOT(IF(COUNTIF(Q$3:Q$14,"D")>=2,($A$2:$A$10="D"))+IF(COUNTIF(Q$3:Q$14,"E")>=2,($A$2:$A$10="E"))+IF(COUNTIF(Q$3:Q$14,"N")>=2,($A$2:$A$10="N"))),$A$2:$A$10,""),SMALL(IF((IF(NOT(IF(COUNTIF(Q$3:Q$14,"D")>=2,($A$2:$A$10="D"))+IF(COUNTIF(Q$3:Q$14,"E")>=2,($A$2:$A$10="E"))+IF(COUNTIF(Q$3:Q$14,"N")>=2,($A$2:$A$10="N"))),$A$2:$A$10,"")<>""),ROW(INDIRECT("1:"&COUNTA($A$2:$A$10))),""),ROW($A1))),"")

Or am i pasting into data validation? =OFFSET(Valid!M$3,,,SUM(N(Valid!M$3:M$19<>"")),1)
 
Upvote 0
No problems...no. Your helper table formula that creates the dropdown list items seems to be working fine. The only issue now is that your Data Validation on your roster scheduling table needs to be fixed. It is not correctly referencing the dropdown helper table. So go back to the roster table and click on the uppermost cell that corresponds to the day of interest, then click on Data > Data Validation, and overwrite that last formula you posted (My source formula is =Valid!M$3#) with
=OFFSET(Valid!M$3,,,SUM(N(Valid!M$3:M$19<>"")),1)
That should work. If it does work for that cell, then copy the cell and Paste Special > Validation into the other cells in the roster table.
 
Upvote 0
Sorry Kirk, just clarifying am i pasting =OFFSET(Valid!M$3,,,SUM(N(Valid!M$3:M$19<>"")),1) into this formula?
=IFERROR(INDEX(IF(NOT(IF(COUNTIF(Q$3:Q$14,"D")>=2,($A$2:$A$10="D"))+IF(COUNTIF(Q$3:Q$14,"E")>=2,($A$2:$A$10="E"))+IF(COUNTIF(Q$3:Q$14,"N")>=2,($A$2:$A$10="N"))),$A$2:$A$10,""),SMALL(IF((IF(NOT(IF(COUNTIF(Q$3:Q$14,"D")>=2,($A$2:$A$10="D"))+IF(COUNTIF(Q$3:Q$14,"E")>=2,($A$2:$A$10="E"))+IF(COUNTIF(Q$3:Q$14,"N")>=2,($A$2:$A$10="N"))),$A$2:$A$10,"")<>""),ROW(INDIRECT("1:"&COUNTA($A$2:$A$10))),""),ROW($A1))),"")

Or am i pasting into data validation? =OFFSET(Valid!M$3,,,SUM(N(Valid!M$3:M$19<>"")),1)
I've pasted it into the data validation for the roster sheet and WHAAMY we get a visual on the full list! woohoo! AND it takes it away from the list so the staff member has no option to choose which would give them a double up!
 
Upvote 0
No problems...no. Your helper table formula that creates the dropdown list items seems to be working fine. The only issue now is that your Data Validation on your roster scheduling table needs to be fixed. It is not correctly referencing the dropdown helper table. So go back to the roster table and click on the uppermost cell that corresponds to the day of interest, then click on Data > Data Validation, and overwrite that last formula you posted (My source formula is =Valid!M$3#) with
=OFFSET(Valid!M$3,,,SUM(N(Valid!M$3:M$19<>"")),1)
That should work. If it does work for that cell, then copy the cell and Paste Special > Validation into the other cells in the roster table.
Works like a dream!
What a whizz you are!
I'll just get the staff to use the mouse to select their shift from the dropdown box rather than the keyboard or they will get an error message when there is one left if trying to select this with the keyboard.
 
Upvote 0

Forum statistics

Threads
1,216,094
Messages
6,128,785
Members
449,468
Latest member
AGreen17

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