Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Cheryl
 
Posts: n/a
Default Data Validation #VALUE

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   Report Post  
Dave Peterson
 
Posts: n/a
Default

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   Report Post  
Cheryl
 
Posts: n/a
Default

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   Report Post  
Dave Peterson
 
Posts: n/a
Default

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
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 lists [email protected] Excel Discussion (Misc queries) 5 June 25th 05 07:44 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
Data validation mac Excel Worksheet Functions 2 January 31st 05 07:20 PM
Pulling data from 1 sheet to another Dave1155 Excel Worksheet Functions 1 January 12th 05 05:55 PM
Using Validation List from Another Workbook with Dependent Data Mike R. Excel Worksheet Functions 5 January 8th 05 07:06 PM


All times are GMT +1. The time now is 03:30 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"