Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1
Default 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
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 747
Default 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


  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3,440
Default 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


  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 846
Default 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

  #5   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 846
Default 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



Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
General Format to Custom format problem KELC-F/A Excel Discussion (Misc queries) 1 May 2nd 08 09:51 PM
if format problem wtrbb Excel Worksheet Functions 9 November 30th 07 08:20 PM
Format Problem Amjad Excel Discussion (Misc queries) 1 September 12th 05 10:07 AM
Format problem Gary Excel Discussion (Misc queries) 4 July 3rd 05 02:57 PM
Problem with txt format Nuno Excel Discussion (Misc queries) 1 January 18th 05 04:11 PM


All times are GMT +1. The time now is 07:10 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"