#1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 16
Default Cell formatting

Is there a way that when I enter a date in one cell I can have something
automatically put into another cell. The automatic entery will always be the
same. I am using Excel 2002
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 35,218
Default Cell formatting

You could use a formula that will retrieve the value from that cell:

=a1
or
='Sheet 999'!a1

Or

=if(a1="","",a1)
=if('Sheet 999'!a1="","",'Sheet 999'!a1)

to keep the formula from returning a 0 when the cell is empty.


James O wrote:

Is there a way that when I enter a date in one cell I can have something
automatically put into another cell. The automatic entery will always be the
same. I am using Excel 2002


--

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
conditional Formatting based on cell formatting Totom Excel Worksheet Functions 3 January 20th 07 02:02 PM
conditional Formatting based on cell formatting Totom Excel Worksheet Functions 0 January 15th 07 04:35 PM
expanding custom formatting without removing existing cell formatting? Keith Excel Worksheet Functions 3 December 27th 06 01:54 PM
Help please, cell formatting only works after I double click the cell Mycotopian Excel Worksheet Functions 1 July 19th 06 08:39 PM
Conditional cell background formatting, based on cell content nosivad Excel Discussion (Misc queries) 5 February 11th 06 11:12 PM


All times are GMT +1. The time now is 04:29 PM.

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

About Us

"It's about Microsoft Excel"