PC Review


Reply
Thread Tools Rate Thread

Data validation of unique entries using VB

 
 
Sinner
Guest
Posts: n/a
 
      20th Feb 2008
I am using the below formula to create a validation list with unique
entries.

=IF(COUNTIF(O$7:O89,O89)=1,MAX(N$7:N88)+1,"")
-
-
-
-
Drag down

ABC is defined name for the list to be used for validation
=OFFSET(Data!$Q$8,0,0,MAX(Data!$N:$N),1)


I would like to have VB solution as I'm having lot of sheets.
Object is to take calculations to back end in order to save
calculation time & space.
 
Reply With Quote
 
 
 
 
paul.robinson@it-tallaght.ie
Guest
Posts: n/a
 
      20th Feb 2008
Hi
Solution to what?
Paul

On Feb 20, 10:44*am, Sinner <ims...@gmail.com> wrote:
> I am using the below formula to create a validation list with unique
> entries.
>
> =IF(COUNTIF(O$7:O89,O89)=1,MAX(N$7:N88)+1,"")
> -
> -
> -
> -
> Drag down
>
> ABC is defined name for the list to be used for validation
> =OFFSET(Data!$Q$8,0,0,MAX(Data!$N:$N),1)
>
> I would like to have VB solution as I'm having lot of sheets.
> Object is to take calculations to back end in order to save
> calculation time & space.


 
Reply With Quote
 
Sinner
Guest
Posts: n/a
 
      20th Feb 2008
Hi Paul,

All these formulas doing calculation in code rather than in cell.


On Feb 20, 4:29*pm, paul.robin...@it-tallaght.ie wrote:
> Hi
> Solution to what?
> Paul
>
> On Feb 20, 10:44*am, Sinner <ims...@gmail.com> wrote:
>
>
>
> > I am using the below formula to create a validation list with unique
> > entries.

>
> > =IF(COUNTIF(O$7:O89,O89)=1,MAX(N$7:N88)+1,"")
> > -
> > -
> > -
> > -
> > Drag down

>
> > ABC is defined name for the list to be used for validation
> > =OFFSET(Data!$Q$8,0,0,MAX(Data!$N:$N),1)

>
> > I would like to have VB solution as I'm having lot of sheets.
> > Object is to take calculations to back end in order to save
> > calculation time & space.- Hide quoted text -

>
> - Show quoted text -


 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Code for unique Data Entries? Faraz A. Qureshi Microsoft Excel Programming 8 24th Aug 2009 10:21 AM
Count the unique entries in a column of data =?Utf-8?B?UmVtYWNyaWNreQ==?= Microsoft Excel Misc 3 18th Sep 2007 02:44 PM
Create list of unique entries for use in validation =?Utf-8?B?cmFwaGllbDIwNjM=?= Microsoft Excel Worksheet Functions 5 6th Sep 2007 04:49 AM
Data>Validation>List - Unique Entries =?Utf-8?B?UmFzaGVlZCBBaG1lZA==?= Microsoft Excel New Users 2 10th Aug 2006 11:54 AM
Unique Data Validation =?Utf-8?B?amVmZmJlcnQ=?= Microsoft Excel Programming 1 23rd May 2006 05:02 PM


Features
 

Advertising
 

Newsgroups
 


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