Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
Art Art is offline
external usenet poster
 
Posts: 587
Default change change cell reference to Absolute reference

How can I change a whole list of cell reffernce to an absolute reference. For
E.G. I have A1 A2 A3 A4 A5 B1 B2 B3 B4 B5 C1 C2 C3 C4 C5. How can I Change
the whole list at once to: $A$1 $A$2... and so on?
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3,572
Default change change cell reference to Absolute reference

What exactly do you mean by "list"?

The cell references changing, or remaining constant are pertinent when they
are within a formula.
You can change *all* cell references in a formula with a *single* click of
<F4 if you select the entire formula in the formula bar.

If you're not talking about cell references in a formula, would you care to
elaborate a little in your explanation?


--

Regards,

RD
-----------------------------------------------------------------------------------------------
Please keep all correspondence within the Group, so all may benefit !
-----------------------------------------------------------------------------------------------


"art" wrote in message
...
How can I change a whole list of cell reffernce to an absolute reference.
For
E.G. I have A1 A2 A3 A4 A5 B1 B2 B3 B4 B5 C1 C2 C3 C4 C5. How can I Change
the whole list at once to: $A$1 $A$2... and so on?


  #3   Report Post  
Posted to microsoft.public.excel.misc
Art Art is offline
external usenet poster
 
Posts: 587
Default change change cell reference to Absolute reference

I'm not talking about 1 cell. I'm talking about a whole list of formulas. For
E.G. in cell B1 is =A1. In Cell B2 is =A2. In cell B3 is =A3. In cell B4 is
=C1. In cell B5 is =C2... and so on with different references.

"RagDyeR" wrote:

What exactly do you mean by "list"?

The cell references changing, or remaining constant are pertinent when they
are within a formula.
You can change *all* cell references in a formula with a *single* click of
<F4 if you select the entire formula in the formula bar.

If you're not talking about cell references in a formula, would you care to
elaborate a little in your explanation?


--

Regards,

RD
-----------------------------------------------------------------------------------------------
Please keep all correspondence within the Group, so all may benefit !
-----------------------------------------------------------------------------------------------


"art" wrote in message
...
How can I change a whole list of cell reffernce to an absolute reference.
For
E.G. I have A1 A2 A3 A4 A5 B1 B2 B3 B4 B5 C1 C2 C3 C4 C5. How can I Change
the whole list at once to: $A$1 $A$2... and so on?



  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3,572
Default change change cell reference to Absolute reference

Say you want to copy B1:B100 to another location.

The trick is to "UNformulate" those formulas, so that they become text
strings, and then copy the text to your other location, and then revert them
back to working formulas.

Change the equal sign to something unique, like ^^^, and after the copy and
paste, change it back to "=".

Select B1 to B100.
From the Menu Bar:
<Edit <Replace,

In the "Find What" box, enter
=

In the "Replace With" box, enter
^^^

Then, <Replace All
You now have plain text.
Right click in the selection and choose "Copy".

Navigate to your new location and right click in the top cell and choose
"Paste".

Now, reverse the process:

From the Menu Bar:
<Edit <Replace,

In the "Find What" box, enter
^^^

In the "Replace With" box, enter
=

Then, <Replace All
You now have working formulas with the original cell references.

Do the same reversal to your original B1:B100 if necessary.
--

HTH,

RD
================================================== ===
Please keep all correspondence within the Group, so all may benefit!
================================================== ===


"art" wrote in message
...
I'm not talking about 1 cell. I'm talking about a whole list of formulas.
For
E.G. in cell B1 is =A1. In Cell B2 is =A2. In cell B3 is =A3. In cell B4 is
=C1. In cell B5 is =C2... and so on with different references.

"RagDyeR" wrote:

What exactly do you mean by "list"?

The cell references changing, or remaining constant are pertinent when
they
are within a formula.
You can change *all* cell references in a formula with a *single* click of
<F4 if you select the entire formula in the formula bar.

If you're not talking about cell references in a formula, would you care
to
elaborate a little in your explanation?


--

Regards,

RD
-----------------------------------------------------------------------------------------------
Please keep all correspondence within the Group, so all may benefit !
-----------------------------------------------------------------------------------------------


"art" wrote in message
...
How can I change a whole list of cell reffernce to an absolute reference.
For
E.G. I have A1 A2 A3 A4 A5 B1 B2 B3 B4 B5 C1 C2 C3 C4 C5. How can I Change
the whole list at once to: $A$1 $A$2... and so on?





  #5   Report Post  
Posted to microsoft.public.excel.misc
Art Art is offline
external usenet poster
 
Posts: 587
Default change change cell reference to Absolute reference

Thanks a lot. you make it so siple without going into formulas. Thanks a lot.

"RagDyeR" wrote:

Say you want to copy B1:B100 to another location.

The trick is to "UNformulate" those formulas, so that they become text
strings, and then copy the text to your other location, and then revert them
back to working formulas.

Change the equal sign to something unique, like ^^^, and after the copy and
paste, change it back to "=".

Select B1 to B100.
From the Menu Bar:
<Edit <Replace,

In the "Find What" box, enter
=

In the "Replace With" box, enter
^^^

Then, <Replace All
You now have plain text.
Right click in the selection and choose "Copy".

Navigate to your new location and right click in the top cell and choose
"Paste".

Now, reverse the process:

From the Menu Bar:
<Edit <Replace,

In the "Find What" box, enter
^^^

In the "Replace With" box, enter
=

Then, <Replace All
You now have working formulas with the original cell references.

Do the same reversal to your original B1:B100 if necessary.
--

HTH,

RD
================================================== ===
Please keep all correspondence within the Group, so all may benefit!
================================================== ===


"art" wrote in message
...
I'm not talking about 1 cell. I'm talking about a whole list of formulas.
For
E.G. in cell B1 is =A1. In Cell B2 is =A2. In cell B3 is =A3. In cell B4 is
=C1. In cell B5 is =C2... and so on with different references.

"RagDyeR" wrote:

What exactly do you mean by "list"?

The cell references changing, or remaining constant are pertinent when
they
are within a formula.
You can change *all* cell references in a formula with a *single* click of
<F4 if you select the entire formula in the formula bar.

If you're not talking about cell references in a formula, would you care
to
elaborate a little in your explanation?


--

Regards,

RD
-----------------------------------------------------------------------------------------------
Please keep all correspondence within the Group, so all may benefit !
-----------------------------------------------------------------------------------------------


"art" wrote in message
...
How can I change a whole list of cell reffernce to an absolute reference.
For
E.G. I have A1 A2 A3 A4 A5 B1 B2 B3 B4 B5 C1 C2 C3 C4 C5. How can I Change
the whole list at once to: $A$1 $A$2... and so on?








  #6   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3,572
Default change change cell reference to Absolute reference

You're welcome, and thanks for the feed-back.
--
Regards,

RD

---------------------------------------------------------------------------
Please keep all correspondence within the NewsGroup, so all may benefit !
---------------------------------------------------------------------------
"art" wrote in message
...
Thanks a lot. you make it so siple without going into formulas. Thanks a

lot.

"RagDyeR" wrote:

Say you want to copy B1:B100 to another location.

The trick is to "UNformulate" those formulas, so that they become text
strings, and then copy the text to your other location, and then revert

them
back to working formulas.

Change the equal sign to something unique, like ^^^, and after the copy

and
paste, change it back to "=".

Select B1 to B100.
From the Menu Bar:
<Edit <Replace,

In the "Find What" box, enter
=

In the "Replace With" box, enter
^^^

Then, <Replace All
You now have plain text.
Right click in the selection and choose "Copy".

Navigate to your new location and right click in the top cell and choose
"Paste".

Now, reverse the process:

From the Menu Bar:
<Edit <Replace,

In the "Find What" box, enter
^^^

In the "Replace With" box, enter
=

Then, <Replace All
You now have working formulas with the original cell references.

Do the same reversal to your original B1:B100 if necessary.
--

HTH,

RD
================================================== ===
Please keep all correspondence within the Group, so all may benefit!
================================================== ===


"art" wrote in message
...
I'm not talking about 1 cell. I'm talking about a whole list of

formulas.
For
E.G. in cell B1 is =A1. In Cell B2 is =A2. In cell B3 is =A3. In cell B4

is
=C1. In cell B5 is =C2... and so on with different references.

"RagDyeR" wrote:

What exactly do you mean by "list"?

The cell references changing, or remaining constant are pertinent when
they
are within a formula.
You can change *all* cell references in a formula with a *single*

click of
<F4 if you select the entire formula in the formula bar.

If you're not talking about cell references in a formula, would you

care
to
elaborate a little in your explanation?


--

Regards,

RD


--------------------------------------------------------------------------

---------------------
Please keep all correspondence within the Group, so all may benefit !


--------------------------------------------------------------------------

---------------------


"art" wrote in message
...
How can I change a whole list of cell reffernce to an absolute

reference.
For
E.G. I have A1 A2 A3 A4 A5 B1 B2 B3 B4 B5 C1 C2 C3 C4 C5. How can I

Change
the whole list at once to: $A$1 $A$2... and so on?







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
Shortcut to change change cell reference to Absolute reference? richk Excel Worksheet Functions 12 December 5th 09 12:24 AM
Absolute Reference to the Left Until Change in Row RyGuy Excel Worksheet Functions 6 September 28th 07 10:30 PM
How do I change the default cell reference from absolute to relati JZing Setting up and Configuration of Excel 3 July 19th 06 01:03 AM
HOw do I change group of cells from absolute reference? bre New Users to Excel 3 September 25th 05 03:21 AM
How do I change a cell from absolute reference to relative referen simonsez Excel Discussion (Misc queries) 1 May 17th 05 08:39 PM


All times are GMT +1. The time now is 05:50 AM.

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"