problem format or something else ))

  • Thread starter Thread starter ytrewq1308
  • Start date Start date
Y

ytrewq1308

A B =A&"-"&B
2546.0 2550.0 2546-2550

but I want see(2546.0-2550.0) but function (&) don't use format

HELP
 
Formula:

=TEXT(A1,"0.0")&"-"&TEXT(B1,"0.0")

Kind regards,

Niek Otten
Microsoft MVP - Excel
|
| A B =A&"-"&B
| 2546.0 2550.0 2546-2550
|
| but I want see(2546.0-2550.0) but function (&) don't use format
|
| HELP
 

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