Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 21
Default If statement with cell validation

I have cell validation in cells E11, E12, & E13.

I would like to make this if statement --- if E11 = "None" then E12 and
E13 default to "N/A". Possibly there is a better method than an "if
statement".

Can this be done (and how) and keep the current cell validation?
Thanks


  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 11,272
Default If statement with cell validation

Can't default them to N/A that I know of, but you can force input of N/A
with a formula of

=AND($E$11="None", E12="N/A") in E12

--

HTH

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


"Hank" wrote in message
.. .
I have cell validation in cells E11, E12, & E13.

I would like to make this if statement --- if E11 = "None" then E12 and
E13 default to "N/A". Possibly there is a better method than an "if
statement".

Can this be done (and how) and keep the current cell validation?
Thanks




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 w/an If Statement Steve Excel Worksheet Functions 1 February 18th 09 05:00 PM
conditional statement using validation cell kfarley537 Excel Worksheet Functions 2 December 6th 07 11:34 PM
Validation in a Conditional Statement JanW Excel Worksheet Functions 2 June 6th 07 02:21 PM
If statement with validation list Pete Excel Worksheet Functions 7 January 2nd 07 07:46 PM
using the if statement with data validation GreenMonster[_2_] Excel Programming 2 March 16th 05 07:29 PM


All times are GMT +1. The time now is 12:27 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"