sdkorin
New Member
- Joined
- Feb 1, 2018
- Messages
- 22
- Office Version
- 2016
- Platform
- Windows
Greeting all!
I am working with a spreadsheet that tracks staffing across multiple areas. What I need is to be able to prevent duplicates in specific areas of the spreadsheet. It has to be these specific areas because some areas are supposed to allow duplicates. Here are my ranges:
No individuals should appear twice in the spreadsheet within those ranges.
I really appreciate the assistance.
I am working with a spreadsheet that tracks staffing across multiple areas. What I need is to be able to prevent duplicates in specific areas of the spreadsheet. It has to be these specific areas because some areas are supposed to allow duplicates. Here are my ranges:
Code:
=$C$1,$M$1,$Z$51,$AC$51,$B$32:$B$51,$D$32:$D$51,$F$32:$F$51,$H$32:$H$51,$N$34:$N$51,$R$34:$R$51,$P$34:$P$45,$B$5:$B$28,$D$5:$D$28,$F$5:$F$28,$H$5:$H$28,$J$5:$J$28,$L$5:$L$28,$N$5:$N$28,$P$5:$P$28,$R$5:$R$28,$J$34:$J$51,$AC$28:$AD$48,$W$30,$T$32,$T$34,$AC$27,$U$5:$U$24,$X$5:$X$24,$AA$5:$AA$24,$AD$5:$AD$24,$P$48:$P$51,$L$34:$L$51,$BK$3:$BL$31,$W$34,$W$32,$G$1,$Q$1,$AG$22:$AH$31,$AJ$22:$AK$31,$AM$22:$AN$31,$AP$22:$AQ$31,$AS$22:$AT$31,$AY$3:$AZ$20,$BB$3:$BC$20,$BE$3:$BF$20,$BB$34:$BC$51,$BE$34:$BF$51,$BB$23:$BC$31
No individuals should appear twice in the spreadsheet within those ranges.
I really appreciate the assistance.