PC Review


Reply
Thread Tools Rate Thread

Adding a date and name to auto update within one cell

 
 
Cathie G
Guest
Posts: n/a
 
      25th Jun 2008
Hello,
How can I add a date and name to update in a cell? Currently I have =NOW()
within the same cell I want to add a name (probably from a list).
 
Reply With Quote
 
 
 
 
Pete_UK
Guest
Posts: n/a
 
      25th Jun 2008
You will probably want to format the date before joining it to a name,
and if you only want a date then you can use TODAY rather than NOW
(which gives you a time as well). So, try this:

=TEXT(TODAY(),"dd/mm/yy")&"your_name"

where "your_name" can be a cell reference, or a formula which returns
a name from a list.

Hope this helps.

Pete

On Jun 25, 9:34*pm, Cathie G <Cath...@discussions.microsoft.com>
wrote:
> Hello,
> How can I add a date and name to update in a cell? Currently I have =NOW()
> within the same cell I want to add a name (probably from a list).


 
Reply With Quote
 
Cathie G
Guest
Posts: n/a
 
      25th Jun 2008
Thank you for the answer. This sort of solves my problem. I have two columns
M7 and N7. M7 is Revised Date and N7 is Revised by. What I need is once
these are updated I need the name and date to fall into B1

"Pete_UK" wrote:

> You will probably want to format the date before joining it to a name,
> and if you only want a date then you can use TODAY rather than NOW
> (which gives you a time as well). So, try this:
>
> =TEXT(TODAY(),"dd/mm/yy")&"your_name"
>
> where "your_name" can be a cell reference, or a formula which returns
> a name from a list.
>
> Hope this helps.
>
> Pete
>
> On Jun 25, 9:34 pm, Cathie G <Cath...@discussions.microsoft.com>
> wrote:
> > Hello,
> > How can I add a date and name to update in a cell? Currently I have =NOW()
> > within the same cell I want to add a name (probably from a list).

>
>

 
Reply With Quote
 
Pete_UK
Guest
Posts: n/a
 
      26th Jun 2008
Well, put this formula in B1:

=IF(OR(M7="",N7=""),"",TEXT(M7,"dd/mm/yy")&N7)

This will show a blank in B1 if either of the other two cells are
empty - both have to contain data for the result to show.

Hope this helps.

Pete

On Jun 25, 10:57*pm, Cathie G <Cath...@discussions.microsoft.com>
wrote:
> Thank you for the answer. *This sort of solves my problem. I have two columns
> M7 and N7. *M7 is Revised Date and N7 is Revised by. *What I need is once
> these are updated I need the name and date to fall into B1
>
>
>
> "Pete_UK" wrote:
> > You will probably want to format the date before joining it to a name,
> > and if you only want a date then you can use TODAY rather than NOW
> > (which gives you a time as well). So, try this:

>
> > =TEXT(TODAY(),"dd/mm/yy")&"your_name"

>
> > where "your_name" can be a cell reference, or a formula which returns
> > a name from a list.

>
> > Hope this helps.

>
> > Pete

>
> > On Jun 25, 9:34 pm, Cathie G <Cath...@discussions.microsoft.com>
> > wrote:
> > > Hello,
> > > How can I add a date and name to update in a cell? Currently I have =NOW()
> > > within the same cell I want to add a name (probably from a list).- Hide quoted text -

>
> - Show quoted text -


 
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
How do I set a cell to auto populate the date to show the current week's Friday date? SaipanRick Microsoft Excel Discussion 4 10th Feb 2008 08:01 PM
auto update text in cell b as date in cell a changes =?Utf-8?B?cGVvcmlhaW5mbw==?= Microsoft Excel Programming 2 19th Sep 2007 08:26 PM
Update auto checked but date and time do not update when I reopen =?Utf-8?B?bWdyYXk=?= Microsoft Word Document Management 1 2nd Feb 2007 03:46 AM
How to auto update a cell with a current date =?Utf-8?B?S2VsbDI2MDQ=?= Microsoft Excel Misc 2 23rd Jun 2006 09:18 PM
How do I get Date Time Control to Auto Update when adding a new record? Casey Microsoft Access 4 8th Jan 2004 03:27 AM


Features
 

Advertising
 

Newsgroups
 


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