PC Review


Reply
Thread Tools Rate Thread

Different Font Sizes In The Same Cell

 
 
Minitman
Guest
Posts: n/a
 
      15th Apr 2008
Greetings,

I have a cell formula that retrieves data from three cells and puts
them together like so:

=A1&CHAR(10)&B1&CHAR(10)&C1

The CHAR(10) is a some kind of line feed to give me the stacked data
look.

Is it possible to make the display of the contents of A1 bigger then
the other two? The default font size is 10. I would like the data
from A1 to be 16.

I know it can be done if I entered just text (not a formula), but I
can't figure out how to do it in a formula,

Anyone have any ideas or suggestions as to how this can be
accomplished?

As always, any help will be appreciated.

-Minitman

 
Reply With Quote
 
 
 
 
Dave Peterson
Guest
Posts: n/a
 
      15th Apr 2008
If you want to keep the formula, then it's not possible. You can't do this kind
of character by character formatting with formulas.

Minitman wrote:
>
> Greetings,
>
> I have a cell formula that retrieves data from three cells and puts
> them together like so:
>
> =A1&CHAR(10)&B1&CHAR(10)&C1
>
> The CHAR(10) is a some kind of line feed to give me the stacked data
> look.
>
> Is it possible to make the display of the contents of A1 bigger then
> the other two? The default font size is 10. I would like the data
> from A1 to be 16.
>
> I know it can be done if I entered just text (not a formula), but I
> can't figure out how to do it in a formula,
>
> Anyone have any ideas or suggestions as to how this can be
> accomplished?
>
> As always, any help will be appreciated.
>
> -Minitman


--

Dave Peterson
 
Reply With Quote
 
Minitman
Guest
Posts: n/a
 
      15th Apr 2008
Hey Dave,

Thanks for the reply, I needed to know that.

The only work around I am aware of is to split the formula into
separate cell and format each differently. I was hoping to avoid
that.

BTW - Did MS make that feature available in Office 2007 by any chance?

-Minitman



On Mon, 14 Apr 2008 18:52:49 -0500, Dave Peterson
<(E-Mail Removed)> wrote:

>If you want to keep the formula, then it's not possible. You can't do this kind
>of character by character formatting with formulas.
>
>Minitman wrote:
>>
>> Greetings,
>>
>> I have a cell formula that retrieves data from three cells and puts
>> them together like so:
>>
>> =A1&CHAR(10)&B1&CHAR(10)&C1
>>
>> The CHAR(10) is a some kind of line feed to give me the stacked data
>> look.
>>
>> Is it possible to make the display of the contents of A1 bigger then
>> the other two? The default font size is 10. I would like the data
>> from A1 to be 16.
>>
>> I know it can be done if I entered just text (not a formula), but I
>> can't figure out how to do it in a formula,
>>
>> Anyone have any ideas or suggestions as to how this can be
>> accomplished?
>>
>> As always, any help will be appreciated.
>>
>> -Minitman


 
Reply With Quote
 
Dave Peterson
Guest
Posts: n/a
 
      15th Apr 2008
Nope--not on xl2007.

Minitman wrote:
>
> Hey Dave,
>
> Thanks for the reply, I needed to know that.
>
> The only work around I am aware of is to split the formula into
> separate cell and format each differently. I was hoping to avoid
> that.
>
> BTW - Did MS make that feature available in Office 2007 by any chance?
>
> -Minitman
>
> On Mon, 14 Apr 2008 18:52:49 -0500, Dave Peterson
> <(E-Mail Removed)> wrote:
>
> >If you want to keep the formula, then it's not possible. You can't do this kind
> >of character by character formatting with formulas.
> >
> >Minitman wrote:
> >>
> >> Greetings,
> >>
> >> I have a cell formula that retrieves data from three cells and puts
> >> them together like so:
> >>
> >> =A1&CHAR(10)&B1&CHAR(10)&C1
> >>
> >> The CHAR(10) is a some kind of line feed to give me the stacked data
> >> look.
> >>
> >> Is it possible to make the display of the contents of A1 bigger then
> >> the other two? The default font size is 10. I would like the data
> >> from A1 to be 16.
> >>
> >> I know it can be done if I entered just text (not a formula), but I
> >> can't figure out how to do it in a formula,
> >>
> >> Anyone have any ideas or suggestions as to how this can be
> >> accomplished?
> >>
> >> As always, any help will be appreciated.
> >>
> >> -Minitman


--

Dave Peterson
 
Reply With Quote
 
Minitman
Guest
Posts: n/a
 
      15th Apr 2008
Oh Well.....

Thanks.

-Minitman

On Mon, 14 Apr 2008 20:07:00 -0500, Dave Peterson
<(E-Mail Removed)> wrote:

>Nope--not on xl2007.
>
>Minitman wrote:
>>
>> Hey Dave,
>>
>> Thanks for the reply, I needed to know that.
>>
>> The only work around I am aware of is to split the formula into
>> separate cell and format each differently. I was hoping to avoid
>> that.
>>
>> BTW - Did MS make that feature available in Office 2007 by any chance?
>>
>> -Minitman
>>
>> On Mon, 14 Apr 2008 18:52:49 -0500, Dave Peterson
>> <(E-Mail Removed)> wrote:
>>
>> >If you want to keep the formula, then it's not possible. You can't do this kind
>> >of character by character formatting with formulas.
>> >
>> >Minitman wrote:
>> >>
>> >> Greetings,
>> >>
>> >> I have a cell formula that retrieves data from three cells and puts
>> >> them together like so:
>> >>
>> >> =A1&CHAR(10)&B1&CHAR(10)&C1
>> >>
>> >> The CHAR(10) is a some kind of line feed to give me the stacked data
>> >> look.
>> >>
>> >> Is it possible to make the display of the contents of A1 bigger then
>> >> the other two? The default font size is 10. I would like the data
>> >> from A1 to be 16.
>> >>
>> >> I know it can be done if I entered just text (not a formula), but I
>> >> can't figure out how to do it in a formula,
>> >>
>> >> Anyone have any ideas or suggestions as to how this can be
>> >> accomplished?
>> >>
>> >> As always, any help will be appreciated.
>> >>
>> >> -Minitman


 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Multiple font sizes in a single cell Pete Microsoft Excel Programming 3 25th Oct 2006 10:27 PM
Is it possible to format a cell w/ 2 font sizes by formula? =?Utf-8?B?VGhlIEJlZWY=?= Microsoft Excel Worksheet Functions 2 11th Jul 2006 09:44 PM
Can you mix font sizes in a cell? Marc Microsoft Excel New Users 5 11th Apr 2005 09:47 PM
Mixing Font Sizes In A Cell Formula Minitman Microsoft Excel Worksheet Functions 2 11th Nov 2004 03:40 PM
Multiple Font sizes within in a ASP table cell Coleen Microsoft Dot NET 0 20th Jan 2004 07:58 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 09:05 PM.