#VALUE error

  • Thread starter Thread starter kreeve
  • Start date Start date
K

kreeve

we are on a terminal server environment, when I bring up a spreadsheet on my
computer, I get #value errors in multiple formulas. when my coworker brings
up the very same spreadsheet on her computer, the formulas result with a "-"
representing a zero value in the formula. this is happening on multiple
spreadsheets, I had many of them open yesterday and no problems. today when
I open them up, #value everywhere. why on my machine and not hers?
 
I bet you'll get a lot better guesses if you share one of the offending
formulas.

(It could be a few things.)
 
Check to see if the same add-ins are set on both PC's. go to Tools - Addins
 
Thanks Joel, just did and they are the same. We also checked all of the
options under tools and they are also the same. Any other ideas?
 
Thanks Dave, but since the error doesn't occur when a coworker opens the SAME
spreadsheet, I did not feel the formula in the spreadsheet is the offender.
It must be some setting that I have different from her.
 
Yep.

And the formula could give a hint what that difference is.

Good luck.
 
formulas pulling from the F9 "add in" we have installed.

I'm grateful for the help, but I'm lost as to how or why it would be the
formula. We have been using these same spreadsheets for months, no issues.
Yesterday, no issues. Anybody else's machine (same spreadsheets), no issues.
My machine, today - errors. If it is the formula, wouldn't it return the
same errors regardless of who's machine is opening the spreadsheet?
 
I'm not saying it's the formula.

I'm saying that the formulas may give a hint on what's going wrong.

What do those formulas in F31 and H31 evaluate to?

If they're returning errors, maybe you lost your addin...


formulas pulling from the F9 "add in" we have installed.

I'm grateful for the help, but I'm lost as to how or why it would be the
formula. We have been using these same spreadsheets for months, no issues.
Yesterday, no issues. Anybody else's machine (same spreadsheets), no issues.
My machine, today - errors. If it is the formula, wouldn't it return the
same errors regardless of who's machine is opening the spreadsheet?
 
Or maybe you chose not to update links when you opened the workbook?
 
they evaluate to "-" in place of zeros based on the individual cell format.
 
If they evaluate to - (real dashes--not a number format), then you can't do
arithmetic with them.

=n(f31)+n(h31)
may work as a replacement formula.

they evaluate to "-" in place of zeros based on the individual cell format.
 
or
=sum(f31,h31)



Dave said:
If they evaluate to - (real dashes--not a number format), then you can't do
arithmetic with them.

=n(f31)+n(h31)
may work as a replacement formula.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top