Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1,670
Default How to assign a format for value?

Does anyone have any suggestions on how to assign a format for specific value?
for example
There is a date in cell A1 and there is a value in cell B1,
I would like to display A1 & B1 into cell C1, for example
15-Jun [Cell A1] 4 [Cell B1]
15-Jun [4] in Cell C1

Does anyone have any suggestions?
Thank in advance for any suggestions
Eric
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 4,624
Default How to assign a format for value?

One way:

C1: =IF(COUNTA(A1:B1)=2,TEXT(A1,"dd-mmm")&TEXT(B1," \[0\]"),"")

In article ,
Eric wrote:

Does anyone have any suggestions on how to assign a format for specific value?
for example
There is a date in cell A1 and there is a value in cell B1,
I would like to display A1 & B1 into cell C1, for example
15-Jun [Cell A1] 4 [Cell B1]
15-Jun [4] in Cell C1

Does anyone have any suggestions?
Thank in advance for any suggestions
Eric

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
Can I assign a shortcut key (alt letter) to the format painter Mike Blake Excel Discussion (Misc queries) 2 August 31st 06 09:11 PM
How Do I Assign a Toolbar Button to a Custom Number Format I creat FuadsCurse Excel Discussion (Misc queries) 3 March 27th 06 09:44 PM
Assign Macro to tab superkopite Excel Discussion (Misc queries) 1 February 7th 06 09:42 PM
assign jeremy via OfficeKB.com Excel Discussion (Misc queries) 7 June 8th 05 04:12 PM
Assign a number to a name Sukismomma Excel Worksheet Functions 4 March 3rd 05 07:49 PM


All times are GMT +1. The time now is 08:06 PM.

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

About Us

"It's about Microsoft Excel"