Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hi,
I have a large spreadsheet, and I have been asked to add a new row and paste the formulas from the row directly above it. When I do this, the formula moves from say A1+B3 to A2+B4. How do I keep it A1+B3??? |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
=$A$1+$B$3
will keep the address when pasted -- Regards, Peo Sjoblom "Redsphynx" wrote in message ... Hi, I have a large spreadsheet, and I have been asked to add a new row and paste the formulas from the row directly above it. When I do this, the formula moves from say A1+B3 to A2+B4. How do I keep it A1+B3??? |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
There are way too many columns for me to go and do this to every single one
"Peo Sjoblom" wrote: =$A$1+$B$3 will keep the address when pasted -- Regards, Peo Sjoblom "Redsphynx" wrote in message ... Hi, I have a large spreadsheet, and I have been asked to add a new row and paste the formulas from the row directly above it. When I do this, the formula moves from say A1+B3 to A2+B4. How do I keep it A1+B3??? |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Use $ signs
$A$1 + $B$3 "Redsphynx" wrote: Hi, I have a large spreadsheet, and I have been asked to add a new row and paste the formulas from the row directly above it. When I do this, the formula moves from say A1+B3 to A2+B4. How do I keep it A1+B3??? |
#5
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I'm not quite sure why you'd want two consecutive rows with the same formula,
but you could try this: Select the row to copy Edit|replace what: = (equal sign) with: $$$$$= replace all Now all the formulas in the selected row are plain old text. Insert a new row edit|copy that row edit|paste to the new row Select the "sending" row and the "receiving" row and change the text formulas back to real formulas: Edit|replace what: $$$$$= with: = replace all Redsphynx wrote: Hi, I have a large spreadsheet, and I have been asked to add a new row and paste the formulas from the row directly above it. When I do this, the formula moves from say A1+B3 to A2+B4. How do I keep it A1+B3??? -- Dave Peterson |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Copying formulas without changing previous results/calculations | Excel Worksheet Functions | |||
Pasting formulas | Excel Discussion (Misc queries) | |||
keep previous formulas in tack | Excel Discussion (Misc queries) | |||
Pasting numbers and formulas without pasting format. | Excel Discussion (Misc queries) | |||
Can I retain functions from a previous cell when inserting a new r | Excel Discussion (Misc queries) |