Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1
Default USING DATA VALIDATION WITH CONDITIONAL LOGIC

I have a list of audit questions. Answers are provided using drop down lists
via data validation lists.

Is there a way to auto populate answers based on a prior answer?
e.g. If the answer to question 33 is "No" I'd like the responses to
questions 34-40 to be "N/A"

I tried to use data validation (drop down list: Pass, Fail, N/A) AND
conditional logic (IF $I$33="No", "N/A",) but these options seem to be
mutually exclusive... true? Is there a way to use both features in the same
cell?

row 33 asks if a form was needed; if No, then questions 34-40 are
meaningless and should be N/A.

Thanks,

Bob
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 22,906
Default USING DATA VALIDATION WITH CONDITIONAL LOGIC

In cells I34-I40 enter a formula.

=IF($I$3="No","N/A", "result if false")


Gord Dibben MS Excel MVP

On Fri, 28 Sep 2007 08:30:04 -0700, Data Validation AND Conditional Logic? <Data
Validation AND Conditional wrote:

I have a list of audit questions. Answers are provided using drop down lists
via data validation lists.

Is there a way to auto populate answers based on a prior answer?
e.g. If the answer to question 33 is "No" I'd like the responses to
questions 34-40 to be "N/A"

I tried to use data validation (drop down list: Pass, Fail, N/A) AND
conditional logic (IF $I$33="No", "N/A",) but these options seem to be
mutually exclusive... true? Is there a way to use both features in the same
cell?

row 33 asks if a form was needed; if No, then questions 34-40 are
meaningless and should be N/A.

Thanks,

Bob


  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 184
Default USING DATA VALIDATION WITH CONDITIONAL LOGIC

try this website:

http://www.contextures.com/xlDataVal02.html

Nikki

"Data Validation AND Conditional Logic?" wrote:

I have a list of audit questions. Answers are provided using drop down lists
via data validation lists.

Is there a way to auto populate answers based on a prior answer?
e.g. If the answer to question 33 is "No" I'd like the responses to
questions 34-40 to be "N/A"

I tried to use data validation (drop down list: Pass, Fail, N/A) AND
conditional logic (IF $I$33="No", "N/A",) but these options seem to be
mutually exclusive... true? Is there a way to use both features in the same
cell?

row 33 asks if a form was needed; if No, then questions 34-40 are
meaningless and should be N/A.

Thanks,

Bob

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
Data Validation & Conditional Formatting Shelly Excel Discussion (Misc queries) 3 December 22nd 06 08:23 PM
Conditional Data Validation Peter1999 Excel Discussion (Misc queries) 3 May 3rd 06 03:54 PM
conditional data validation RickS Excel Worksheet Functions 6 December 16th 05 01:11 PM
How do I use a conditional (IF) statement in Data Validation? LindaB Excel Worksheet Functions 3 August 13th 05 12:51 AM
Conditional data validation (using a filtered range?) Simon Excel Worksheet Functions 0 February 15th 05 02:39 PM


All times are GMT +1. The time now is 10:55 AM.

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

About Us

"It's about Microsoft Excel"