Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hi all
In A46 I have Date. In B46 I have Cash amount £460.99 IN C46 I WOULD LIKE TO HAVE DATE AND £460.99 iS THIS POSSIBLE? STEW |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hi,
Try this =TEXT(A46,"DD/MM/YYYY")&" "&TEXT(B46,"£000.00") Mike "stew" wrote: Hi all In A46 I have Date. In B46 I have Cash amount £460.99 IN C46 I WOULD LIKE TO HAVE DATE AND £460.99 iS THIS POSSIBLE? STEW |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
this would be better
=TEXT(A46,"DD/MM/YYYY")&" "&TEXT(B46,"£0.00") Mike "Mike H" wrote: Hi, Try this =TEXT(A46,"DD/MM/YYYY")&" "&TEXT(B46,"£000.00") Mike "stew" wrote: Hi all In A46 I have Date. In B46 I have Cash amount £460.99 IN C46 I WOULD LIKE TO HAVE DATE AND £460.99 iS THIS POSSIBLE? STEW |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Does the Job . Thanks Mike
Stew "Mike H" wrote: Hi, Try this =TEXT(A46,"DD/MM/YYYY")&" "&TEXT(B46,"£000.00") Mike "stew" wrote: Hi all In A46 I have Date. In B46 I have Cash amount £460.99 IN C46 I WOULD LIKE TO HAVE DATE AND £460.99 iS THIS POSSIBLE? STEW |
#5
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
=TEXT(A46,"dd mmm yyyy")&" and "&TEXT(B46,"£0.00")
Adjust the formatting parameters and text to suit. -- David Biddulph "stew" wrote in message ... Hi all In A46 I have Date. In B46 I have Cash amount £460.99 IN C46 I WOULD LIKE TO HAVE DATE AND £460.99 iS THIS POSSIBLE? STEW |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
SumIF to summarize amount in different sheets by date | Excel Worksheet Functions | |||
Need formula to add a set amount to a balance on a specific date | Excel Worksheet Functions | |||
How to retrieve last date and amount from columns? | Excel Worksheet Functions | |||
finding last and creating average amount income to date | New Users to Excel | |||
any formular to deduct an amount automatically on a given date? | Excel Discussion (Misc queries) |