#1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 191
Default in-cell comment

I am certain there was once a way I put comments INTO cells. I am not
talking about the comment feature, but text that I can write in the line of
the cell's text, and have Excel ignore it. I am on '07 now, and think that
it used to be an "N" at the beginning of a line, but now that produces a
function. Anyone know what I'm referring to and how to accomplish it now?

--
Boris
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 11,058
Default in-cell comment

Here are three ways:

1. use the N() function:
=RANDBETWEEN(1,10)+N(" hello World")
the comment is there but appears only in the formula bar, not the cell

2. concatenate the comment:
=RANDBETWEEN(1,10) & " Hello World"
the comment is now visible in the cell, but the cell is now text rather than
numeric

3. BEST put the comment in the format
Format Cells... Number Custom General" Hello World"
--
Gary''s Student - gsnu200772


"BorisS" wrote:

I am certain there was once a way I put comments INTO cells. I am not
talking about the comment feature, but text that I can write in the line of
the cell's text, and have Excel ignore it. I am on '07 now, and think that
it used to be an "N" at the beginning of a line, but now that produces a
function. Anyone know what I'm referring to and how to accomplish it now?

--
Boris

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 191
Default in-cell comment

would love to under more about what you mean with the third option. I was
remembering the first one, but am intrigued by what the "best" one you
suggest is, and how it works. not quite clear from the short note. plz
elaborate. Thx.
--
Boris


"Gary''s Student" wrote:

Here are three ways:

1. use the N() function:
=RANDBETWEEN(1,10)+N(" hello World")
the comment is there but appears only in the formula bar, not the cell

2. concatenate the comment:
=RANDBETWEEN(1,10) & " Hello World"
the comment is now visible in the cell, but the cell is now text rather than
numeric

3. BEST put the comment in the format
Format Cells... Number Custom General" Hello World"
--
Gary''s Student - gsnu200772


"BorisS" wrote:

I am certain there was once a way I put comments INTO cells. I am not
talking about the comment feature, but text that I can write in the line of
the cell's text, and have Excel ignore it. I am on '07 now, and think that
it used to be an "N" at the beginning of a line, but now that produces a
function. Anyone know what I'm referring to and how to accomplish it now?

--
Boris

  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 11,058
Default in-cell comment

Hi Boris:

Start with a new workbook, put 1 in cell A1 and format as I indicated.

The formatting holds the comment.

I think this is best (if you don't want Inserted comments) because the
comment is alway visible on the worksheet and the underlying value is not
changed. So if you want to use cell A1 in a math formula, the formula will
work.
--
Gary''s Student - gsnu200772


"BorisS" wrote:

would love to under more about what you mean with the third option. I was
remembering the first one, but am intrigued by what the "best" one you
suggest is, and how it works. not quite clear from the short note. plz
elaborate. Thx.
--
Boris


"Gary''s Student" wrote:

Here are three ways:

1. use the N() function:
=RANDBETWEEN(1,10)+N(" hello World")
the comment is there but appears only in the formula bar, not the cell

2. concatenate the comment:
=RANDBETWEEN(1,10) & " Hello World"
the comment is now visible in the cell, but the cell is now text rather than
numeric

3. BEST put the comment in the format
Format Cells... Number Custom General" Hello World"
--
Gary''s Student - gsnu200772


"BorisS" wrote:

I am certain there was once a way I put comments INTO cells. I am not
talking about the comment feature, but text that I can write in the line of
the cell's text, and have Excel ignore it. I am on '07 now, and think that
it used to be an "N" at the beginning of a line, but now that produces a
function. Anyone know what I'm referring to and how to accomplish it now?

--
Boris

  #5   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 191
Default in-cell comment

Gary, thanks for clarifying. I actually will go with (1), as that is exactly
what I'm after. The 3rd shows the comment, which I don't want. My
frustration is with long formulas, and not following the logic. If I have
comments, I can decipher (or have someone else decipher) more easily, and so
put the proper reminder. Using standard cell comments means I have to
copy/paste the formula into the comment, and then match the formula to the
comment, which is frustrating. The 3rd option, while interesting and one I
would not have thought up myself, unfortunately ruins the aesthetics of the
particular worksheet I'm making.

Thanks much.
--
Boris


"Gary''s Student" wrote:

Hi Boris:

Start with a new workbook, put 1 in cell A1 and format as I indicated.

The formatting holds the comment.

I think this is best (if you don't want Inserted comments) because the
comment is alway visible on the worksheet and the underlying value is not
changed. So if you want to use cell A1 in a math formula, the formula will
work.
--
Gary''s Student - gsnu200772


"BorisS" wrote:

would love to under more about what you mean with the third option. I was
remembering the first one, but am intrigued by what the "best" one you
suggest is, and how it works. not quite clear from the short note. plz
elaborate. Thx.
--
Boris


"Gary''s Student" wrote:

Here are three ways:

1. use the N() function:
=RANDBETWEEN(1,10)+N(" hello World")
the comment is there but appears only in the formula bar, not the cell

2. concatenate the comment:
=RANDBETWEEN(1,10) & " Hello World"
the comment is now visible in the cell, but the cell is now text rather than
numeric

3. BEST put the comment in the format
Format Cells... Number Custom General" Hello World"
--
Gary''s Student - gsnu200772


"BorisS" wrote:

I am certain there was once a way I put comments INTO cells. I am not
talking about the comment feature, but text that I can write in the line of
the cell's text, and have Excel ignore it. I am on '07 now, and think that
it used to be an "N" at the beginning of a line, but now that produces a
function. Anyone know what I'm referring to and how to accomplish it now?

--
Boris

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
copy comment content to cell content as data not as comment Lilach Excel Discussion (Misc queries) 2 June 21st 07 12:28 PM
Create Cell Comment based on text in a cell on another worksheet Dave Fellman Excel Discussion (Misc queries) 2 March 15th 07 09:49 AM
I want to change comment printing cell 3 to whats in cell 3 Lonny and Rinda Excel Worksheet Functions 3 June 19th 06 08:36 PM
linking to a cell within a text cell or comment BlueJ2005 Excel Worksheet Functions 0 May 11th 06 10:36 PM
a comment plugin & copy paste directly from excel to comment ? fr. RFM Excel Worksheet Functions 0 December 1st 04 11:29 PM


All times are GMT +1. The time now is 07:59 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"