![]() |
#1
|
||||
|
||||
![]()
Hi -
Please suggest me how to process a column (Conditionally) with the required values only...? For example, I'm having a column called Exam Status for which I need to get values Y/N only. Exam Status (Y/N) -------------------- Y N Pass ==> I dont like others to type other than Y / N. Y Y N Thanks In advance -Balas |
#2
|
|||
|
|||
![]()
highlight the column ( lets say column "A" )
go data / validation / custom Code:
=AND(OR(A1="N",A1="Y"),LEN(A1)=1) |
#3
|
||||
|
||||
![]()
This is working fine.
But, my requirement is I need to restrict the cell values of a particular column. For a column called Exam_Status the values I need to populate should restrict to Y/N only. Please provide your suggestion. Thanks, -Balas |
#4
|
||||
|
||||
![]()
That is exactly what grizz suggested
Select the column /range you need - say col A - selection starting in A1 - and follow the suggestion. If you use another colmun, change A to the column letter you need
__________________
Using O365 v2503 - Did you know you can thank someone who helped you? Click on the tiny scale in the right upper hand corner of your helper's post |
#5
|
||||
|
||||
![]()
Thanks.
Got it...! -Balas |
![]() |
Tags |
excel 2007 |
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Copying part of a cell to a new cell | paulw793 | Excel | 7 | 01-27-2012 10:46 AM |
How can I delete the content of a cell in column if the cell value is more than 1000? | Learner7 | Excel | 2 | 06-27-2011 05:44 AM |
How can I fill cell color starting from Cell D5 using Conditional formatting instead | Learner7 | Excel | 0 | 07-08-2010 05:50 AM |
How can I make a cell color RED under the Today's date cell? | Learner7 | Excel | 2 | 07-08-2010 12:52 AM |
Auto-populate an MS Word table cell with text from a diff cell? | dreamrthts | Word Tables | 0 | 03-20-2009 01:49 PM |