![]() |
![]() |
|
|||||||
| Excel Questions All Excel/VBA questions - formulas, macros, pivot tables, general help, etc. Please post to this forum in English only. |
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
New Member
Join Date: Apr 2002
Posts: 1
|
When using the concatenate function to assemble text strings and cell values, is there a way to show the formats resident in the referenced cells in the concatenated string?
|
|
|
|
|
|
#2 |
|
MrExcel MVP
Join Date: Feb 2002
Location: Austin, Texas USA
Posts: 11,654
|
No, but there's nothing to prevent you for using the TEXT or DOLLAR worksheet functions (just to name a couple) to get the desired effect. For example...
=CONCATENATE(DOLLAR(A1,2)," on ",TEXT(B1,"mm/dd/yy")) |
|
|
|
![]() |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|