• 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.

Format

madocar

Member
Hi there,

I want to ask you if it is possible to adjust my number format in formula.
I have a simple formula =IF($B86=E$4;$C86;"") where the output is 1200.
Is it possible to adjust my formula as the result will be 1 200. (with space -tausend separator)

Thanks
 
If the result is 12 it should be 12.
If the result is 123554 it should look like 123 554.
It is tsd separator
 
Sure I understand.
I know this way but I'm asking if it is possible to do it right in to formula

Thanks
 
Hi ,

If you wish to do it in a formula , then you cannot retain the output as a number , since the only way you can change the format within a formula is to use the TEXT function.

Narayan
 
may be you are looking for this, =text(IF($B86=E$4;$C86;""),"0 000"), but the output will be in text format as narayank991 said earlier
 
Back
Top