Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Flaging up an alert


I have created a simple form for taking bookings I need to be
alerted should i dupicate date information IE there is already a
booking on this date. if a formula is needed could the same formula
be used for times as well

IE already booked at this time, or already booked at his date


--
kevatt
------------------------------------------------------------------------
kevatt's Profile: http://www.excelforum.com/member.php...o&userid=30245
View this thread: http://www.excelforum.com/showthread...hreadid=504167

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 27,285
Default Flaging up an alert

Possibly look at the techniques outlined at Chip Pearson's site:

http://www.cpearson.com/excel/duplicat.htm

--
Regards,
Tom Ogilvy


"kevatt" wrote in
message ...

I have created a simple form for taking bookings I need to be
alerted should i dupicate date information IE there is already a
booking on this date. if a formula is needed could the same formula
be used for times as well

IE already booked at this time, or already booked at his date


--
kevatt
------------------------------------------------------------------------
kevatt's Profile:

http://www.excelforum.com/member.php...o&userid=30245
View this thread: http://www.excelforum.com/showthread...hreadid=504167



  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 107
Default Flaging up an alert

Or try using Conditional Formatting:

If oyur dates were entered in column A, then select column A and open
Conditional Formatting from the Format menu.

with 'Formula Is' in the Conditional Format box, enter:
"=IF(COUNTIF(A:A,A1)1,TRUE,FALSE)" and change the format to yellow, or
whatever.

Now whenever you enter a date, it will change colour if it already
exists.

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
alert nader Excel Worksheet Functions 4 December 15th 08 04:14 PM
alert Brian Excel Discussion (Misc queries) 0 December 21st 06 06:52 PM
flaging items as "org","dup",etc. via135 via OfficeKB.com Excel Worksheet Functions 2 November 4th 06 03:22 AM
Flaging Dates Paul Excel Worksheet Functions 1 September 29th 06 12:46 PM
Pop-up Alert Help Thomas Excel Programming 2 September 20th 05 01:27 AM


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