Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
rrucksdashel
 
Posts: n/a
Default Data Validation formula problem

I am trying to create a data validation formula. I want it to protect from
user input that doesnt meet the following:
€’ If F50 = €œClose€ or if F50 = €œLast€
And If F31<€€
Then F61 needs to be F31.
€’ If F50 = €œOpen€ I dont care what the input is.
€’ If F31 is blank (€œ€) then there can be no input in F61 since we cannot
verify
against a value in F31.

(Note F50 is a drop down box that gives the user choices of €œOpen€, €œClose€
or €œLast€ only.)
  #2   Report Post  
JE McGimpsey
 
Posts: n/a
Default

One way:

Allow: Custom
Formula: =AND(F31<"",OR(F50="Open",F61F31))


In article ,
rrucksdashel wrote:

I am trying to create a data validation formula. I want it to protect from
user input that doesnt meet the following:
€’ If F50 = €œClose€ or if F50 = €œLast€
And If F31<€€
Then F61 needs to be F31.
€’ If F50 = €œOpen€ I dont care what the input is.
€’ If F31 is blank (€œ€) then there can be no input in F61 since we cannot
verify
against a value in F31.

(Note F50 is a drop down box that gives the user choices of €œOpen€, €œClose€
or €œLast€ only.)

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
named range, data validation: list non-selected items, and new added items KR Excel Discussion (Misc queries) 1 June 24th 05 05:21 AM
Howdo U copy a formula down a column, that uses data in another w. Need Help pasting a formula Excel Worksheet Functions 1 February 25th 05 06:04 PM
Howdo U copy a formula down a column, that uses data in another w. brantty Excel Worksheet Functions 0 February 25th 05 10:11 AM
Pulling data from 1 sheet to another Dave1155 Excel Worksheet Functions 1 January 12th 05 05:55 PM
Data Validation Window? Ken Excel Discussion (Misc queries) 1 January 11th 05 10:48 PM


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