Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1
Default cell equal another cell

I have a statement that i update every month. There is a column that has the
current ending month. such as 10/31/08 this shows in each line in one column.
i want to be able to change the first row to the next month such as 11/30/08
and have all the following cells in that column change at once. i can go to
each cell and put the date cell in each one but is there a formula that i can
use instead of having to to back and forth to the cell i change the date in?
i can copy down but there are lines and underlines in the column and if i
copy down the format will get copied also. i want each cell in this column
to equal the one i change the date in.
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 11,058
Default cell equal another cell

Say we are looking to fill column Z.

In Z1, enter:

=DATE(YEAR(Y1),MONTH(Y1)+1,DAY(Y1))

this gets the new date from the old column.

In Z2, enter:

=Z1 and copy down the column

This propagates the new date down the column
--
Gary''s Student - gsnu200814


"JoAnn1877" wrote:

I have a statement that i update every month. There is a column that has the
current ending month. such as 10/31/08 this shows in each line in one column.
i want to be able to change the first row to the next month such as 11/30/08
and have all the following cells in that column change at once. i can go to
each cell and put the date cell in each one but is there a formula that i can
use instead of having to to back and forth to the cell i change the date in?
i can copy down but there are lines and underlines in the column and if i
copy down the format will get copied also. i want each cell in this column
to equal the one i change the date in.

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1,805
Default cell equal another cell

Try this in a copy of your file first...

Suppose your dates are in Col A
Enter the new date in A1
Select Col A
Choose Edit|Replace
In Find What enter the new date
In Replace With enter
=$A$1
Click on Replace ALL

"JoAnn1877" wrote:

I have a statement that i update every month. There is a column that has the
current ending month. such as 10/31/08 this shows in each line in one column.
i want to be able to change the first row to the next month such as 11/30/08
and have all the following cells in that column change at once. i can go to
each cell and put the date cell in each one but is there a formula that i can
use instead of having to to back and forth to the cell i change the date in?
i can copy down but there are lines and underlines in the column and if i
copy down the format will get copied also. i want each cell in this column
to equal the one i change the date in.

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
can I make cell "yes" equal 1, "no" equal 0 can I make cell yes equal 1, no equa Excel Discussion (Misc queries) 4 April 22nd 23 06:09 AM
Fomula where one cell is equal to the other cell content & format blondie1279 Excel Discussion (Misc queries) 1 August 11th 08 08:53 PM
How to point to (select) a cell to the left from a cell where I enter the = equal sign? Dmitry Excel Discussion (Misc queries) 4 June 30th 06 06:49 AM
Addition to Turn cell red if today is greater or equal to date in cell Rich New Users to Excel 2 December 9th 04 02:06 AM
Turn cell red if today is greater or equal to date in cell Rich New Users to Excel 2 December 7th 04 10:50 PM


All times are GMT +1. The time now is 10:00 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"