Welcome to the Excel Forum

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed.

Seo Services company Manchester

Please Register to Remove these Ads

Please Register to Remove these Ads



Reply
  #1  
Old 12-30-2005, 03:11 AM
EdoZwart EdoZwart is offline
Registered User
 
Join Date: 30 Dec 2005
Posts: 3
EdoZwart is becoming part of the community
Question Validation Options with option List

Please Register to Remove these Ads

Good morning!


i have set up an validation list option in Excel so i can choose what option to pick. For example, i can choose test1, test2 and/or test3. But what i want to try to do is when i choose one of the options test1,test2 and/or test3 i want for those options different fields like for example:

Test1

this is the text of data for test1


When i choose the option Test2 i want the text or data cleared for test1 and see the text for option 2. I hope you can help me with this problem, thanks in advanced!

Edo
Reply With Quote
  #2  
Old 12-30-2005, 05:55 AM
Bob Phillips
Guest
 
Posts: n/a
Re: Validation Options with option List

Could you not just add a simple IF test in an adjoining cell

=IF(H1="test1","this is the text for test1", IF(H1 = "test2", ...

--

HTH

RP
(remove nothere from the email address if mailing direct)


"EdoZwart" <EdoZwart.20ufyy_1135930501.2578@excelforum-nospam.com> wrote in
message news:EdoZwart.20ufyy_1135930501.2578@excelforum-nospam.com...
>
> Good morning!
>
>
> i have set up an validation list option in Excel so i can choose what
> option to pick. For example, i can choose test1, test2 and/or test3.
> But what i want to try to do is when i choose one of the options
> test1,test2 and/or test3 i want for those options different fields like
> for example:
>
> Test1
>
> this is the text of data for test1
>
>
> When i choose the option Test2 i want the text or data cleared for
> test1 and see the text for option 2. I hope you can help me with this
> problem, thanks in advanced!
>
> Edo
>
>
> --
> EdoZwart
> ------------------------------------------------------------------------
> EdoZwart's Profile:

http://www.excelforum.com/member.php...o&userid=30000
> View this thread: http://www.excelforum.com/showthread...hreadid=496878
>



Reply With Quote
  #3  
Old 12-30-2005, 03:40 PM
JR
Guest
 
Posts: n/a
Re: Validation Options with option List

If you are talking about actual tests (e.g. test1 has several questions,
test2 has several questions and so on) you can do this. Let's say your tests
are on sheet 1 and your validation is on sheet 2. On sheet 1, insert a
column to the left of the questions. In the new column, next to the first
question of test1, type "test11", beside the second question of test1, type
"test12" and do this for the rest of the questions. When you get to the
test2 questions, type "test21"..."test22"... "test23", etc. Now, go
to sheet 2 and move your validation box to cell B1. In column A, on the row
where you want the first question to be, type =$B$1&1 Where you want the
second question to be, type =$B$1&2 Do this down the page for as many
questions as you have in each test. In column B, where you want the first
question to be, type =VLOOKUP(A2,Sheet1!$A$1:$B$50,2,FALSE) The array
[A1:B50] needs to cover all three tests on sheet 1. You can then copy this
formula and paste it where you want question 2... and so on down the page.
Now when you change the validation in B1 to "test2", all of the test2
questions will appear... change it to test3 and all of the test3 questions
will appear.

Hope this helps.

"Bob Phillips" wrote:

> Could you not just add a simple IF test in an adjoining cell
>
> =IF(H1="test1","this is the text for test1", IF(H1 = "test2", ...
>
> --
>
> HTH
>
> RP
> (remove nothere from the email address if mailing direct)
>
>
> "EdoZwart" <EdoZwart.20ufyy_1135930501.2578@excelforum-nospam.com> wrote in
> message news:EdoZwart.20ufyy_1135930501.2578@excelforum-nospam.com...
> >
> > Good morning!
> >
> >
> > i have set up an validation list option in Excel so i can choose what
> > option to pick. For example, i can choose test1, test2 and/or test3.
> > But what i want to try to do is when i choose one of the options
> > test1,test2 and/or test3 i want for those options different fields like
> > for example:
> >
> > Test1
> >
> > this is the text of data for test1
> >
> >
> > When i choose the option Test2 i want the text or data cleared for
> > test1 and see the text for option 2. I hope you can help me with this
> > problem, thanks in advanced!
> >
> > Edo
> >
> >
> > --
> > EdoZwart
> > ------------------------------------------------------------------------
> > EdoZwart's Profile:

> http://www.excelforum.com/member.php...o&userid=30000
> > View this thread: http://www.excelforum.com/showthread...hreadid=496878
> >

>
>
>

Reply With Quote


Reply

Bookmarks


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

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

Forum Jump