+ Reply to Thread
Results 1 to 7 of 7

Thread: Data Validation

  1. #1
    MLK
    Guest

    Data Validation

    I have entered some error checking formulas into a worksheet to ensure the
    user is aware that someone was missing or entered incorrectly. However, the
    user must look at the error columns to see the messages (they can filter on
    the columns for the messages).

    If the user forgets to look at the messages, is there a way to display a
    popup warning message for errors? I would like to stop them from saving
    the sheet with errors.

    I tried using data validation, but it appears to require a user to manually
    enter values. I'm already using the max conditional formatting for other
    purposes.

    Any tips?

  2. #2
    Valued Forum Contributor
    Join Date
    12-12-2005
    Posts
    666
    Try data validation again. The limits set can be copied for whole columns by clicking Paste special and Validation option button.
    Best regards,

    Ray

  3. #3
    Debra Dalgleish
    Guest

    Re: Data Validation

    You could use programming to display a message.
    Or maybe you could have one cell in a prominent location that counts the
    error messages in the error column. Use conditional formatting on that
    one cell, to alert the user to check for errors.

    MLK wrote:
    > I have entered some error checking formulas into a worksheet to ensure the
    > user is aware that someone was missing or entered incorrectly. However, the
    > user must look at the error columns to see the messages (they can filter on
    > the columns for the messages).
    >
    > If the user forgets to look at the messages, is there a way to display a
    > popup warning message for errors? I would like to stop them from saving
    > the sheet with errors.
    >
    > I tried using data validation, but it appears to require a user to manually
    > enter values. I'm already using the max conditional formatting for other
    > purposes.
    >
    > Any tips?



    --
    Debra Dalgleish
    Contextures
    http://www.contextures.com/tiptech.html


  4. #4
    MLK
    Guest

    Re: Data Validation

    Thanks. Thats exactly what I have been doing - except I can't use
    conditional formatting as I am already using up the formatting limit for
    another purpose. I'm not all that comfortable with VBA yet. Was hoping
    there was something else I was missing.

    "Debra Dalgleish" wrote:

    > You could use programming to display a message.
    > Or maybe you could have one cell in a prominent location that counts the
    > error messages in the error column. Use conditional formatting on that
    > one cell, to alert the user to check for errors.
    >
    > MLK wrote:
    > > I have entered some error checking formulas into a worksheet to ensure the
    > > user is aware that someone was missing or entered incorrectly. However, the
    > > user must look at the error columns to see the messages (they can filter on
    > > the columns for the messages).
    > >
    > > If the user forgets to look at the messages, is there a way to display a
    > > popup warning message for errors? I would like to stop them from saving
    > > the sheet with errors.
    > >
    > > I tried using data validation, but it appears to require a user to manually
    > > enter values. I'm already using the max conditional formatting for other
    > > purposes.
    > >
    > > Any tips?

    >
    >
    > --
    > Debra Dalgleish
    > Contextures
    > http://www.contextures.com/tiptech.html
    >
    >


  5. #5
    MLK
    Guest

    Re: Data Validation

    Sorry, I'm not sure what you mean. I'm not copying/pasting any columns.

    Warning messages are automatically generated (from formulas) based on user
    input from other columns. For example, if they miss entering a key date, a
    message is generated in a column stating that a date entry is required.

    Currently, they are supposed to review the messages before saving the file,
    but this doesn't always happen.

    "raypayette" wrote:

    >
    > Try data validation again. The limits set can be copied for whole
    > columns by clicking Paste special and Validation option button.
    >
    >
    > --
    > raypayette
    >
    >
    > ------------------------------------------------------------------------
    > raypayette's Profile: http://www.excelforum.com/member.php...o&userid=29569
    > View this thread: http://www.excelforum.com/showthread...hreadid=571909
    >
    >


  6. #6
    Debra Dalgleish
    Guest

    Re: Data Validation

    If you're creating a formula in an unused cell, it shouldn't have any
    previously applied conditional formatting. You could create one
    condition, specifically for this cell.

    MLK wrote:
    > Thanks. Thats exactly what I have been doing - except I can't use
    > conditional formatting as I am already using up the formatting limit for
    > another purpose. I'm not all that comfortable with VBA yet. Was hoping
    > there was something else I was missing.
    >
    > "Debra Dalgleish" wrote:
    >
    >
    >>You could use programming to display a message.
    >>Or maybe you could have one cell in a prominent location that counts the
    >>error messages in the error column. Use conditional formatting on that
    >>one cell, to alert the user to check for errors.
    >>
    >>MLK wrote:
    >>
    >>>I have entered some error checking formulas into a worksheet to ensure the
    >>>user is aware that someone was missing or entered incorrectly. However, the
    >>>user must look at the error columns to see the messages (they can filter on
    >>>the columns for the messages).
    >>>
    >>>If the user forgets to look at the messages, is there a way to display a
    >>>popup warning message for errors? I would like to stop them from saving
    >>>the sheet with errors.
    >>>
    >>>I tried using data validation, but it appears to require a user to manually
    >>>enter values. I'm already using the max conditional formatting for other
    >>>purposes.
    >>>
    >>>Any tips?

    >>
    >>
    >>--
    >>Debra Dalgleish
    >>Contextures
    >>http://www.contextures.com/tiptech.html
    >>
    >>

    >



    --
    Debra Dalgleish
    Contextures
    http://www.contextures.com/tiptech.html


  7. #7
    MLK
    Guest

    Re: Data Validation

    I see what you mean. The conditional formatting I apply right now is to all
    the columns - so that they can't be missed. The error checking I have is way
    at the end of the spreadsheet and someone still has to slide way over to the
    end to see any additional color coding for the errors. If they don't, the
    errors get missed. Too bad conditional formatting is limited to only a few
    conditions.


    "Debra Dalgleish" wrote:

    > If you're creating a formula in an unused cell, it shouldn't have any
    > previously applied conditional formatting. You could create one
    > condition, specifically for this cell.
    >
    > MLK wrote:
    > > Thanks. Thats exactly what I have been doing - except I can't use
    > > conditional formatting as I am already using up the formatting limit for
    > > another purpose. I'm not all that comfortable with VBA yet. Was hoping
    > > there was something else I was missing.
    > >
    > > "Debra Dalgleish" wrote:
    > >
    > >
    > >>You could use programming to display a message.
    > >>Or maybe you could have one cell in a prominent location that counts the
    > >>error messages in the error column. Use conditional formatting on that
    > >>one cell, to alert the user to check for errors.
    > >>
    > >>MLK wrote:
    > >>
    > >>>I have entered some error checking formulas into a worksheet to ensure the
    > >>>user is aware that someone was missing or entered incorrectly. However, the
    > >>>user must look at the error columns to see the messages (they can filter on
    > >>>the columns for the messages).
    > >>>
    > >>>If the user forgets to look at the messages, is there a way to display a
    > >>>popup warning message for errors? I would like to stop them from saving
    > >>>the sheet with errors.
    > >>>
    > >>>I tried using data validation, but it appears to require a user to manually
    > >>>enter values. I'm already using the max conditional formatting for other
    > >>>purposes.
    > >>>
    > >>>Any tips?
    > >>
    > >>
    > >>--
    > >>Debra Dalgleish
    > >>Contextures
    > >>http://www.contextures.com/tiptech.html
    > >>
    > >>

    > >

    >
    >
    > --
    > Debra Dalgleish
    > Contextures
    > http://www.contextures.com/tiptech.html
    >
    >


+ 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.2.0