Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Hi
I have a rota with 4 people who's initials I put in next to a corresponding date. When someone is on holiday I want to be able to change the validation on the cells which have the dates the person is away, so that if their initials are entered the message box pops up. I have tried simply looking at the ToolsValidation but this is more what is allowed (there is no, do not allow option), and I dont know how to put in multiple values. i.e with Allow selected IF(<Cell -"JB","FS","EB") I would have thought this meant that Joe Bloggs, Frank Smith and Emma Buntons initials could all be entered, but any other initials couldn't? Please can you help? |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
=OR(<Cell="JB",<Cell="FS",<Cell="EB")
-- --- HTH Bob (there's no email, no snail mail, but somewhere should be gmail in my addy) "Richhall" wrote in message ... Hi I have a rota with 4 people who's initials I put in next to a corresponding date. When someone is on holiday I want to be able to change the validation on the cells which have the dates the person is away, so that if their initials are entered the message box pops up. I have tried simply looking at the ToolsValidation but this is more what is allowed (there is no, do not allow option), and I dont know how to put in multiple values. i.e with Allow selected IF(<Cell -"JB","FS","EB") I would have thought this meant that Joe Bloggs, Frank Smith and Emma Buntons initials could all be entered, but any other initials couldn't? Please can you help? |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
On Dec 31 2007, 5:32*pm, "Bob Phillips" wrote:
=OR(<Cell="JB",<Cell="FS",<Cell="EB") -- --- HTH Bob (there's no email, no snail mail, but somewhere should be gmail in my addy) "Richhall" wrote in message ... Hi I have a rota with 4 people who's initials I put in next to a corresponding date. *When someone is on holiday I want to be able to change the validation on the cells which have the dates the person is away, so that if their initials are entered the message box pops up. I have tried simply looking at the ToolsValidation but this is more what is allowed (there is no, do not allow option), and I dont know how to put in multiple values. i.e with Allow selected * *IF(<Cell -"JB","FS","EB") *I would have thought this meant that Joe Bloggs, Frank Smith and Emma Buntons initials could all be entered, but any other initials couldn't? *Please can you help?- Hide quoted text - - Show quoted text - Cheers Bob |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Validation Data using Validation Table cell range..... | Excel Discussion (Misc queries) | |||
In Cell Validation List & Linked Cell VLOOKUP | Excel Discussion (Misc queries) | |||
Data Validation: Store cell address instead of value in the cell? | Excel Discussion (Misc queries) | |||
Validation for a cell | Excel Worksheet Functions | |||
cell validation | Excel Worksheet Functions |