How can I setup a custom excel cell format to display jscript fie.

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

"I am trying to format an excel cell to display the following information but
it keeps erroring out:

+"DATA"

I need it to appear exactly as above except DATA will be various other types
of information but I need the +" to display.

I'm sure it can be done but I'm not getting anywhere trying it.

Please help.
 
hi,
try this:

=("+" & Data) or =("+" & A1)
where A1 is the cell address.

hope it helps
regards
Frank
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top