#VALUE error

  • Thread starter Thread starter an
  • Start date Start date
A

an

Hi!

I have a time table with:

A B
1 11:55:00 AM 2:20:00 PM

If aplied the formulae =(B1-A1) return #VALUE error, because there are one
space before first digit.

If erased the space, work fine.
With Find and Replace don't solve the problem.

Is possible to solve this problem automaticly, please?
Thanks in advance.
an
 
Thanks for reply.
Don't result.

The original format cell is General

After change to Custom h:hh:mm AM/PM or Time format don't result too.

Thanks more one time.
an
 
Thanks for reply.
Don't result.

The original format cell is General.
After change to Time format or h:mm:ss AM/PM don't result too.

Thanks you.
an
 
From where do you get the data?

If imported. perhaps the space is a non-breaking space.

TRIM or CLEAN functions will not remove those.

Select and Edit>Replace

What: Alt + 0160(using NumPad)

With: leave blank

Replace all

Does that compute any better?


Gord Dibben MS Excel MVP
 
Thanks for the feedback.

I should have said "if imported or copied from a web-site" because that's the
usual place to collect non-breaking HTML character(( )

Happy to help.


Gord
 
Yes, indeed was copied of the Web.
Thanks
an

Gord Dibben said:
Thanks for the feedback.

I should have said "if imported or copied from a web-site" because that's the
usual place to collect non-breaking HTML character(( )

Happy to help.


Gord
 

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