ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Discussion (Misc queries) (https://www.excelbanter.com/excel-discussion-misc-queries/)
-   -   problem format or something else )) (https://www.excelbanter.com/excel-discussion-misc-queries/189378-problem-format-something-else.html)

ytrewq1308

problem format or something else ))
 

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

muddan madhu

problem format or something else ))
 
try this ="("&A1&"-"&B1&")"


On May 30, 5:58*pm, ytrewq1308
wrote:
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



Niek Otten

problem format or something else ))
 
Formula:

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

Kind regards,

Niek Otten
Microsoft MVP - Excel
"ytrewq1308" wrote in message ...
|
| 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



Brad

problem format or something else ))
 
=TEXT(B6,"#.0")&"-"&TEXT(B6,"#.0")
--
Wag more, bark less


"ytrewq1308" wrote:


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


Brad

problem format or something else ))
 
My first post had two "B"'s the first "B" shouuld be an "A"
--
Wag more, bark less


"ytrewq1308" wrote:


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



All times are GMT +1. The time now is 06:31 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com