+ Reply to Thread
Results 1 to 9 of 9

How to make a part of output of concatenate function Bold

  1. #1
    Registered User
    Join Date
    12-19-2022
    Location
    Pune
    MS-Off Ver
    2013
    Posts
    2

    How to make a part of output of concatenate function Bold

    I have three columns and arrving at fourth column. Need a part of the fourth column to be bold for over 50k entries. Kindly guide what changes to make to concatenate formula to get this output ?

    A B C Formula Needed output
    23 today date today date is :23 today date is :23

  2. #2
    Forum Moderator Glenn Kennedy's Avatar
    Join Date
    07-08-2012
    Location
    Digital Nomad... occasionally based in Ireland.
    MS-Off Ver
    O365 (PC) V 2403
    Posts
    44,137

    Re: How to make a part of output of concatenate function Bold

    You can not use a formula to do that. Bold is nothing to do with the value... just its appearance. You can do it with VBA. Is VBA acceptable to you? If so, let me know & I will move the thread for you to the VBA section.
    Glenn




    None of us get paid for helping you... we do this for fun. So DON'T FORGET to say "Thank You" to all who have freely given some of their time to help YOU

  3. #3
    Registered User
    Join Date
    12-19-2022
    Location
    Pune
    MS-Off Ver
    2013
    Posts
    2

    Re: How to make a part of output of concatenate function Bold

    if not possible with formula then can in vba it be dynamic

  4. #4
    Forum Moderator Glenn Kennedy's Avatar
    Join Date
    07-08-2012
    Location
    Digital Nomad... occasionally based in Ireland.
    MS-Off Ver
    O365 (PC) V 2403
    Posts
    44,137

    Re: How to make a part of output of concatenate function Bold

    I have no idea!! I cannot use VBA... I will move your thread.

  5. #5
    Forum Expert
    Join Date
    07-23-2018
    Location
    UK
    MS-Off Ver
    O365 32bit (Windows)
    Posts
    2,032

    Re: How to make a part of output of concatenate function Bold

    concatenate formula to get this output
    I have a feeling that it's not possible to apply this type of formatting to a formula result.

  6. #6
    Forum Expert
    Join Date
    11-24-2013
    Location
    Paris, France
    MS-Off Ver
    Excel 2003 / 2010
    Posts
    9,831

    Arrow Re: How to make a part of output of concatenate function Bold


    Quote Originally Posted by skasat View Post
    I have three columns and arrving at fourth column. Need a part of the fourth column to be bold for over 50k entries.
    So attach at least a workbook better reflecting your original …

  7. #7
    Forum Expert
    Join Date
    07-20-2011
    Location
    Mysore, India.
    MS-Off Ver
    Excel 2019
    Posts
    8,612

    Re: How to make a part of output of concatenate function Bold

    Worksheet event is used. If columns are different in your file change the columns in code as required.
    Code:
    Please Login or Register  to view this content.
    How to use workheet event the code
    Right click on Sheet tab --> view code
    Visual Basic (VB) window opens.
    Paste the code
    Close the VB window.
    Save the file as .xlsm
    Pl note
    Array formula should be confirmed with Ctrl+Shift+Enter keys together.
    If answere is satisfactory press * to add reputation.

  8. #8
    Valued Forum Contributor
    Join Date
    08-07-2014
    Location
    Quito, Ecuador
    MS-Off Ver
    Excel 2016 & 365, Windows 10
    Posts
    511

    Re: How to make a part of output of concatenate function Bold

    @kvsrinivasamurthy

    Range.Characters property:
    expression.Characters (Start, Length)

    Start and Length must be number, so I think it'd be:

    Please Login or Register  to view this content.
    Barriers are there for those who don't want to dream

  9. #9
    Forum Expert
    Join Date
    07-20-2011
    Location
    Mysore, India.
    MS-Off Ver
    Excel 2019
    Posts
    8,612

    Re: How to make a part of output of concatenate function Bold

    @vichopalacios
    Yes. you are correct.
    Code revised is
    Please Login or Register  to view this content.

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. How to Make Part of a Cell Text to Bold
    By softik in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 12-29-2020, 06:34 AM
  2. [SOLVED] Make part of string BOLD
    By nordicdust in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 09-06-2020, 01:41 PM
  3. [SOLVED] How to change font, and make bold a part of the line
    By eddyrcabrera79 in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 05-14-2015, 01:07 PM
  4. Make part of a cell Bold using a formula??
    By Neil07979 in forum Excel Programming / VBA / Macros
    Replies: 12
    Last Post: 05-17-2014, 06:22 PM
  5. VBA to Concatenate two strings and make the second part Bold
    By Motox in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 09-07-2013, 04:12 AM
  6. [SOLVED] How to make part of the text in a cell bold
    By aymanzone in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 08-14-2012, 05:26 AM
  7. [SOLVED] how do i make one part of my formula bold and the other normal?
    By niquey in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 03-27-2006, 10:25 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1