Date: 24/01/2023 17:18:46
From: mollwollfumble
ID: 1985764
Subject: Excel text question?

How to I combine two cells in Excel (with a space delimiter between)?

I need to retain font (Times & Calibri) and bold and italic.

I tried
=C5&" "&B5
which gives the right answer,
but loses all the font information.

Reply Quote

Date: 24/01/2023 18:17:25
From: KJW
ID: 1985792
Subject: re: Excel text question?

mollwollfumble said:


How to I combine two cells in Excel (with a space delimiter between)?

I need to retain font (Times & Calibri) and bold and italic.

I tried
=C5&" "&B5
which gives the right answer,
but loses all the font information.

This cannot be done using spreadsheet formulae alone because spreadsheet formulae have no control over formatting. The only way I can see it can be done is to use VBA, specifically the Characters object that is a Property of the Range object. This allows one to have different formatting for different parts of the text within a single cell.

Reply Quote

Date: 24/01/2023 18:43:40
From: KJW
ID: 1985800
Subject: re: Excel text question?

If you want to see how it can be done, place some text (not a formula) in a cell. Start Record Macro, select a small block of text within the full text in the Formula Bar, change the format of this text, press Enter, then Stop Recording. You can then inspect the VBA code generated to see how to deal with the Characters Property of the Range object.

Reply Quote

Date: 25/01/2023 11:27:41
From: mollwollfumble
ID: 1985956
Subject: re: Excel text question?

Thanks.

I’ve decided that it’s easier to do this in Word rather than Excel.
Import the table into Word – keeps the font.
Then ctrl X ctrl V for each line also retains the font.

Reply Quote

Date: 26/01/2023 01:56:55
From: Ogmog
ID: 1986338
Subject: re: Excel text question?

mollwollfumble said:


How to I combine two cells in Excel (with a space delimiter between)?

I need to retain font (Times & Calibri) and bold and italic.

I tried
=C5&" "&B5
which gives the right answer,
but loses all the font information.

List of typefaces included with macOS

I programmed my 1st Mac to respond to ERROR Messages w/the phrase “It’s Not My Fault!” in an aprox of MY Voice
to remind myself to not throw in against the wall while I was still learning the ropes.
…which was funny when I was on the phone with an internet IT worker who was having me run through various fixes,
and my Mac kept responding with “It’s Not My Fault”. After the 4-5th time the IT dude said; “I Didn’t Say It WAS!”

When I told him that was just my COMPUTER’S Error Message.
it was funny hearing the astonished disbelief i his voice as he said, YOUR COMPUTER TALKS?!?!?” O-8=

Newbie Me, “Yes… doesn’t yours?” (-: o

Reply Quote

Date: 26/01/2023 02:11:14
From: furious
ID: 1986339
Subject: re: Excel text question?

Ogmog said:


mollwollfumble said:

How to I combine two cells in Excel (with a space delimiter between)?

I need to retain font (Times & Calibri) and bold and italic.

I tried
=C5&" "&B5
which gives the right answer,
but loses all the font information.

List of typefaces included with macOS

  • Steve Jobs was a Type Face (& Music) Freak
    …he also obsessed over making the personal computers Speak (including the ability to change voices, gender, speed etc.)

I programmed my 1st Mac to respond to ERROR Messages w/the phrase “It’s Not My Fault!” in an aprox of MY Voice
to remind myself to not throw in against the wall while I was still learning the ropes.
…which was funny when I was on the phone with an internet IT worker who was having me run through various fixes,
and my Mac kept responding with “It’s Not My Fault”. After the 4-5th time the IT dude said; “I Didn’t Say It WAS!”

When I told him that was just my COMPUTER’S Error Message.
it was funny hearing the astonished disbelief i his voice as he said, YOUR COMPUTER TALKS?!?!?” O-8=

Newbie Me, “Yes… doesn’t yours?” (-: o

Yeah, nah…

Reply Quote

Date: 26/01/2023 08:49:47
From: SCIENCE
ID: 1986356
Subject: re: Excel text question?

furious said:


Ogmog said:

mollwollfumble said:

How to I combine two cells in Excel (with a space delimiter between)?

I need to retain font (Times & Calibri) and bold and italic.

I tried
=C5&" "&B5
which gives the right answer,
but loses all the font information.

List of typefaces included with macOS

  • Steve Jobs was a Type Face (& Music) Freak
    …he also obsessed over making the personal computers Speak (including the ability to change voices, gender, speed etc.)

I programmed my 1st Mac to respond to ERROR Messages w/the phrase “It’s Not My Fault!” in an aprox of MY Voice
to remind myself to not throw in against the wall while I was still learning the ropes.
…which was funny when I was on the phone with an internet IT worker who was having me run through various fixes,
and my Mac kept responding with “It’s Not My Fault”. After the 4-5th time the IT dude said; “I Didn’t Say It WAS!”

When I told him that was just my COMPUTER’S Error Message.
it was funny hearing the astonished disbelief i his voice as he said, YOUR COMPUTER TALKS?!?!?” O-8=

Newbie Me, “Yes… doesn’t yours?” (-: o

Yeah, nah…

Reply Quote