+ Reply to Thread
Results 1 to 3 of 3

Flaging up an alert

  1. #1
    Registered User
    Join Date
    01-08-2006
    Posts
    30

    Question 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

  2. #2
    Tom Ogilvy
    Guest

    Re: 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" <[email protected]> wrote in
    message news:[email protected]...
    >
    > 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. #3
    JakeyC
    Guest

    Re: 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 to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1