A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
Dana wrote:
=LN("Text")
#VALUE!
But =LN("1234") and =LN(" 1234 ") work just fine, returning about 7.118.
@JLanex, you might look to see if not only are the "numbers" text, but also they contain non-printing characters, notably non-breaking spaces (HTML  ).
For example, if =LN(A1) returns #VALUE, does =LN(SUBSTITUTE(A1,CHAR(160),"")) remedy the problem?
If not, the devil is in the details. You might need to upload an example Excel file to a file-sharing website and post the public/share URL in a response here so we can have a look-see.