Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3
Default Cannot get VALUE function to work with cell references

Franz,
Thanks for the advice. I checked out the functions and this formula
did not work. The following, however, did:
=value(left(l2,len(l2)-1))

I think what happened is when they entered data into the system, it
comes in as text, then gets a space put behind it to go into the table
that builds the Excel spreadsheet. Anyway, I was trying (as possibly
you were) for an equal sign or unprintable character. Since the space
is printable, AND doesn't show depending on position within cell, I
was off. I was also spending a lot of time on the RIGHT() function
instead of the LEFT.

Again, thanks--you got me pointed in the right direction.



"Franz Verga" wrote in message
...
Michael Plog wrote:
I have a spreadsheet that has numbers entered as text. (I don't

know
why they did it!) I want to convert these to numeric values so I

can
sort properly, add, etc. When I use =value(L2) I get an error.

Can
anyone help?

Thanks,
Michael Plog


Hi Michael,

Try with:

=value(trim(clean(L2)))

--
Hope I helped you.

Thanks in advance for your feedback.

Ciao

Franz Verga from Italy




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
Need some comments on my Utility_Move class module. jchen Excel Worksheet Functions 0 August 21st 06 07:05 PM
numerical integration integreat Excel Discussion (Misc queries) 4 May 12th 06 02:40 AM
Custom functions calculating time arguments Help Desperate Bill_De Excel Worksheet Functions 12 April 25th 06 02:22 AM
Copy cell format to cell on another worksht and update automatical kevinm Excel Worksheet Functions 21 May 19th 05 11:07 AM
Syntax for inferred cell references donesquire Excel Worksheet Functions 4 April 4th 05 09:29 PM


All times are GMT +1. The time now is 05:44 AM.

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"