• 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 a formula driven cell

Hi,

I am trying to format(contains a text, % and currency together) a cell that I produced by concatenating multiple cells together. But its not allowing me to do it.

Can anyone suggest me a formula or a code for his. I have attached the file for reference.

Thanks in advance
 

Attachments

  • File.xlsx
    40.2 KB · Views: 8
You need to apply the formatting to numbers using TEXT
= CONCAT(PROPER(name), CHAR(10), TEXT(percent, " 0.00% "), "| ", position, " | ", value)
 
Back
Top