Home |
Search |
Today's Posts |
|
#1
![]() |
|||
|
|||
![]()
Even though I have data validation to accept only whole numbers, if a user
accidentally enters text, other cells that contain formulas based on this cell change to #VALUE. The text is not allowed to be entered in the cell, but the formulas in the other cells apparently read that text. |
#2
![]() |
|||
|
|||
![]()
Don't the #value's only momentarily show up. Then you get the warning message
from the Data|Validation check. Then as soon as you hit Retry or Cancel, the #values turn back to the previous value? I wouldn't worry about it, but you could change your formulas... =if(istext(a1),"",yourformulahere) Just to hide those #values (for just a moment). Cheryl wrote: Even though I have data validation to accept only whole numbers, if a user accidentally enters text, other cells that contain formulas based on this cell change to #VALUE. The text is not allowed to be entered in the cell, but the formulas in the other cells apparently read that text. -- Dave Peterson |
#3
![]() |
|||
|
|||
![]()
No - the #VALUE's stay there - I think because there are circular
calculations, so can't correct itself. That's why I was using Data Validation, but as of right now, not helping - since even though not allowing that input, the other cells are still reading/using and coming up with the error. Thank you. "Dave Peterson" wrote: Don't the #value's only momentarily show up. Then you get the warning message from the Data|Validation check. Then as soon as you hit Retry or Cancel, the #values turn back to the previous value? I wouldn't worry about it, but you could change your formulas... =if(istext(a1),"",yourformulahere) Just to hide those #values (for just a moment). Cheryl wrote: Even though I have data validation to accept only whole numbers, if a user accidentally enters text, other cells that contain formulas based on this cell change to #VALUE. The text is not allowed to be entered in the cell, but the formulas in the other cells apparently read that text. -- Dave Peterson |
#4
![]() |
|||
|
|||
![]()
Maybe changing the calculation to manual would help--the #values didn't show up
for me--but you do have to remember to calculate the workbook before you trust it. Cheryl wrote: No - the #VALUE's stay there - I think because there are circular calculations, so can't correct itself. That's why I was using Data Validation, but as of right now, not helping - since even though not allowing that input, the other cells are still reading/using and coming up with the error. Thank you. "Dave Peterson" wrote: Don't the #value's only momentarily show up. Then you get the warning message from the Data|Validation check. Then as soon as you hit Retry or Cancel, the #values turn back to the previous value? I wouldn't worry about it, but you could change your formulas... =if(istext(a1),"",yourformulahere) Just to hide those #values (for just a moment). Cheryl wrote: Even though I have data validation to accept only whole numbers, if a user accidentally enters text, other cells that contain formulas based on this cell change to #VALUE. The text is not allowed to be entered in the cell, but the formulas in the other cells apparently read that text. -- Dave Peterson -- Dave Peterson |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
data validation lists | Excel Discussion (Misc queries) | |||
named range, data validation: list non-selected items, and new added items | Excel Discussion (Misc queries) | |||
Data validation | Excel Worksheet Functions | |||
Pulling data from 1 sheet to another | Excel Worksheet Functions | |||
Using Validation List from Another Workbook with Dependent Data | Excel Worksheet Functions |