Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I'm trying to paste a formula to a row, have the formula reference the
current cell as well as a fixed cell (instead of automatically incrementing). For instance, if I were program cell C1 to be: = sum(A1/C1), and want to copy it to the whole row, incrementing the denominator but not the numerator so that you would get: sum(A1/C2) sum(A1/C3) how would you do it? Thanks. hr |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Enter the formula as =$A$1/C1. The $ signs make this a fixed reference,
which means that it would increment as you copy it down or across. Check Excel help on 'absolute vs relative references.' "HR" wrote: I'm trying to paste a formula to a row, have the formula reference the current cell as well as a fixed cell (instead of automatically incrementing). For instance, if I were program cell C1 to be: = sum(A1/C1), and want to copy it to the whole row, incrementing the denominator but not the numerator so that you would get: sum(A1/C2) sum(A1/C3) how would you do it? Thanks. hr |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Yes that did the trick. Thank you both for a quick and helpful reply.
"bpeltzer" wrote: Enter the formula as =$A$1/C1. The $ signs make this a fixed reference, which means that it would increment as you copy it down or across. Check Excel help on 'absolute vs relative references.' "HR" wrote: I'm trying to paste a formula to a row, have the formula reference the current cell as well as a fixed cell (instead of automatically incrementing). For instance, if I were program cell C1 to be: = sum(A1/C1), and want to copy it to the whole row, incrementing the denominator but not the numerator so that you would get: sum(A1/C2) sum(A1/C3) how would you do it? Thanks. hr |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Use
=SUM($A$1/C1) then copy -- Regards, Peo Sjoblom Northwest Excel Solutions www.nwexcelsolutions.com (remove ^^ from email address) Portland, Oregon "HR" wrote in message ... I'm trying to paste a formula to a row, have the formula reference the current cell as well as a fixed cell (instead of automatically incrementing). For instance, if I were program cell C1 to be: = sum(A1/C1), and want to copy it to the whole row, incrementing the denominator but not the numerator so that you would get: sum(A1/C2) sum(A1/C3) how would you do it? Thanks. hr |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Maintaining cell reference after sorting | Excel Discussion (Misc queries) | |||
Getting rid of a circular reference error message | Excel Discussion (Misc queries) | |||
Reference to One Cell stays the same in Different Formula | Excel Discussion (Misc queries) | |||
Possible Lookup Table | Excel Worksheet Functions | |||
GET.CELL | Excel Worksheet Functions |