Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 137
Default Editing multiple cells at the same time

Example:
Column A contains a list of numbers 5, 10, 15 and 20 in cells 1-4
In A6 i write =(A1)
then copy it down to A9 to repeat the sequence.
Now, if I try to transpose the list all the values change.
I would like to know how, if possible, can I change them all together making
them absolute values so they would read
=$A$1
=$A$2
=$A$3
=$A$4
without doing them 1 at a time.

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 11,058
Default Editing multiple cells at the same time

Use FIND/REPLACE

Find:
A
Replace with:
$A$
Replace All
--
Gary''s Student - gsnu200909


"Darren" wrote:

Example:
Column A contains a list of numbers 5, 10, 15 and 20 in cells 1-4
In A6 i write =(A1)
then copy it down to A9 to repeat the sequence.
Now, if I try to transpose the list all the values change.
I would like to know how, if possible, can I change them all together making
them absolute values so they would read
=$A$1
=$A$2
=$A$3
=$A$4
without doing them 1 at a time.

  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 137
Default Editing multiple cells at the same time

Thankyou very much.

"Gary''s Student" wrote:

Use FIND/REPLACE

Find:
A
Replace with:
$A$
Replace All
--
Gary''s Student - gsnu200909


"Darren" wrote:

Example:
Column A contains a list of numbers 5, 10, 15 and 20 in cells 1-4
In A6 i write =(A1)
then copy it down to A9 to repeat the sequence.
Now, if I try to transpose the list all the values change.
I would like to know how, if possible, can I change them all together making
them absolute values so they would read
=$A$1
=$A$2
=$A$3
=$A$4
without doing them 1 at a time.

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
Copying multiple cells out of multiple worksheets at same time. tom Excel Discussion (Misc queries) 1 April 2nd 10 09:03 PM
editing multiple cells with a macro lacy Excel Discussion (Misc queries) 1 May 22nd 09 02:36 PM
editing and analysis of cells in multiple worksheets AND workbooks foggy Excel Discussion (Misc queries) 2 September 5th 06 01:41 AM
Date and time stamping multiple cells for multiple entries. Gerald Excel Worksheet Functions 1 May 9th 06 01:45 PM
Editing multiple cells with one action???? Pedros Excel Discussion (Misc queries) 1 October 21st 05 03:36 AM


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