#1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 208
Default Data Validation Help

I am trying to not allow any values to be typed in a row if the last column
in that row has the word "COMPLETED" in it. the word completed is linked to
another sheet but it does display the exact word on this sheet with a =cell
formula between sheets.
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 11
Default Data Validation Help

On Mar 20, 11:53 pm, Sean wrote:
I am trying to not allow any values to be typed in a row if the last column
in that row has the word "COMPLETED" in it. the word completed is linked to
another sheet but it does display the exact word on this sheet with a =cell
formula between sheets.


Let's say last column is column E. Select range you want to validate
and in Data Validation dialog under Costom enter this formula:

=IF($E1="COMPLETED";ISBLANK(A1);NOT(ISBLANK(A1)))

It will not alow user to enter text or value in cell after "COMPLETED"
is in E1, but it still will be posible to delete values or text from
cells.

--
Regards,
Mladen
http://excelancije.bloger.hr

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 208
Default Data Validation Help

That didn't really work, all I did was change the E1 to my cell with the
completed in it. What was the A1 referring to also.
  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 11
Default Data Validation Help

On Mar 21, 4:31 pm, Sean wrote:
That didn't really work, all I did was change the E1 to my cell with the
completed in it. What was the A1 referring to also.


Sean,
Its important to have dollar sign ($) in reference E1. Instead E1 put
upper right cell of your validated range, including column with
"COMPLETED" formula. Also, instead A1 you need to put inside uper left
cell of your validation range.

regards,
--
Mladen
http://excelancije.bloger.hr

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
Validation Data using Validation Table cell range..... Dermot Excel Discussion (Misc queries) 16 January 5th 10 09:35 PM
data validation invalid in dynamic validation list ilia Excel Discussion (Misc queries) 0 November 7th 06 12:54 PM
data validation invalid in dynamic validation list ilia Excel Worksheet Functions 0 November 7th 06 12:54 PM
Data validation with validation lists and combo boxs Keith Excel Discussion (Misc queries) 1 October 12th 06 11:08 AM
Loading Column Data with blank Rows into Data Validation Box ExcelMonkey Excel Worksheet Functions 3 October 13th 05 06:09 PM


All times are GMT +1. The time now is 09:15 PM.

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"