LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 46
Default Data Validation Question

I had my worksheet working great and then I did something - I do not
know what - and data validation crashed.

My goal is to have 3 columns, each with 20 entries, with the user
entering data into columns A and column B. Column C is the total. If
the user enters data into columns A or B that causes the total in
column C to duplicate a prior entry in column C, I want to display a
warning.

Using Data Validation, I had entered the following formula into column
A as a custom validation formula

=and(countif($C1:$C20,C1)=1,ISNUMBER(B1))

In column B I had entered
=and(countif($C1:$C20,C1)<=1,ISNUMBER(A1))

I was getting an error message, which I had placed into the Warning
section of the error alert. All was wonderful. Then I did some other
things to the workbookt, and came back to this. Now nothing works.
 
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 Question NFL Excel Discussion (Misc queries) 2 June 23rd 09 07:03 PM
Data Validation Question jwags Excel Discussion (Misc queries) 1 August 18th 08 06:23 PM
Data Validation Question Andrew Mackenzie Excel Discussion (Misc queries) 1 January 22nd 07 02:57 PM
Data Validation Question dgraham Excel Discussion (Misc queries) 6 April 28th 06 01:03 PM
Data Validation question anny Excel Worksheet Functions 8 March 16th 06 03:12 AM


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