Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2
Default DATA VALIDATION

I have an excel spreadsheet that serves as staff schedule for 14 staff. I
have a data validation list that restricts duplicate entries on the list by
highlighting both cells with red formatting. However, I need an additional
validation rule so that if any staff is scheduled on vacation or meeting, we
are prevented from assigning that person to any type of assignment. In my
sample, the red formatting is what I'm trying to achieve for each 2nd staff
call entry, I'd like that cell to format red if meeting or vacation is
entered in staff call entry #1. To make matters even worse, there are five
different names for the vacation entries, vac-1, vac-2, etc. and four names
for meeting, mtg-1, mtg-2, etc. Any tips, guidance, resources for how to
program would be helpful. Thanks in advance.



  #2   Report Post  
Posted to microsoft.public.excel.programming
GS GS is offline
external usenet poster
 
Posts: 364
Default DATA VALIDATION

If you mean Conditional Formatting if either "mtg-?" or "vac-?" is entered in
the cell above, try this:

Formula is: =OR(LEFT(A1,3)="mtg",LEFT(A1,3)="vac")

Copy it down as many rows as you want.

Regards,
GS
  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2
Default DATA VALIDATION

Thanks - it works. I can complete the assignment and stop stressing.

"GS" wrote:

If you mean Conditional Formatting if either "mtg-?" or "vac-?" is entered in
the cell above, try this:

Formula is: =OR(LEFT(A1,3)="mtg",LEFT(A1,3)="vac")

Copy it down as many rows as you want.

Regards,
GS

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
custom data validation on cells with data validation values AKrobbins Excel Worksheet Functions 2 June 21st 11 04:20 PM
Validation Data using Validation Table cell range..... Dermot Excel Discussion (Misc queries) 16 January 5th 10 09:35 PM
data validation invalid in dynamic validation list ilia Excel Discussion (Misc queries) 0 November 7th 06 12:54 PM
data validation invalid in dynamic validation list ilia Excel Worksheet Functions 0 November 7th 06 12:54 PM
Data validation with validation lists and combo boxs Keith Excel Discussion (Misc queries) 1 October 12th 06 11:08 AM


All times are GMT +1. The time now is 05:57 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"