#1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3
Default Unique data

I need to make a column in a spreadsheet so it will only accept unique date.

The basic requirement is......... I'm paying invoices and if I receive the
same invoice twice, (unless I do a search) it will allow me to enter the same
number in the column again, so I could end up paying the same invoice over
and over again.


Thank you in advance for any help given.

  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2,886
Default Unique data

Hi

There are many ways of achieving this. Perhaps the simplest would be
Conditional formatting
Supposing your invoice number are in column C, Highlight the range of
column C where you will be inputting invoice numbers.
FormatConditional Formatting choose drop down Formula Is
=COUNTIF(C:C,C1)1
Choose Format and select Font Red and Bold

--
Regards

Roger Govier


"Moist" wrote in message
...
I need to make a column in a spreadsheet so it will only accept unique
date.

The basic requirement is......... I'm paying invoices and if I receive
the
same invoice twice, (unless I do a search) it will allow me to enter
the same
number in the column again, so I could end up paying the same invoice
over
and over again.


Thank you in advance for any help given.



  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2,646
Default Unique data

Or you can use
=COUNTIF(B:B,B1)<=1
as condition formula in Data/Validation/Custom.

Regards,
Stefi


€˛Roger Govier€¯ ezt Ć*rta:

Hi

There are many ways of achieving this. Perhaps the simplest would be
Conditional formatting
Supposing your invoice number are in column C, Highlight the range of
column C where you will be inputting invoice numbers.
FormatConditional Formatting choose drop down Formula Is
=COUNTIF(C:C,C1)1
Choose Format and select Font Red and Bold

--
Regards

Roger Govier


"Moist" wrote in message
...
I need to make a column in a spreadsheet so it will only accept unique
date.

The basic requirement is......... I'm paying invoices and if I receive
the
same invoice twice, (unless I do a search) it will allow me to enter
the same
number in the column again, so I could end up paying the same invoice
over
and over again.


Thank you in advance for any help given.




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
macro unouwanme Excel Discussion (Misc queries) 9 August 31st 06 09:38 PM
How can I average data from a repeating list into a unique list? Duke Carey Excel Worksheet Functions 0 March 3rd 06 06:38 PM
ranking query JaimeTimbrell Excel Discussion (Misc queries) 2 February 16th 06 08:09 AM
From several workbooks onto one excel worksheet steve Excel Discussion (Misc queries) 6 December 1st 05 08:03 AM
Help PLEASE! Not sure what answer is: Match? Index? Other? baz Excel Worksheet Functions 7 September 3rd 05 03:47 PM


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