#1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
MLK MLK is offline
external usenet poster
 
Posts: 81
Default 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   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1
Default Data Validation


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

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
MLK MLK is offline
external usenet poster
 
Posts: 81
Default 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


  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2,979
Default 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

  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
MLK MLK is offline
external usenet poster
 
Posts: 81
Default 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




  #6   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2,979
Default 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   Report Post  
Posted to microsoft.public.excel.worksheet.functions
MLK MLK is offline
external usenet poster
 
Posts: 81
Default 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
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
Data validation dakotasteve Excel Worksheet Functions 13 August 5th 06 01:28 AM
Macro question Chris Excel Worksheet Functions 12 July 7th 06 01:23 AM
Inputting data to one worksheet for it effect another daedalus1 Excel Discussion (Misc queries) 1 June 25th 06 04:39 PM
named range, data validation: list non-selected items, and new added items KR Excel Discussion (Misc queries) 1 June 24th 05 05:21 AM
Pulling data from 1 sheet to another Dave1155 Excel Worksheet Functions 1 January 12th 05 05:55 PM


All times are GMT +1. The time now is 10:31 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"