Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Inserting symbol

0 views
Skip to first unread message

judyl

unread,
Jan 8, 2010, 4:13:01 AM1/8/10
to
I'm trying to insert a symbol next to a number in a cell that is totaled.
When I attempt this the number is not then recognized for the correct total.
Do I need to change my SUM fx in some way to correct this?

Mike H

unread,
Jan 8, 2010, 4:27:01 AM1/8/10
to
Hi,

Do it with a format.

Right click your cell - Format - Number tab -select Custom
enter this custom format alter to include the symbol you wannt

0.0" Your Symbol"

OK

Mike

judyl

unread,
Jan 8, 2010, 4:41:01 AM1/8/10
to

Thank you Mike :)

judyl

unread,
Jan 8, 2010, 4:44:01 AM1/8/10
to
That didn't work :( It still subtracts the number in the total.

Mike H

unread,
Jan 8, 2010, 4:55:01 AM1/8/10
to
Hi,

Doing this as a format means the symbol is ignored when doing any
calculation on the cell so I don't understand what you mean by

>It still subtracts the number in the total.

Perhaps you could give a fuller explanation of what your trying to do.

Mike

judyl

unread,
Jan 8, 2010, 5:00:02 AM1/8/10
to
I have a column of numbers and a "totals" row at the bottom that contains
=sum(C4:C21). When I add a symbol it appears to not see the number.

Mike H

unread,
Jan 8, 2010, 5:11:02 AM1/8/10
to
Judy,

Lets say we want 99 and the symbol * in c4 and it to be included when you
execute your sum formula. Here's what you CAN'T do. You can't simply type

99*

in the cell because that changes it to text.

What you can do is select the cell (or range of cells) and then right click
the cell(s)
Format
Number Tab
Custom
and in the input box (top right) enter the format I gave you

0.0" *"

OK

Now when you enter a number in the cell it will appear with the symbol BUT
Excel will still treat it as a number.

Because you have been experimenting you may have changed the range to TEXT
so before you start re-format the range as GENERAL and try again.

Mike

0 new messages