Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
Kay Kay is offline
external usenet poster
 
Posts: 129
Default Creating fixed information in a cell

Can anyone help me figure out how to keep a "fixed" word in a cell but add
information? For instance; I have a cell that says "From:" I would like to
keep that word fixed and be able to type a date after it without having to
retype From then the date. Is there a cure? Any help would be great!
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1,047
Default Creating fixed information in a cell

Hi Kay,

="From: "&a2

assuming the date is in A2

hth
regards from Brazil
Marcelo

"Kay" escreveu:

Can anyone help me figure out how to keep a "fixed" word in a cell but add
information? For instance; I have a cell that says "From:" I would like to
keep that word fixed and be able to type a date after it without having to
retype From then the date. Is there a cure? Any help would be great!

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 252
Default Creating fixed information in a cell

Use a custom format like this

"From:" @

when you type in something like "test" in the cell it will look like this

Form: test


"Kay" wrote:

Can anyone help me figure out how to keep a "fixed" word in a cell but add
information? For instance; I have a cell that says "From:" I would like to
keep that word fixed and be able to type a date after it without having to
retype From then the date. Is there a cure? Any help would be great!

  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 35,218
Default Creating fixed information in a cell

If you want to use a different cell:

="From: " & text(a1,"mm/dd/yyyy")

If you want to use the same cell, give it a custom format of:
"From: " mm/dd/yyyy

The nice thing about the second choice is that the value in the cell is still a
date--even though you see "From: " in the cell in the worksheet (but not in the
formula bar!).


Kay wrote:

Can anyone help me figure out how to keep a "fixed" word in a cell but add
information? For instance; I have a cell that says "From:" I would like to
keep that word fixed and be able to type a date after it without having to
retype From then the date. Is there a cure? Any help would be great!


--

Dave Peterson
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
resetting last cell jagdish.eashwar Excel Discussion (Misc queries) 11 March 31st 06 02:06 AM
Can you have fixed cell reference when dragging/copying formulae? ducksfolly Excel Discussion (Misc queries) 4 December 20th 05 11:19 AM
cell color index comparison MINAL ZUNKE New Users to Excel 1 June 30th 05 07:11 AM
Help creating single cell Pop-up Bill Excel Worksheet Functions 2 June 23rd 05 05:21 PM
Copy cell format to cell on another worksht and update automatical kevinm Excel Worksheet Functions 21 May 19th 05 11:07 AM


All times are GMT +1. The time now is 01:56 AM.

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"