Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]() 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
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
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 |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Data validation | Excel Worksheet Functions | |||
Macro question | Excel Worksheet Functions | |||
Inputting data to one worksheet for it effect another | Excel Discussion (Misc queries) | |||
named range, data validation: list non-selected items, and new added items | Excel Discussion (Misc queries) | |||
Pulling data from 1 sheet to another | Excel Worksheet Functions |