Combine text and date

Muthukrishnan V

Active Member
Joined
May 29, 2008
Messages
280
Office Version
  1. 365
Platform
  1. Windows
Book6.xlsx
ABCDEF
1
2
3Excel 365
4Combine Text and date
5DD-MM-YYYY
6Balance Sheet30-09-2023
7Formula required for Cell B13 to display output,
8combining B6 and E6
9
10Balance Sheet45199
11
12Kindly suggest formula in B13 to output
13Balance Sheet as on 30-09-2023
14
15Thanking you,
Sheet1
Cell Formulas
RangeFormula
B10B10=B6 &(E6)
 

Excel Facts

VLOOKUP to Left?
Use =VLOOKUP(A2,CHOOSE({1,2},$Z$1:$Z$99,$Y$1:$Y$99),2,False) to lookup Y values to left of Z values.
Try:
Excel Formula:
=B6 & TEXT(E6,"dd-mm-yyyy")
 
Upvote 0
Thank you Mr Joe sir, a little more help sir,
I want to include "as on" text in between Balance Sheet (B6) and 30-09-2023(E6) sir
Please help.
 
Upvote 0
Thank you Mr Joe sir, a little more help sir,
I want to include "as on" text in between Balance Sheet (B6) and 30-09-2023(E6) sir
Please help.
You can either add it to the end of the text you already have in cell B6, or simply just hard-code it into the formula, i.e.
Rich (BB code):
=B6 & " as on" & TEXT(E6,"dd-mm-yyyy")
 
Upvote 0
Solution
Thank you Mr Joe sir for your kind help. My problem is solved.
I am grateful to our Forum for the excellent services.
 
Upvote 0

Forum statistics

Threads
1,215,326
Messages
6,124,263
Members
449,149
Latest member
mwdbActuary

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top