• Hi All

    Please note that at the Chandoo.org Forums there is Zero Tolerance to Spam

    Post Spam and you Will Be Deleted as a User

    Hui...

  • When starting a new post, to receive a quicker and more targeted answer, Please include a sample file in the initial post.

#Value! error

Hi,

I am getting the #Value! error when I subtract D3 from C3. I know that the problem is in the formatting of the value in column C. I tried as much as formatting as possible.
Can you let me know what needs to be done in order to overcome the #Value! error.
 

Attachments

  • Invoice-Tracker - Copy.xlsx
    17.1 KB · Views: 5
You can use helper column to trim trailing spaces.
=Trim(c3)

Then copy the column and paste to Note Pad.
Copy the values and paste them back to Excel.
 
C- column change to 'general'-format after that write numbers with correct way!
Set wanted formats like in that file.
You have 'numbers like '6,000.00' '6.000,00' ...
 

Attachments

  • Invoice-Tracker - Copy.xlsx
    46.8 KB · Views: 4
Hi @AthmanArumugam.

You have a problem with the char(160), generated by web copy - paste (probably). Then, you can use a helper column to get the correct number. Blessings!
 

Attachments

  • Invoice-Tracker - Copy.xlsx
    12.2 KB · Views: 3
Hi All - Thanks for your response.
John - Yes you are right I copied from a word document and pasted in excel.
It is hard for me to understand your formula. Are there any easier ways of getting it as a number easy to compute.
 
Hi to all,
Another way is to use Find & Replace:

Select range C3:C9
Press Ctrl+H
Find what: .??*
Leave blank Replace with field
Replace all

Regards,
 
Back
Top