Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I want to force users to complete a cell if they have previously completed a
cell. This is to stop incorrect data being submitted to an interface table. I have tried validation and found ways of validating data input but not forcing an entry if the cell is left blank. Any help would be welcom |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
"JFAZ" wrote...
I want to force users to complete a cell if they have previously completed a cell. This is to stop incorrect data being submitted to an interface table. I have tried validation and found ways of validating data input but not forcing an entry if the cell is left blank. Any help would be welcom How are these data being submitted to this interface table? If by macro, then all you need to do is add logic to that macro to check for necessary entries. If there are any missing entries, display an error message stating which cells contain invalid entries and that no data was submitted. |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
The data validation needs to be done prior to being run into the interface,
one of the issues I have is the cell I want to force input into, is only done so in certain circumstances. "Harlan Grove" wrote: "JFAZ" wrote... I want to force users to complete a cell if they have previously completed a cell. This is to stop incorrect data being submitted to an interface table. I have tried validation and found ways of validating data input but not forcing an entry if the cell is left blank. Any help would be welcom How are these data being submitted to this interface table? If by macro, then all you need to do is add logic to that macro to check for necessary entries. If there are any missing entries, display an error message stating which cells contain invalid entries and that no data was submitted. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Replace cells with blank | Excel Worksheet Functions | |||
Excel inserted 0's in cells linked to blank cells | Excel Discussion (Misc queries) | |||
Deleting Blank Cells Wholesale? | Excel Discussion (Misc queries) | |||
CONCATENATE problem with blank cells | Excel Discussion (Misc queries) | |||
Copy down - special to fill only the blank cells | Excel Discussion (Misc queries) |